public class PooledConnectionDataSource extends DataSource implements ConnectionPoolDataSourceImplements
ConnectionPoolDataSourceConstructors
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 |
|