Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.PStmtKey
-
Packages that use PStmtKey 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.org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter 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 PStmtKey Modifier and Type Field Description private PStmtKeyPoolableCallableStatement. keyKey for this statement in the containingKeyedObjectPool.Fields in org.datanucleus.store.rdbms.datasource.dbcp2 with type parameters of type PStmtKey Modifier and Type Field Description private KeyedObjectPool<PStmtKey,DelegatingPreparedStatement>PoolableCallableStatement. poolTheKeyedObjectPoolfrom which this CallableStatement was obtained.private KeyedObjectPool<PStmtKey,DelegatingPreparedStatement>PoolingConnection. pstmtPoolPool ofPreparedStatements.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 that return PStmtKey Modifier and Type Method Description protected PStmtKeyPoolingConnection. createKey(java.lang.String sql)Creates a PStmtKey for the given arguments.protected PStmtKeyPoolingConnection. createKey(java.lang.String sql, int autoGeneratedKeys)protected PStmtKeyPoolingConnection. createKey(java.lang.String sql, int[] columnIndexes)Creates a PStmtKey for the given arguments.protected PStmtKeyPoolingConnection. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency)Creates a PStmtKey for the given arguments.protected PStmtKeyPoolingConnection. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)Creates a PStmtKey for the given arguments.protected PStmtKeyPoolingConnection. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, PoolingConnection.StatementType statementType)Creates a PStmtKey for the given arguments.protected PStmtKeyPoolingConnection. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency, PoolingConnection.StatementType statementType)Creates a PStmtKey for the given arguments.protected PStmtKeyPoolingConnection. createKey(java.lang.String sql, java.lang.String[] columnNames)Creates a PStmtKey for the given arguments.protected PStmtKeyPoolingConnection. createKey(java.lang.String sql, PoolingConnection.StatementType statementType)Creates a PStmtKey for the given arguments.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type PStmtKey Modifier and Type Method Description voidPoolingConnection. activateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)KeyedPooledObjectFactorymethod for activating pooled statements.voidPoolingConnection. destroyObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)KeyedPooledObjectFactorymethod for destroying PoolablePreparedStatements and PoolableCallableStatements.PooledObject<DelegatingPreparedStatement>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 PStmtKey Modifier and Type Method Description voidPoolingConnection. setStatementPool(KeyedObjectPool<PStmtKey,DelegatingPreparedStatement> pool)Sets the prepared statement pool.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type PStmtKey Constructor Description PoolableCallableStatement(java.sql.CallableStatement callableStatement, PStmtKey key, KeyedObjectPool<PStmtKey,DelegatingPreparedStatement> pool, DelegatingConnection<java.sql.Connection> connection)Constructor.Constructor parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type PStmtKey Constructor Description PoolableCallableStatement(java.sql.CallableStatement callableStatement, PStmtKey key, KeyedObjectPool<PStmtKey,DelegatingPreparedStatement> pool, DelegatingConnection<java.sql.Connection> connection)Constructor. -
Uses of PStmtKey in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter
Subclasses of PStmtKey in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter Modifier and Type Class Description classPStmtKeyCPDSDeprecated.UsePStmtKey.Fields in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with type parameters of type PStmtKey Modifier and Type Field Description private KeyedObjectPool<PStmtKey,DelegatingPreparedStatement>PooledConnectionImpl. pStmtPoolMy pool ofPreparedStatements.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter that return PStmtKey Modifier and Type Method Description protected PStmtKeyPooledConnectionImpl. createKey(java.lang.String sql)Creates aPStmtKeyfor the given arguments.protected PStmtKeyPooledConnectionImpl. createKey(java.lang.String sql, int autoGeneratedKeys)Creates aPStmtKeyfor the given arguments.protected PStmtKeyPooledConnectionImpl. createKey(java.lang.String sql, int[] columnIndexes)Creates aPStmtKeyfor the given arguments.protected PStmtKeyPooledConnectionImpl. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency)Creates aPStmtKeyfor the given arguments.protected PStmtKeyPooledConnectionImpl. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)Creates aPStmtKeyfor the given arguments.protected PStmtKeyPooledConnectionImpl. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, PoolingConnection.StatementType statementType)Creates aPStmtKeyfor the given arguments.protected PStmtKeyPooledConnectionImpl. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency, PoolingConnection.StatementType statementType)Creates aPStmtKeyfor the given arguments.protected PStmtKeyPooledConnectionImpl. createKey(java.lang.String sql, java.lang.String[] columnNames)Creates aPStmtKeyfor the given arguments.protected PStmtKeyPooledConnectionImpl. createKey(java.lang.String sql, PoolingConnection.StatementType statementType)Creates aPStmtKeyfor the given arguments.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with parameters of type PStmtKey Modifier and Type Method Description voidPooledConnectionImpl. activateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)MyKeyedPooledObjectFactorymethod for activatingPreparedStatements.voidPooledConnectionImpl. destroyObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)MyKeyedPooledObjectFactorymethod for destroyingPreparedStatements.PooledObject<DelegatingPreparedStatement>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 PStmtKey Modifier and Type Method Description voidPooledConnectionImpl. setStatementPool(KeyedObjectPool<PStmtKey,DelegatingPreparedStatement> statementPool)
-