Package com.mchange.v2.c3p0

Interface Summary
C3P0ProxyConnection Most clients need never use or know about this interface -- c3p0-provided Connections can be treated like any other Connection.
C3P0ProxyStatement Most clients need never use or know about this interface -- c3p0-provided Statements can be treated like any other Statement.
ConnectionTester Define your own Connection tester if you want to override c3p0's default behavior for testing the validity of Connections and responding to Connection errors encountered.
PooledDataSource Most clients need never use or know about this interface -- c3p0 pooled DataSources can be treated like any other DataSource.
QueryConnectionTester  
 

Class Summary
C3P0Registry  
ComboPooledDataSource For the meaning of most of these properties, please see PoolConfig!
DataSources A simple factory class for creating DataSources.
DriverManagerDataSource  
DriverManagerDataSourceFactory Deprecated. Use the new factories in DataSources.
JndiRefConnectionPoolDataSource  
PoolBackedDataSource  
PoolBackedDataSourceFactory Deprecated. Use the new factories in DataSources.
PoolConfig Encapsulates all the configuration information required by a c3p0 pooled DataSource.
WrapperConnectionPoolDataSource