Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.PStmtKey
Packages that use PStmtKey
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 PStmtKey in org.datanucleus.store.rdbms.datasource.dbcp2
Fields in org.datanucleus.store.rdbms.datasource.dbcp2 declared as PStmtKeyModifier and TypeFieldDescriptionprivate final PStmtKeyPoolableCallableStatement.keyKey for this statement in the containingKeyedObjectPool.Fields in org.datanucleus.store.rdbms.datasource.dbcp2 with type parameters of type PStmtKeyModifier 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 PStmtKeyModifier and TypeMethodDescriptionprotected PStmtKeyCreates a PStmtKey for the given arguments.protected PStmtKeyprotected PStmtKeyCreates a PStmtKey for the given arguments.protected PStmtKeyCreates a PStmtKey for the given arguments.protected PStmtKeyPoolingConnection.createKey(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) Creates a PStmtKey for the given arguments.protected PStmtKeyPoolingConnection.createKey(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, PoolingConnection.StatementType statementType) Creates a PStmtKey for the given arguments.protected PStmtKeyPoolingConnection.createKey(String sql, int resultSetType, int resultSetConcurrency, PoolingConnection.StatementType statementType) Creates a PStmtKey for the given arguments.protected PStmtKeyCreates a PStmtKey for the given arguments.protected PStmtKeyPoolingConnection.createKey(String sql, PoolingConnection.StatementType statementType) Creates a PStmtKey for the given arguments.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type PStmtKeyModifier 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.PoolingConnection.makeObject(PStmtKey key) KeyedPooledObjectFactorymethod for creatingPoolablePreparedStatements orPoolableCallableStatements.voidPoolingConnection.passivateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject) booleanPoolingConnection.validateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject) KeyedPooledObjectFactorymethod for validating pooled statements.Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type PStmtKeyModifier and TypeMethodDescriptionvoidPoolingConnection.setStatementPool(KeyedObjectPool<PStmtKey, DelegatingPreparedStatement> pool) Sets the prepared statement pool.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type PStmtKeyModifierConstructorDescriptionPoolableCallableStatement(CallableStatement callableStatement, PStmtKey key, KeyedObjectPool<PStmtKey, DelegatingPreparedStatement> pool, DelegatingConnection<Connection> connection) Constructor.Constructor parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type PStmtKeyModifierConstructorDescriptionPoolableCallableStatement(CallableStatement callableStatement, PStmtKey key, KeyedObjectPool<PStmtKey, DelegatingPreparedStatement> pool, DelegatingConnection<Connection> connection) Constructor. -
Uses of PStmtKey in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter
Subclasses of PStmtKey in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapterFields in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with type parameters of type PStmtKeyMethods in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter that return PStmtKeyModifier and TypeMethodDescriptionprotected PStmtKeyCreates aPStmtKeyfor the given arguments.protected PStmtKeyCreates aPStmtKeyfor the given arguments.protected PStmtKeyCreates aPStmtKeyfor the given arguments.protected PStmtKeyCreates aPStmtKeyfor the given arguments.protected PStmtKeyPooledConnectionImpl.createKey(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) Creates aPStmtKeyfor the given arguments.protected PStmtKeyPooledConnectionImpl.createKey(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, PoolingConnection.StatementType statementType) Creates aPStmtKeyfor the given arguments.protected PStmtKeyPooledConnectionImpl.createKey(String sql, int resultSetType, int resultSetConcurrency, PoolingConnection.StatementType statementType) Creates aPStmtKeyfor the given arguments.protected PStmtKeyCreates aPStmtKeyfor the given arguments.protected PStmtKeyPooledConnectionImpl.createKey(String sql, PoolingConnection.StatementType statementType) Creates aPStmtKeyfor the given arguments.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with parameters of type PStmtKeyModifier and TypeMethodDescriptionvoidPooledConnectionImpl.activateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject) MyKeyedPooledObjectFactorymethod for activatingPreparedStatements.voidPooledConnectionImpl.destroyObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject) MyKeyedPooledObjectFactorymethod for destroyingPreparedStatements.PooledConnectionImpl.makeObject(PStmtKey key) MyKeyedPooledObjectFactorymethod for creatingPreparedStatements.voidPooledConnectionImpl.passivateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject) MyKeyedPooledObjectFactorymethod for passivatingPreparedStatements.booleanPooledConnectionImpl.validateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject) MyKeyedPooledObjectFactorymethod for validatingPreparedStatements.Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with type arguments of type PStmtKeyModifier and TypeMethodDescriptionvoidPooledConnectionImpl.setStatementPool(KeyedObjectPool<PStmtKey, DelegatingPreparedStatement> statementPool)
PStmtKey.