| Package | Description |
|---|---|
| org.attribyte.sql.pool |
ACP is an open-source JDBC connection pool designed to support the high throughput, concurrency, tuning,
monitoring and reporting typically required to support production application servers.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectionPoolConnection.OpenStatementPolicy |
ConnectionPoolConnection.OpenStatementPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionPoolConnection.OpenStatementPolicy[] |
ConnectionPoolConnection.OpenStatementPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionPoolSegment.Initializer |
ConnectionPoolSegment.Initializer.setOpenStatementOnClosePolicy(ConnectionPoolConnection.OpenStatementPolicy openStatementPolicy)
Sets the open statement (on close) policy.
|