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

Packages that use DelegatingStatement
org.datanucleus.store.rdbms.datasource.dbcp   
 

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

Subclasses of DelegatingStatement in org.datanucleus.store.rdbms.datasource.dbcp
 class DelegatingCallableStatement
          A base delegating implementation of CallableStatement.
 class DelegatingPreparedStatement
          A base delegating implementation of PreparedStatement.
 class PoolableCallableStatement
          A DelegatingCallableStatement that cooperates with PoolingConnection to implement a pool of CallableStatements.
 class PoolablePreparedStatement
          A DelegatingPreparedStatement that cooperates with PoolingConnection to implement a pool of PreparedStatements.
 



Copyright © 2012. All Rights Reserved.