Uses of Class
org.apache.commons.dbcp.DelegatingPreparedStatement
-
Packages that use DelegatingPreparedStatement Package Description org.apache.commons.dbcp Database Connection Pool API. -
-
Uses of DelegatingPreparedStatement in org.apache.commons.dbcp
Subclasses of DelegatingPreparedStatement in org.apache.commons.dbcp Modifier and Type Class Description classDelegatingCallableStatementA base delegating implementation ofCallableStatement.classPoolableCallableStatementADelegatingCallableStatementthat cooperates withPoolingConnectionto implement a pool ofCallableStatements.classPoolablePreparedStatementADelegatingPreparedStatementthat cooperates withPoolingConnectionto implement a pool ofPreparedStatements.
-