ddbc v0.2.10 (2014-04-17T05:12:30Z)
Home
Dub
Repo
ConnectionPoolDataSourceImpl
ddbc
common
Undocumented in source.
class
ConnectionPoolDataSourceImpl :
DataSourceImpl
,
ConnectionCloseHandler
{
this
(Driver driver, string url, string[string] params, int maxPoolSize, int timeToLive, int waitTimeOut);
Connection
getConnection
();
void
removeUsed
(Connection connection);
void
onConnectionClosed
(Connection connection);
}
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
Source
See Implementation
ddbc
common
classes
ColumnMetadataItem
ConnectionPoolDataSourceImpl
ConnectionWrapper
DataSourceImpl
ParameterMetaDataImpl
ParameterMetaDataItem
ResultSetImpl
ResultSetMetaDataImpl
functions
unitTestExecuteBatch
interfaces
ConnectionCloseHandler
static functions
myRemove