All Classes and Interfaces

Class
Description
Provides logical database connections to an application from a pool of physical connections that are maintained by the pool.
Initializes and creates connection pools.
Pool statistics.
A logical database connection returned to applications from a ConnectionPool.
How are connections that have exceeded the activity timeout handled?
The policy followed when a connection is forcibly closed by the pool (e.g. when the activity timeout is reached or the connection lifetime expires).
How are incomplete transactions handled on connection close?
How are open statements after close handled?
A DataSource implementation for pools.
A collection of connections that are managed as a single unit as part of a pool.
Initializes and creates a connection pool segment.
Immutable configuration for a database connection, including the connection string or DataSource, credentials, test SQL, and timeout settings.
Initializes and creates an immutable connection configuration.
Allows connection passwords to be specified at runtime.
A password source that uses Properties to resolve passwords.