Uses of Package
org.attribyte.sql.pool
Packages that use org.attribyte.sql.pool
Package
Description
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.
-
Classes in org.attribyte.sql.pool used by org.attribyte.sql.poolClassDescriptionProvides 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.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 collection of connections that are managed as a single unit as part of a pool.Initializes and creates a connection pool segment.Statistics for this 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. -
Classes in org.attribyte.sql.pool used by org.attribyte.sql.pool.contrib