Class PooledConnectionDataSource (2.58.0)

public class PooledConnectionDataSource extends DataSource implements ConnectionPoolDataSource

Inheritance

java.lang.Object > DataSource > PooledConnectionDataSource

Constructors

PooledConnectionDataSource()

public PooledConnectionDataSource()

Methods

getConnectionPoolManager()

public PooledConnectionListener getConnectionPoolManager()
Returns
Type Description
PooledConnectionListener

getPooledConnection()

public PooledConnection getPooledConnection()
Returns
Type Description
PooledConnection
Exceptions
Type Description
SQLException

getPooledConnection(String arg0, String arg1)

public PooledConnection getPooledConnection(String arg0, String arg1)
Parameters
Name Description
arg0 String
arg1 String
Returns
Type Description
PooledConnection
Exceptions
Type Description
SQLException