| Package | Description |
|---|---|
| org.datanucleus.store.rdbms.datasource.dbcp2 |
This is a repackaged Apache Commons DBCP v2.1.1 and Apache Commons Pool v2.4.2.
|
| Modifier and Type | Method and Description |
|---|---|
PoolingConnection.StatementType |
PStmtKey.getStmtType() |
static PoolingConnection.StatementType |
PoolingConnection.StatementType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
protected PStmtKey |
PoolingConnection.createKey(String sql,
int resultSetType,
int resultSetConcurrency,
PoolingConnection.StatementType stmtType)
Create a PStmtKey for the given arguments.
|
protected PStmtKey |
PoolingConnection.createKey(String sql,
PoolingConnection.StatementType stmtType)
Create a PStmtKey for the given arguments.
|
| Constructor and Description |
|---|
PStmtKey(String sql,
String catalog,
int resultSetType,
int resultSetConcurrency,
PoolingConnection.StatementType stmtType) |
PStmtKey(String sql,
String catalog,
PoolingConnection.StatementType stmtType,
Integer autoGeneratedKeys) |
Copyright © 2016. All rights reserved.