- 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
Connection getConnection()
- lastInsertID
DBValue lastInsertID()
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.
MariaDB database driver for oceandrift
Built upon mysql-native; uses its @safe API.