Uses of Class
org.apache.commons.dbcp.DelegatingPreparedStatement

Packages that use DelegatingPreparedStatement
org.apache.commons.dbcp Database Connection Pool API. 
 

Uses of DelegatingPreparedStatement in org.apache.commons.dbcp
 

Subclasses of DelegatingPreparedStatement in org.apache.commons.dbcp
 class DelegatingCallableStatement
          A base delegating implementation of CallableStatement.
 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 © 2001-2010 The Apache Software Foundation. All Rights Reserved.