| Package | Description |
|---|---|
| org.apache.commons.dbcp.cpdsadapter |
This package contains one public class which is a
ConnectionPoolDataSource (CPDS) implementation that can be used to
adapt older Driver based jdbc implementations. |
| Modifier and Type | Field and Description |
|---|---|
private PooledConnectionImpl |
ConnectionImpl.pooledConnection
The object that instantiated this object
|
| Constructor and Description |
|---|
ConnectionImpl(PooledConnectionImpl pooledConnection,
java.sql.Connection connection,
boolean accessToUnderlyingConnectionAllowed)
Creates a
ConnectionImpl. |