ConnectionPoolDataSourceImpl

Undocumented in source.

Constructors

this
this(Driver driver, string url, string[string] params, int maxPoolSize, int timeToLive, int waitTimeOut)
Undocumented in source.

Members

Functions

getConnection
Connection getConnection()
Undocumented in source. Be warned that the author may not have intended to support it.
onConnectionClosed
void onConnectionClosed(Connection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
removeUsed
void removeUsed(Connection connection)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From DataSourceImpl

driver
Driver driver;
Undocumented in source.
url
string url;
Undocumented in source.
params
string[string] params;
Undocumented in source.
getConnection
Connection getConnection()
Undocumented in source. Be warned that the author may not have intended to support it.

From ConnectionCloseHandler

onConnectionClosed
void onConnectionClosed(Connection connection)
Undocumented in source.

Meta