Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection

Packages that use DelegatingConnection
org.datanucleus.store.rdbms.datasource.dbcp   
org.datanucleus.store.rdbms.datasource.dbcp.managed   
 

Uses of DelegatingConnection in org.datanucleus.store.rdbms.datasource.dbcp
 

Subclasses of DelegatingConnection in org.datanucleus.store.rdbms.datasource.dbcp
 class PoolableConnection
          A delegating connection that, rather than closing the underlying connection, returns itself to an ObjectPool when closed.
 class PoolingConnection
          A DelegatingConnection that pools PreparedStatements.
 

Fields in org.datanucleus.store.rdbms.datasource.dbcp declared as DelegatingConnection
protected  DelegatingConnection DelegatingDatabaseMetaData._conn
          The connection that created me.
protected  DelegatingConnection DelegatingStatement._conn
          The connection that created me.
 

Constructors in org.datanucleus.store.rdbms.datasource.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.datanucleus.store.rdbms.datasource.dbcp.managed
 

Subclasses of DelegatingConnection in org.datanucleus.store.rdbms.datasource.dbcp.managed
 class ManagedConnection
          ManagedConnection is responsible for managing a database connection in a transactional environment (typically called "Container Managed").
 class PoolableManagedConnection
          PoolableConnection that unregisters from TransactionRegistry on Connection real destroy.
 



Copyright © 2012. All Rights Reserved.