See: Description
| Interface | Description |
|---|---|
| PasswordSource |
Allows connection passwords to be specified at runtime.
|
| Class | Description |
|---|---|
| ConnectionPool |
Provides logical database connections to an application from
a pool of physical connections that are maintained by the pool.
|
| ConnectionPool.Initializer |
Initializes and creates connection pools.
|
| ConnectionPool.Stats |
Pool statistics.
|
| ConnectionPoolConfigTest |
Segment config tests.
|
| ConnectionPoolConnection |
Wraps a SQL connection.
|
| ConnectionPoolDataSource |
A DataSource implementation for pools.
|
| ConnectionPoolSegment |
A collection of connections that are managed as a single unit as part of a
pool.
|
| ConnectionPoolSegment.Initializer |
Initialize and create a segment.
|
| ConnectionPoolSegmentConfigTest |
Segment config tests.
|
| ConnectionPoolSegmentTest |
Segment tests.
|
| JDBCConnectionTest |
Connection tests.
|
| JDBConnection |
A JDBC connection.
|
| JDBConnection.Initializer |
Initialize an immutable connection.
|
| MultiSegmentPoolTest |
Pool tests.
|
| SingleSegmentPoolTest |
Pool tests.
|
| TestConnection |
A "connection" that simulates real work.
|
| TestDataSource |
A "connection" that simulates real work.
|
| TestStatement | |
| TestWorker |
A "connection" that simulates real work.
|
| TypesafeConfig |
| Enum | Description |
|---|---|
| ConnectionPoolConnection.ActivityTimeoutPolicy |
How are connections that have exceeded the activity timeout handled?
|
| ConnectionPoolConnection.ForceRealClosePolicy |
How are open statements after close handled?
|
| ConnectionPoolConnection.IncompleteTransactionPolicy |
How are incomplete transactions handled on connection close?
|
| ConnectionPoolConnection.OpenStatementPolicy |
How are open statements after close handled?
|