Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.PoolingConnection.StatementType
-
Packages that use PoolingConnection.StatementType 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 PoolingConnection.StatementType in org.datanucleus.store.rdbms.datasource.dbcp2
Fields in org.datanucleus.store.rdbms.datasource.dbcp2 declared as PoolingConnection.StatementType Modifier and Type Field Description private PoolingConnection.StatementType
PStmtKey. statementType
Statement type, prepared or callable.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 that return PoolingConnection.StatementType Modifier and Type Method Description PoolingConnection.StatementType
PStmtKey. getStmtType()
The SQL statement type.static PoolingConnection.StatementType
PoolingConnection.StatementType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoolingConnection.StatementType[]
PoolingConnection.StatementType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type PoolingConnection.StatementType Modifier and Type Method Description protected PStmtKey
PoolingConnection. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, PoolingConnection.StatementType statementType)
Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency, PoolingConnection.StatementType statementType)
Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection. createKey(java.lang.String sql, PoolingConnection.StatementType statementType)
Creates a PStmtKey for the given arguments.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type PoolingConnection.StatementType Constructor Description PStmtKey(java.lang.String sql, java.lang.String catalog, int resultSetType, int resultSetConcurrency, int resultSetHoldability, PoolingConnection.StatementType statementType)
PStmtKey(java.lang.String sql, java.lang.String catalog, int resultSetType, int resultSetConcurrency, PoolingConnection.StatementType statementType)
PStmtKey(java.lang.String sql, java.lang.String catalog, java.lang.String schema, int resultSetType, int resultSetConcurrency, int resultSetHoldability, PoolingConnection.StatementType statementType)
Constructs a key to uniquely identify a prepared statement.PStmtKey(java.lang.String sql, java.lang.String catalog, java.lang.String schema, int resultSetType, int resultSetConcurrency, PoolingConnection.StatementType statementType)
Constructs a key to uniquely identify a prepared statement.PStmtKey(java.lang.String sql, java.lang.String catalog, java.lang.String schema, PoolingConnection.StatementType statementType)
Constructs a key to uniquely identify a prepared statement.PStmtKey(java.lang.String sql, java.lang.String catalog, java.lang.String schema, PoolingConnection.StatementType statementType, java.lang.Integer autoGeneratedKeys)
Constructs a key to uniquely identify a prepared statement.PStmtKey(java.lang.String sql, java.lang.String catalog, PoolingConnection.StatementType statementType)
Deprecated.PStmtKey(java.lang.String sql, java.lang.String catalog, PoolingConnection.StatementType statementType, java.lang.Integer autoGeneratedKeys)
-
Uses of PoolingConnection.StatementType in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with parameters of type PoolingConnection.StatementType Modifier and Type Method Description protected PStmtKey
PooledConnectionImpl. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, PoolingConnection.StatementType statementType)
Creates aPStmtKey
for the given arguments.protected PStmtKey
PooledConnectionImpl. createKey(java.lang.String sql, int resultSetType, int resultSetConcurrency, PoolingConnection.StatementType statementType)
Creates aPStmtKey
for the given arguments.protected PStmtKey
PooledConnectionImpl. createKey(java.lang.String sql, PoolingConnection.StatementType statementType)
Creates aPStmtKey
for the given arguments.
-