- affectedRows
int affectedRows()
Undocumented in source. Be warned that the author may not have intended to support it.
- charset
string charset()
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(string host, uint port, string user, string pass, string db, string unixSocket, string charset)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
void connect(string host, uint port, string user, string pass, string db, string charset)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
void connect(string host, string user, string pass, string db)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
void connect(string host, string user, string pass)
Undocumented in source. Be warned that the author may not have intended to support it.
- dbErrorMsg
string dbErrorMsg()
Undocumented in source. Be warned that the author may not have intended to support it.
- dbname
string dbname()
Undocumented in source. Be warned that the author may not have intended to support it.
- error
string error()
Undocumented in source. Be warned that the author may not have intended to support it.
- escape
string escape(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- exec
bool exec(string sql, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
- execImpl
bool execImpl(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastInsertId
int lastInsertId()
Undocumented in source. Be warned that the author may not have intended to support it.
- ping
int ping()
Undocumented in source. Be warned that the author may not have intended to support it.
- query
MysqlResult query(string sql, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
- queryImpl
MysqlResult queryImpl(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
- queryOneRow
Nullable!MysqlRow queryOneRow(string sql, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectDb
int selectDb(string newDbName)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCharset
int setCharset(string charset)
Undocumented in source. Be warned that the author may not have intended to support it.
- setConnectTimeout
int setConnectTimeout(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOption
int setOption(mysql_option option, void* value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setReconnect
int setReconnect(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
- startTransaction
void startTransaction()
Undocumented in source. Be warned that the author may not have intended to support it.
- stat
string stat()
Undocumented in source. Be warned that the author may not have intended to support it.