Uses of Package
org.apache.commons.dbcp2.datasources
Packages that use org.apache.commons.dbcp2.datasources
Package
Description
This package contains two DataSources:
PerUserPoolDataSource and
SharedPoolDataSource which provide a database connection pool.-
Classes in org.apache.commons.dbcp2.datasources used by org.apache.commons.dbcp2.datasourcesClassDescriptionA
chararray wrapper that does not reveal its contents inadvertently through toString().The base class forSharedPoolDataSourceandPerUserPoolDataSource.A JNDI ObjectFactory which createsSharedPoolDataSources orPerUserPoolDataSourcesAKeyedPooledObjectFactorythat createsPoolableConnections.Immutable poolable object holding aPooledConnectionalong with the user name and password used to create the connection.Methods to manage PoolableConnections and the connection pools that source them.Holds a user name and password pair.