Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.DelegatingStatement
Packages that use DelegatingStatement
Package
Description
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.dbcp2Modifier and TypeClassDescriptionclassA base delegating implementation ofCallableStatement.classA base delegating implementation ofPreparedStatement.classADelegatingCallableStatementthat cooperates withPoolingConnectionto implement a pool ofCallableStatements.classADelegatingPreparedStatementthat cooperates withPoolingConnectionto implement a pool ofPreparedStatements.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type DelegatingStatementModifier and TypeMethodDescriptionprivate voidDelegatingConnection.initializeStatement(DelegatingStatement ds)