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