| Package | Description |
|---|---|
| org.apache.commons.dbcp.datasources |
This package contains two DataSources:
PerUserPoolDataSource and
SharedPoolDataSource which provide a database connection pool. |
| Modifier and Type | Method and Description |
|---|---|
private PoolKey |
PerUserPoolDataSource.getPoolKey(java.lang.String username,
java.lang.String password) |
| Modifier and Type | Method and Description |
|---|---|
private org.apache.commons.pool.impl.GenericObjectPool |
PerUserPoolDataSource.getPool(PoolKey key)
Returns the object pool associated with the given PoolKey.
|