appbase.mysql.connection

Undocumented in source.

Public Imports

database.mysql
public import database.mysql;

Members

Functions

destroyDBConnectionPool
void destroyDBConnectionPool()
Undocumented in source. Be warned that the author may not have intended to support it.
getConnection
Connection getConnection()
Undocumented in source. Be warned that the author may not have intended to support it.
initDBConnectionPool
void initDBConnectionPool(string host, string user, string password, string database, ushort port, uint maxConnections, uint initialConnections, uint incrementalConnections, uint waitSeconds)
Undocumented in source. Be warned that the author may not have intended to support it.
releaseConnection
void releaseConnection(Connection conn)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta