2024-01-05 20:27:58 +01:00
|
|
|
# apache-commons-dbcp
|
|
|
|
|
2024-01-05 20:28:00 +01:00
|
|
|
The DBCP package shall create and maintain a database connection pool
|
|
|
|
package written in the Java language to be distributed under the ASF
|
|
|
|
license. The package shall be available as a pseudo-JDBC driver and
|
|
|
|
via a DataSource interface. The package shall also support multiple
|
|
|
|
logins to multiple database systems, reclamation of stale or dead
|
|
|
|
connections, testing for valid connections, PreparedStatement
|
|
|
|
pooling, and other features.
|
|
|
|
|