- changeUser
MySQLConnection changeUser(MySQLConnectOptions options, AsyncVoidHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- dumpDebug
MySQLConnection dumpDebug(AsyncVoidHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- escapeIdentifier
string escapeIdentifier(string identifier)
Undocumented in source. Be warned that the author may not have intended to support it.
- escapeLiteral
string escapeLiteral(string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
- getInternalStatistics
MySQLConnection getInternalStatistics(AsyncResultHandler!(string) handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleNotification
void handleNotification(int processId, string channel, string payload)
Undocumented in source. Be warned that the author may not have intended to support it.
- ping
MySQLConnection ping(AsyncVoidHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- prepareNamedQuery
NamedQuery prepareNamedQuery(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
- prepareNamedQueryAsync
Future!NamedQuery prepareNamedQueryAsync(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
- resetConnection
MySQLConnection resetConnection(AsyncVoidHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOption
MySQLConnection setOption(MySQLSetOption option, AsyncVoidHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- specifySchema
MySQLConnection specifySchema(string schemaName, AsyncVoidHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.