Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.DelegatingPreparedStatement
Packages that use DelegatingPreparedStatement
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
-
Uses of DelegatingPreparedStatement in org.datanucleus.store.rdbms.datasource.dbcp2
Subclasses of DelegatingPreparedStatement in org.datanucleus.store.rdbms.datasource.dbcp2Modifier and TypeClassDescriptionclassA base delegating implementation ofCallableStatement.classADelegatingCallableStatementthat cooperates withPoolingConnectionto implement a pool ofCallableStatements.classADelegatingPreparedStatementthat cooperates withPoolingConnectionto implement a pool ofPreparedStatements.Classes in org.datanucleus.store.rdbms.datasource.dbcp2 that implement interfaces with type arguments of type DelegatingPreparedStatementFields in org.datanucleus.store.rdbms.datasource.dbcp2 with type parameters of type DelegatingPreparedStatementModifier and TypeFieldDescriptionprivate final KeyedObjectPool<PStmtKey, DelegatingPreparedStatement> PoolableCallableStatement.poolTheKeyedObjectPoolfrom which this CallableStatement was obtained.PoolingConnection.pstmtPoolPool ofPreparedStatements.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 that return types with arguments of type DelegatingPreparedStatementModifier and TypeMethodDescriptionPoolingConnection.makeObject(PStmtKey key) KeyedPooledObjectFactorymethod for creatingPoolablePreparedStatements orPoolableCallableStatements.Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type DelegatingPreparedStatementModifier and TypeMethodDescriptionvoidPoolingConnection.activateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject) KeyedPooledObjectFactorymethod for activating pooled statements.voidPoolingConnection.destroyObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject) KeyedPooledObjectFactorymethod for destroying PoolablePreparedStatements and PoolableCallableStatements.voidPoolingConnection.passivateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject) voidPoolingConnection.setStatementPool(KeyedObjectPool<PStmtKey, DelegatingPreparedStatement> pool) Sets the prepared statement pool.booleanPoolingConnection.validateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject) KeyedPooledObjectFactorymethod for validating pooled statements.Constructor parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type DelegatingPreparedStatementModifierConstructorDescriptionPoolableCallableStatement(CallableStatement callableStatement, PStmtKey key, KeyedObjectPool<PStmtKey, DelegatingPreparedStatement> pool, DelegatingConnection<Connection> connection) Constructor. -
Uses of DelegatingPreparedStatement in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter
Classes in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter that implement interfaces with type arguments of type DelegatingPreparedStatementModifier and TypeClassDescription(package private) classImplementation of PooledConnection that is returned by PooledConnectionDataSource.Fields in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with type parameters of type DelegatingPreparedStatementMethods in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter that return types with arguments of type DelegatingPreparedStatementModifier and TypeMethodDescriptionPooledConnectionImpl.makeObject(PStmtKey key) MyKeyedPooledObjectFactorymethod for creatingPreparedStatements.Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with type arguments of type DelegatingPreparedStatementModifier and TypeMethodDescriptionvoidPooledConnectionImpl.activateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject) MyKeyedPooledObjectFactorymethod for activatingPreparedStatements.voidPooledConnectionImpl.destroyObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject) MyKeyedPooledObjectFactorymethod for destroyingPreparedStatements.voidPooledConnectionImpl.passivateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject) MyKeyedPooledObjectFactorymethod for passivatingPreparedStatements.voidPooledConnectionImpl.setStatementPool(KeyedObjectPool<PStmtKey, DelegatingPreparedStatement> statementPool) booleanPooledConnectionImpl.validateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject) MyKeyedPooledObjectFactorymethod for validatingPreparedStatements.