- autoCommit
bool autoCommit()
Undocumented in source. Be warned that the author may not have intended to support it.
- autoCommit
void autoCommit(bool enable)
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.
- connect
void connect()
Undocumented in source. Be warned that the author may not have intended to support it.
- connected
bool connected()
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.
- getConnection
sqlite3* getConnection()
- lastInsertID
DBValue lastInsertID()
Undocumented in source. Be warned that the author may not have intended to support it.
- mode
OpenMode mode()
Undocumented in source. Be warned that the author may not have intended to support it.
- prepare
Statement prepare(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
- transactionCommit
void transactionCommit()
Undocumented in source. Be warned that the author may not have intended to support it.
- transactionRollback
void transactionRollback()
Undocumented in source. Be warned that the author may not have intended to support it.
- transactionStart
void transactionStart()
Undocumented in source. Be warned that the author may not have intended to support it.
SQLite3 oceandrift database driver
Built upon the sqlite3 C library