SqliteWorldDb

Undocumented in source.

Members

Functions

abortTxn
void abortTxn()
Undocumented in source. Be warned that the author may not have intended to support it.
beginTxn
void beginTxn()
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.
execute
void execute(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
loadPerChunkData
ubyte[] loadPerChunkData(ulong cwp)
Undocumented in source. Be warned that the author may not have intended to support it.
loadPerWorldData
ubyte[] loadPerWorldData(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
prepareStmt
StatementHandle prepareStmt(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
removePerWorldData
void removePerWorldData(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
savePerChunkData
void savePerChunkData(ulong cwp, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
savePerWorldData
void savePerWorldData(string key, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
stmt
Statement stmt(StatementHandle stmtHandle)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

perChunkDeleteStmt
Statement perChunkDeleteStmt;
Undocumented in source.
perChunkInsertStmt
Statement perChunkInsertStmt;
Undocumented in source.
perChunkSelectStmt
Statement perChunkSelectStmt;
Undocumented in source.
perWorldDeleteStmt
Statement perWorldDeleteStmt;
Undocumented in source.
perWorldInsertStmt
Statement perWorldInsertStmt;
Undocumented in source.
perWorldSelectStmt
Statement perWorldSelectStmt;
Undocumented in source.
statementToReset
Statement* statementToReset;
Undocumented in source.

Meta