| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DelegatingConnection | |
|---|---|
| org.apache.commons.dbcp | Database Connection Pool API. | 
| org.apache.commons.dbcp.managed | This package provides support for pooling of ManagedConnections. | 
| Uses of DelegatingConnection in org.apache.commons.dbcp | 
|---|
| Subclasses of DelegatingConnection in org.apache.commons.dbcp | |
|---|---|
|  class | PoolableConnectionA delegating connection that, rather than closing the underlying connection, returns itself to an ObjectPoolwhen
 closed. | 
|  class | PoolingConnectionA DelegatingConnectionthat poolsPreparedStatements. | 
| Fields in org.apache.commons.dbcp declared as DelegatingConnection | |
|---|---|
| protected  DelegatingConnection | DelegatingStatement._connThe connection that created me. | 
| protected  DelegatingConnection | DelegatingDatabaseMetaData._connThe connection that created me. | 
| Constructors in org.apache.commons.dbcp with parameters of type DelegatingConnection | |
|---|---|
| DelegatingCallableStatement(DelegatingConnection c,
                                                       CallableStatement s)Create a wrapper for the Statement which traces this Statement to the Connection which created it and the code which created it. | |
| DelegatingDatabaseMetaData(DelegatingConnection c,
                                                     DatabaseMetaData m) | |
| DelegatingPreparedStatement(DelegatingConnection c,
                                                       PreparedStatement s)Create a wrapper for the Statement which traces this Statement to the Connection which created it and the code which created it. | |
| DelegatingStatement(DelegatingConnection c,
                                       Statement s)Create a wrapper for the Statement which traces this Statement to the Connection which created it and the code which created it. | |
| Uses of DelegatingConnection in org.apache.commons.dbcp.managed | 
|---|
| Subclasses of DelegatingConnection in org.apache.commons.dbcp.managed | |
|---|---|
|  class | ManagedConnectionManagedConnection is responsible for managing a database connection in a transactional environment (typically called "Container Managed"). | 
|  class | PoolableManagedConnectionPoolableConnection that unregisters from TransactionRegistry on Connection real destroy. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||