All Classes Interface Summary Class Summary Exception Summary
| Class |
Description |
| AbstractComboPooledDataSource |
For the meaning of most of these properties, please see c3p0's top-level documentation!
|
| AbstractConnectionCustomizer |
An abstract implementation of the
ConnectionCustomizer interface
in which all methods are no-ops.
|
| AbstractConnectionTester |
Having expanded the once-simple ConnectionTester interface to support both
user-specified queries and return of root cause Exceptions (via an out-param),
this interface has grown unnecessarily complex.
|
| AbstractExecutorTaskRunnerFactory |
|
| AbstractIdentityTokenized |
|
| AbstractPoolBackedDataSource |
|
| ActiveManagementCoordinator |
|
| AfterCloseLoggingComboPooledDataSource |
For the meaning of most of these properties, please see c3p0's top-level documentation!
|
| AfterCloseLoggingConnectionWrapper |
|
| AuthMaskingProperties |
|
| BasicResourcePoolFactory |
|
| C3P0Config |
|
| C3P0ConfigFinder |
|
| C3P0ConfigUtils |
|
| C3P0ConfigXmlUtils |
|
| C3P0Defaults |
|
| C3P0ImplUtils |
|
| C3P0JavaBeanObjectFactory |
|
| C3P0PooledConnectionPool |
|
| C3P0PooledConnectionPoolManager |
|
| C3P0PooledDataSource |
|
| C3P0PooledDataSource |
Deprecated.
|
| C3P0PooledDataSourceMBean |
|
| C3P0PooledDataSourceMBean |
Deprecated.
|
| 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.
|
| C3P0Registry |
|
| C3P0RegistryManager |
|
| C3P0RegistryManagerMBean |
|
| C3P0Substitutions |
|
| CannotAcquireResourceException |
|
| CloseLoggingComboPooledDataSource |
For the meaning of most of these properties, please see c3p0's top-level documentation!
|
| CloseLoggingConnectionWrapper |
|
| CloseReportingConnectionWrapper |
Deprecated.
|
| ComboPooledDataSource |
For the meaning of most of these properties, please see c3p0's top-level documentation!
|
| ConnectionCustomizer |
Implementations of this interface should
be immutable, and should offer public,
no argument constructors.
|
| ConnectionEventSupport |
|
| 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.
|
| ConstructionLoggingComboPooledDataSource |
For the meaning of most of these properties, please see c3p0's top-level documentation!
|
| DataSources |
A simple factory class for creating DataSources.
|
| DbAuth |
|
| DefaultC3P0ConfigFinder |
|
| DefaultConnectionTester |
|
| DefaultConnectionTester.QuerylessTestRunner |
|
| DefaultTaskRunnerFactory |
|
| DoubleMaxStatementCache |
|
| DriverManagerDataSource |
|
| DriverManagerDataSourceBase |
This class was generated by com.mchange.v2.c3p0.codegen.BeangenDataSourceGenerator.
|
| DriverManagerDataSourceFactory |
Deprecated.
|
| DynamicPooledDataSourceManagerMBean |
|
| EventSupportingResourcePool |
|
| FilterDataSource |
|
| FixedThreadPoolExecutorTaskRunnerFactory |
This implementation supports all relevant config, including numHelperThreads, maxAdministrativeTaskTime,
contextClassLoaderSource, and privilegeSpawnedThreads.
|
| FullQueryConnectionTester |
|
| GlobalMaxOnlyStatementCache |
|
| GooGooStatementCache |
|
| GooGooStatementCache.ConnectionStatementManager |
|
| GooGooStatementCache.SimpleConnectionStatementManager |
|
| IdentityTokenized |
|
| IdentityTokenizedCoalesceChecker |
|
| IdentityTokenResolvable |
This is a convenient base class for all classes
that wish to establish an initial identity which
will be the basis of a one-per vm identity: i.e.
|
| InitSqlConnectionCustomizer |
|
| IsValidOnlyConnectionTester |
|
| IsValidOnlyConnectionTester30 |
|
| JndiRefConnectionPoolDataSource |
|
| JndiRefDataSourceBase |
This class was generated by com.mchange.v2.c3p0.codegen.BeangenDataSourceGenerator.
|
| ManagementCoordinator |
|
| NewPooledConnection |
|
| NewProxyCallableStatement |
This class was generated by com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$NewProxyAnyStatementGenerator.
|
| NewProxyConnection |
This class was generated by com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$NewProxyConnectionGenerator.
|
| NewProxyDatabaseMetaData |
This class was generated by com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$NewProxyMetaDataGenerator.
|
| NewProxyPreparedStatement |
This class was generated by com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$NewProxyAnyStatementGenerator.
|
| NewProxyResultSet |
This class was generated by com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$NewProxyResultSetGenerator.
|
| NewProxyStatement |
This class was generated by com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$NewProxyAnyStatementGenerator.
|
| NoGoodResourcesException |
|
| NullManagementCoordinator |
|
| PerConnectionMaxOnlyStatementCache |
|
| PoolBackedDataSource |
|
| PoolBackedDataSourceBase |
This class was generated by com.mchange.v2.c3p0.codegen.BeangenDataSourceGenerator.
|
| PoolBackedDataSourceFactory |
Deprecated.
|
| PooledDataSource |
Most clients need never use or know about this interface -- c3p0 pooled DataSources
can be treated like any other DataSource.
|
| PooledDataSourceManager |
|
| PooledDataSourceManagerMBean |
|
| ProxyResultSetDetachable |
This is an internal interface, not intended for use by library users.
|
| QueryConnectionTester |
|
| ResourcePool |
|
| ResourcePool.Manager |
|
| ResourcePoolEvent |
|
| ResourcePoolEventSupport |
|
| ResourcePoolException |
|
| ResourcePoolFactory |
A Factory for ResourcePools.
|
| ResourcePoolListener |
|
| SQLWarnings |
|
| StatementCache |
|
| StatementCacheBenchmark |
|
| StatementEventSupport |
|
| TaskRunnerFactory |
A TaskRunnerFactory should be an immutable class with a public, no-arg constructor, and implement equals and hashCode methods to help support canonicalization.
|
| TaskRunnerInit |
All fields will always be supplied from configuration and calling code,
the "if supported" stuff is just a reminder that TaskRunner implementations
need not and may not support the provided config.
|
| TaskRunnerThreadFactory |
|
| TestUtils |
|
| TimeoutException |
|
| UnifiedConnectionTester |
Having expanded the once-simple ConnectionTester interface to support both
user-specified queries and return of root cause Exceptions (via an out-param),
this interface has grown unnecessarily complex.
|
| WrapperConnectionPoolDataSource |
|
| WrapperConnectionPoolDataSourceBase |
This class was generated by com.mchange.v2.c3p0.codegen.BeangenDataSourceGenerator.
|