Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.DelegatingStatement
-
Packages that use DelegatingStatement Package Description org.datanucleus.store.rdbms.datasource.dbcp2 This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of DelegatingStatement in org.datanucleus.store.rdbms.datasource.dbcp2
Subclasses of DelegatingStatement in org.datanucleus.store.rdbms.datasource.dbcp2 Modifier and Type Class Description classDelegatingCallableStatementA base delegating implementation ofCallableStatement.classDelegatingPreparedStatementA base delegating implementation ofPreparedStatement.classPoolableCallableStatementADelegatingCallableStatementthat cooperates withPoolingConnectionto implement a pool ofCallableStatements.classPoolablePreparedStatement<K>ADelegatingPreparedStatementthat cooperates withPoolingConnectionto implement a pool ofPreparedStatements.
-