- abortTxn
void abortTxn()
Undocumented in source. Be warned that the author may not have intended to support it.
- beginTxn
void beginTxn(uint flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- commitTxn
void commitTxn()
Undocumented in source. Be warned that the author may not have intended to support it.
- del
void del(ubyte[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- dropDB
void dropDB()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
ubyte[] get(ubyte[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- open
void open(string filename, size_t mapSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(ubyte[] key, ubyte[] value)
Undocumented in source. Be warned that the author may not have intended to support it.