A B C D E F G H I J M N P Q R S T U W

A

ACQUIRE_INCREMENT - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
ACQUIRE_RETRY_ATTEMPTS - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
ACQUIRE_RETRY_DELAY - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
AUTOMATIC_TEST_TABLE - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
AUTO_COMMIT_ON_CLOSE - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
activeCheckConnection(Connection) - Method in interface com.mchange.v2.c3p0.ConnectionTester
 
activeCheckConnection(Connection, String) - Method in interface com.mchange.v2.c3p0.QueryConnectionTester
 

B

BREAK_AFTER_ACQUIRE_FAILURE - Static variable in class com.mchange.v2.c3p0.PoolConfig
 

C

C3P0ProxyConnection - interface com.mchange.v2.c3p0.C3P0ProxyConnection.
Most clients need never use or know about this interface -- c3p0-provided Connections can be treated like any other Connection.
C3P0ProxyStatement - interface com.mchange.v2.c3p0.C3P0ProxyStatement.
Most clients need never use or know about this interface -- c3p0-provided Statements can be treated like any other Statement.
C3P0Registry - class com.mchange.v2.c3p0.C3P0Registry.
 
C3P0Registry() - Constructor for class com.mchange.v2.c3p0.C3P0Registry
 
CHECKOUT_TIMEOUT - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
CONNECTION_IS_INVALID - Static variable in interface com.mchange.v2.c3p0.ConnectionTester
 
CONNECTION_IS_OKAY - Static variable in interface com.mchange.v2.c3p0.ConnectionTester
 
CONNECTION_TESTER_CLASS_NAME - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
ComboPooledDataSource - class com.mchange.v2.c3p0.ComboPooledDataSource.
For the meaning of most of these properties, please see PoolConfig!
ComboPooledDataSource() - Constructor for class com.mchange.v2.c3p0.ComboPooledDataSource
 
ConnectionTester - interface com.mchange.v2.c3p0.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.
close() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
close(boolean) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
close() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
close(boolean) - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
close() - Method in interface com.mchange.v2.c3p0.PooledDataSource
C3P0 pooled DataSources use no resources before they are actually used in a VM, and they close themselves in their finalize() method.
close(boolean) - Method in interface com.mchange.v2.c3p0.PooledDataSource
Should be used only with great caution.
coalesce(IdentityTokenized) - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
com.mchange.v2.c3p0 - package com.mchange.v2.c3p0
 
create(String, String, String, String, String) - Static method in class com.mchange.v2.c3p0.DriverManagerDataSourceFactory
Deprecated. Creates an unpooled DataSource that users java.sql.DriverManager behind the scenes to acquire Connections.
create(String, String, Properties, String) - Static method in class com.mchange.v2.c3p0.DriverManagerDataSourceFactory
Deprecated. Creates an unpooled DataSource that users java.sql.DriverManager behind the scenes to acquire Connections.
create(String, String, String, String) - Static method in class com.mchange.v2.c3p0.DriverManagerDataSourceFactory
Deprecated. Creates an unpooled DataSource that users java.sql.DriverManager behind the scenes to acquire Connections.
create(String, String) - Static method in class com.mchange.v2.c3p0.DriverManagerDataSourceFactory
Deprecated. Creates an unpooled DataSource that users java.sql.DriverManager behind the scenes to acquire Connections.
create(String, String, String) - Static method in class com.mchange.v2.c3p0.DriverManagerDataSourceFactory
Deprecated. Creates an unpooled DataSource that users java.sql.DriverManager behind the scenes to acquire Connections.
create(String) - Static method in class com.mchange.v2.c3p0.DriverManagerDataSourceFactory
Deprecated. Creates an unpooled DataSource that users java.sql.DriverManager behind the scenes to acquire Connections.
create(DataSource, int, int, int, int, int, String) - Static method in class com.mchange.v2.c3p0.PoolBackedDataSourceFactory
Deprecated. Creates a pool-backed DataSource using unpooledDataSource as its source for Connections.
create(DataSource, int, int, int, int, int) - Static method in class com.mchange.v2.c3p0.PoolBackedDataSourceFactory
Deprecated. Creates a pool-backed DataSource using unpooledDataSource as its source for Connections.
create(DataSource) - Static method in class com.mchange.v2.c3p0.PoolBackedDataSourceFactory
Deprecated. Creates a pool-backed DataSource using unpooledDataSource as its source for Connections and default values for pool params.
create(String, String, String, String, int, int, int, int, int, String) - Static method in class com.mchange.v2.c3p0.PoolBackedDataSourceFactory
Deprecated. Creates a pool-backed DataSource.
create(String, String, String, String, int, int, int, int, int) - Static method in class com.mchange.v2.c3p0.PoolBackedDataSourceFactory
Deprecated. Creates a pool-backed DataSource.
create(String, String, String, int, int, int, int, int, String) - Static method in class com.mchange.v2.c3p0.PoolBackedDataSourceFactory
Deprecated. Creates a pool-backed DataSource.
create(String, String, String, int, int, int, int, int) - Static method in class com.mchange.v2.c3p0.PoolBackedDataSourceFactory
Deprecated. Creates a pool-backed DataSource.
create(String, String, String, String) - Static method in class com.mchange.v2.c3p0.PoolBackedDataSourceFactory
Deprecated. Creates a pool-backed DataSource using default values for pool parameters.
create(String, String, String) - Static method in class com.mchange.v2.c3p0.PoolBackedDataSourceFactory
Deprecated. Creates a pool-backed DataSource using default pool parameters.
createReferenceable(DataSource, int, int, int, int, int, String) - Static method in class com.mchange.v2.c3p0.PoolBackedDataSourceFactory
Deprecated. all implementations are now both Referenceable and Serializable. use create()
createReferenceable(DataSource, String) - Static method in class com.mchange.v2.c3p0.PoolBackedDataSourceFactory
Deprecated. all implementations are now both Referenceable and Serializable. use create()
createReferenceable(String, String, String, String, int, int, int, int, int, String) - Static method in class com.mchange.v2.c3p0.PoolBackedDataSourceFactory
Deprecated. all implementations are now both Referenceable and Serializable. use create()
createReferenceable(String, String, String, String, String) - Static method in class com.mchange.v2.c3p0.PoolBackedDataSourceFactory
Deprecated. all implementations are now both Referenceable and Serializable. use create()
createSerializable(DataSource, int, int, int, int, int) - Static method in class com.mchange.v2.c3p0.PoolBackedDataSourceFactory
Deprecated. all implementations are now both Referenceable and Serializable. use create()
createSerializable(DataSource) - Static method in class com.mchange.v2.c3p0.PoolBackedDataSourceFactory
Deprecated. all implementations are now both Referenceable and Serializable. use create()
createSerializable(String, String, String, String, int, int, int, int, int) - Static method in class com.mchange.v2.c3p0.PoolBackedDataSourceFactory
Deprecated. all implementations are now both Referenceable and Serializable. use create()
createSerializable(String, String, String, String) - Static method in class com.mchange.v2.c3p0.PoolBackedDataSourceFactory
Deprecated. all implementations are now both Referenceable and Serializable. use create()

D

DATABASE_IS_INVALID - Static variable in interface com.mchange.v2.c3p0.ConnectionTester
 
DEFAULT_CONFIG_RSRC_PATH - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
DataSources - class com.mchange.v2.c3p0.DataSources.
A simple factory class for creating DataSources.
DriverManagerDataSource - class com.mchange.v2.c3p0.DriverManagerDataSource.
 
DriverManagerDataSource() - Constructor for class com.mchange.v2.c3p0.DriverManagerDataSource
 
DriverManagerDataSourceFactory - class com.mchange.v2.c3p0.DriverManagerDataSourceFactory.
Deprecated. Use the new factories in DataSources. See examples.
defaultAcquireIncrement() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultAcquireRetryAttempts() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultAcquireRetryDelay() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultAutoCommitOnClose() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultAutomaticTestTable() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultBreakAfterAcquireFailure() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultCheckoutTimeout() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultConnectionTesterClassName() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultFactoryClassLocation() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultForceIgnoreUnresolvedTransactions() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultIdleConnectionTestPeriod() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultInitialPoolSize() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultMaxIdleTime() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultMaxPoolSize() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultMaxStatements() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultMaxStatementsPerConnection() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultMinPoolSize() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultNumHelperThreads() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultPreferredTestQuery() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultPropertyCycle() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultTestConnectionOnCheckin() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultTestConnectionOnCheckout() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultUsesTraditionalReflectiveProxies() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
destroy(DataSource) - Static method in class com.mchange.v2.c3p0.DataSources
Immediately releases any unshared resources (Threads and database Connections) that are held uniquely by any DataSource created by the DataSources class.

E

equals(Object) - Method in interface com.mchange.v2.c3p0.ConnectionTester
Multiple testers that are of the same class and use the same criteria for determining fatality should test as equals().

F

FACTORY_CLASS_LOCATION - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
FORCE_IGNORE_UNRESOLVED_TRANSACTIONS - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
forceDestroy(DataSource) - Static method in class com.mchange.v2.c3p0.DataSources
Should be used only with great caution.

G

getAcquireIncrement() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getAcquireIncrement() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getAcquireIncrement() - Method in class com.mchange.v2.c3p0.PoolConfig
 
getAcquireRetryAttempts() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getAcquireRetryAttempts() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getAcquireRetryAttempts() - Method in class com.mchange.v2.c3p0.PoolConfig
 
getAcquireRetryDelay() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getAcquireRetryDelay() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getAcquireRetryDelay() - Method in class com.mchange.v2.c3p0.PoolConfig
 
getAutomaticTestTable() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getAutomaticTestTable() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getAutomaticTestTable() - Method in class com.mchange.v2.c3p0.PoolConfig
 
getCheckoutTimeout() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getCheckoutTimeout() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getCheckoutTimeout() - Method in class com.mchange.v2.c3p0.PoolConfig
 
getConnection() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getConnection(String, String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getConnection() - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
getConnection(String, String) - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
getConnection() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getConnection(String, String) - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getConnectionTesterClassName() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getConnectionTesterClassName() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getConnectionTesterClassName() - Method in class com.mchange.v2.c3p0.PoolConfig
 
getDescription() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getDriverClass() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getFactoryClassLocation() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getFactoryClassLocation() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getFactoryClassLocation() - Method in class com.mchange.v2.c3p0.PoolConfig
 
getIdentityToken() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getIdentityToken() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getIdleConnectionTestPeriod() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getIdleConnectionTestPeriod() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getIdleConnectionTestPeriod() - Method in class com.mchange.v2.c3p0.PoolConfig
 
getInitialPoolSize() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getInitialPoolSize() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getInitialPoolSize() - Method in class com.mchange.v2.c3p0.PoolConfig
 
getJdbcUrl() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getJndiEnv() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getJndiName() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getLogWriter() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getLogWriter() - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
getLogWriter() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getLogWriter() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getLogWriter() - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
getLoginTimeout() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getLoginTimeout() - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
getLoginTimeout() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getLoginTimeout() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getLoginTimeout() - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
getMaxIdleTime() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getMaxIdleTime() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getMaxIdleTime() - Method in class com.mchange.v2.c3p0.PoolConfig
 
getMaxPoolSize() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getMaxPoolSize() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getMaxPoolSize() - Method in class com.mchange.v2.c3p0.PoolConfig
 
getMaxStatements() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getMaxStatements() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getMaxStatements() - Method in class com.mchange.v2.c3p0.PoolConfig
 
getMaxStatementsPerConnection() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getMaxStatementsPerConnection() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getMaxStatementsPerConnection() - Method in class com.mchange.v2.c3p0.PoolConfig
 
getMinPoolSize() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getMinPoolSize() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getMinPoolSize() - Method in class com.mchange.v2.c3p0.PoolConfig
 
getNumBusyConnections() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumBusyConnections(String, String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumBusyConnections() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getNumBusyConnections(String, String) - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getNumBusyConnections() - Method in interface com.mchange.v2.c3p0.PooledDataSource
Deprecated. use getNumBusyConnectionsDefaultUser()
getNumBusyConnections(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumBusyConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumBusyConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getNumBusyConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumBusyConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumBusyConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getNumBusyConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumConnections() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumConnections(String, String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumConnections() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getNumConnections(String, String) - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getNumConnections() - Method in interface com.mchange.v2.c3p0.PooledDataSource
Deprecated. use getNumConnectionsDefaultUser()
getNumConnections(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getNumConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getNumConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumHelperThreads() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumHelperThreads() - Method in class com.mchange.v2.c3p0.PoolConfig
 
getNumIdleConnections() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumIdleConnections(String, String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumIdleConnections() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getNumIdleConnections(String, String) - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getNumIdleConnections() - Method in interface com.mchange.v2.c3p0.PooledDataSource
Deprecated. use getNumIdleConnectionsDefaultUser()
getNumIdleConnections(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumIdleConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumIdleConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getNumIdleConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumIdleConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumIdleConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getNumIdleConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumUnclosedOrphanedConnections() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumUnclosedOrphanedConnections(String, String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumUnclosedOrphanedConnections() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getNumUnclosedOrphanedConnections(String, String) - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getNumUnclosedOrphanedConnections() - Method in interface com.mchange.v2.c3p0.PooledDataSource
Deprecated. use getNumUnclosedOrphanedConnectionsDefaultUser()
getNumUnclosedOrphanedConnections(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumUnclosedOrphanedConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumUnclosedOrphanedConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getNumUnclosedOrphanedConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumUnclosedOrphanedConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumUnclosedOrphanedConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getNumUnclosedOrphanedConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumUserPools() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumUserPools() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getNumUserPools() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getPassword() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getPassword() - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
getPassword() - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
getPooledConnection() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getPooledConnection(String, String) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getPooledConnection() - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
getPooledConnection(String, String) - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
getPooledDataSources() - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
getPreferredTestQuery() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getPreferredTestQuery() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getPreferredTestQuery() - Method in class com.mchange.v2.c3p0.PoolConfig
 
getProperties() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getPropertyCycle() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getPropertyCycle() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getPropertyCycle() - Method in class com.mchange.v2.c3p0.PoolConfig
 
getReference() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getReference() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getTestConnectionOnCheckout() - Method in class com.mchange.v2.c3p0.PoolConfig
Deprecated. use isTestConnectionOnCheckout
getUser() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getUser() - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
getUser() - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 

H

hardReset() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
hardReset() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
hardReset() - Method in interface com.mchange.v2.c3p0.PooledDataSource
Destroys all pooled and checked-out Connections associated with this DataSource immediately.
hashCode() - Method in interface com.mchange.v2.c3p0.ConnectionTester
keep consistent with equals()

I

IDLE_CONNECTION_TEST_PERIOD - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
INITIAL_POOL_SIZE - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
isAutoCommitOnClose() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
isAutoCommitOnClose() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
isAutoCommitOnClose() - Method in class com.mchange.v2.c3p0.PoolConfig
 
isBreakAfterAcquireFailure() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
isBreakAfterAcquireFailure() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
isBreakAfterAcquireFailure() - Method in class com.mchange.v2.c3p0.PoolConfig
 
isForceIgnoreUnresolvedTransactions() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
isForceIgnoreUnresolvedTransactions() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
isForceIgnoreUnresolvedTransactions() - Method in class com.mchange.v2.c3p0.PoolConfig
 
isJndiLookupCaching() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
isTestConnectionOnCheckin() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
isTestConnectionOnCheckin() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
isTestConnectionOnCheckin() - Method in class com.mchange.v2.c3p0.PoolConfig
 
isTestConnectionOnCheckout() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
isTestConnectionOnCheckout() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
isTestConnectionOnCheckout() - Method in class com.mchange.v2.c3p0.PoolConfig
 
isUsesTraditionalReflectiveProxies() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
isUsesTraditionalReflectiveProxies() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
isUsesTraditionalReflectiveProxies() - Method in class com.mchange.v2.c3p0.PoolConfig
 

J

JndiRefConnectionPoolDataSource - class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource.
 
JndiRefConnectionPoolDataSource() - Constructor for class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 

M

MAX_IDLE_TIME - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
MAX_POOL_SIZE - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
MAX_STATEMENTS - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
MAX_STATEMENTS_PER_CONNECTION - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
MIN_POOL_SIZE - Static variable in class com.mchange.v2.c3p0.PoolConfig
 

N

NUM_HELPER_THREADS - Static variable in class com.mchange.v2.c3p0.PoolConfig
 

P

PREFERRED_TEST_QUERY - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
PROPERTY_CYCLE - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
PoolBackedDataSource - class com.mchange.v2.c3p0.PoolBackedDataSource.
 
PoolBackedDataSource() - Constructor for class com.mchange.v2.c3p0.PoolBackedDataSource
 
PoolBackedDataSourceFactory - class com.mchange.v2.c3p0.PoolBackedDataSourceFactory.
Deprecated. Use the new factories in DataSources. See examples.
PoolConfig - class com.mchange.v2.c3p0.PoolConfig.
Encapsulates all the configuration information required by a c3p0 pooled DataSource.
PoolConfig(Properties) - Constructor for class com.mchange.v2.c3p0.PoolConfig
 
PoolConfig() - Constructor for class com.mchange.v2.c3p0.PoolConfig
 
PooledDataSource - interface com.mchange.v2.c3p0.PooledDataSource.
Most clients need never use or know about this interface -- c3p0 pooled DataSources can be treated like any other DataSource.
pooledDataSource(DataSource) - Static method in class com.mchange.v2.c3p0.DataSources
Creates a pooled version of an unpooled DataSource using default configuration information.
pooledDataSource(DataSource, int) - Static method in class com.mchange.v2.c3p0.DataSources
Creates a pooled version of an unpooled DataSource using default configuration information and the specified startement cache size.
pooledDataSource(DataSource, PoolConfig) - Static method in class com.mchange.v2.c3p0.DataSources
Creates a pooled version of an unpooled DataSource using configuration information supplied explicitly by a PoolConfig.
pooledDataSource(DataSource, Properties) - Static method in class com.mchange.v2.c3p0.DataSources
Creates a pooled version of an unpooled DataSource using configuration information supplied explicitly by a Java Properties object.

Q

QueryConnectionTester - interface com.mchange.v2.c3p0.QueryConnectionTester.
 

R

RAW_CONNECTION - Static variable in interface com.mchange.v2.c3p0.C3P0ProxyConnection
A token representing an unwrapped, unproxied jdbc Connection for use in C3P0ProxyConnection.rawConnectionOperation(java.lang.reflect.Method, java.lang.Object, java.lang.Object[])
RAW_STATEMENT - Static variable in interface com.mchange.v2.c3p0.C3P0ProxyStatement
A token representing an unwrapped, unproxied jdbc Connection for use in C3P0ProxyStatement.rawStatementOperation(java.lang.reflect.Method, java.lang.Object, java.lang.Object[])
rawConnectionOperation(Method, Object, Object[]) - Method in interface com.mchange.v2.c3p0.C3P0ProxyConnection
Allows one to work with the unproxied, raw Connection.
rawStatementOperation(Method, Object, Object[]) - Method in interface com.mchange.v2.c3p0.C3P0ProxyStatement
Allows one to work with the unproxied, raw vendor-provided Statement .
resetPoolManager() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 

S

setAcquireIncrement(int) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setAcquireIncrement(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setAcquireIncrement(int) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setAcquireRetryAttempts(int) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setAcquireRetryAttempts(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setAcquireRetryAttempts(int) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setAcquireRetryDelay(int) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setAcquireRetryDelay(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setAcquireRetryDelay(int) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setAutoCommitOnClose(boolean) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setAutoCommitOnClose(boolean) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setAutoCommitOnClose(boolean) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setAutomaticTestTable(String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setAutomaticTestTable(String) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setAutomaticTestTable(String) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setBreakAfterAcquireFailure(boolean) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setBreakAfterAcquireFailure(boolean) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setBreakAfterAcquireFailure(boolean) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setCheckoutTimeout(int) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setCheckoutTimeout(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setCheckoutTimeout(int) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setConnectionTesterClassName(String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setConnectionTesterClassName(String) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setConnectionTesterClassName(String) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setDescription(String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setDriverClass(String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setFactoryClassLocation(String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setFactoryClassLocation(String) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setFactoryClassLocation(String) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setForceIgnoreUnresolvedTransactions(boolean) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setForceIgnoreUnresolvedTransactions(boolean) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setForceIgnoreUnresolvedTransactions(boolean) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setIdentityToken(String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setIdentityToken(String) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setIdleConnectionTestPeriod(int) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setIdleConnectionTestPeriod(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setIdleConnectionTestPeriod(int) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setInitialPoolSize(int) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setInitialPoolSize(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setInitialPoolSize(int) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setJdbcUrl(String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setJdbcUrl(String) - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
setJndiEnv(Hashtable) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setJndiLookupCaching(boolean) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setJndiName(Object) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setLogWriter(PrintWriter) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setLogWriter(PrintWriter) - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
setLogWriter(PrintWriter) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setLogWriter(PrintWriter) - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
setLogWriter(PrintWriter) - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
setLoginTimeout(int) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setLoginTimeout(int) - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
setLoginTimeout(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setLoginTimeout(int) - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
setLoginTimeout(int) - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
setMaxIdleTime(int) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setMaxIdleTime(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setMaxIdleTime(int) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setMaxPoolSize(int) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setMaxPoolSize(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setMaxPoolSize(int) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setMaxStatements(int) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setMaxStatements(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setMaxStatements(int) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setMaxStatementsPerConnection(int) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setMaxStatementsPerConnection(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setMaxStatementsPerConnection(int) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setMinPoolSize(int) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setMinPoolSize(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setMinPoolSize(int) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setNumHelperThreads(int) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setNumHelperThreads(int) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setPassword(String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setPassword(String) - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
setPreferredTestQuery(String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setPreferredTestQuery(String) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setPreferredTestQuery(String) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setProperties(Properties) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setPropertyCycle(int) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setPropertyCycle(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setPropertyCycle(int) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setTestConnectionOnCheckin(boolean) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setTestConnectionOnCheckin(boolean) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setTestConnectionOnCheckin(boolean) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setTestConnectionOnCheckout(boolean) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setTestConnectionOnCheckout(boolean) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setTestConnectionOnCheckout(boolean) - Method in class com.mchange.v2.c3p0.PoolConfig
 
setUser(String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setUser(String) - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
setUsesTraditionalReflectiveProxies(boolean) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setUsesTraditionalReflectiveProxies(boolean) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setUsesTraditionalReflectiveProxies(boolean) - Method in class com.mchange.v2.c3p0.PoolConfig
 
softReset(String, String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
softReset(String, String) - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
softReset(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
Discards all Connections managed by the PooledDataSource with the specified authentication credentials and reacquires new Connections to populate.
softResetAllUsers() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
softResetAllUsers() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
softResetAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
Discards all Connections managed by the PooledDataSource and reacquires new Connections to populate.
softResetDefaultUser() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
softResetDefaultUser() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
softResetDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
Discards all Connections managed by the PooledDataSource's default-authentication pool and reacquires new Connections to populate.
statusOnException(Connection, Throwable) - Method in interface com.mchange.v2.c3p0.ConnectionTester
 

T

TEST_CONNECTION_ON_CHECKIN - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
TEST_CONNECTION_ON_CHECKOUT - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
toString() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
toString() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 

U

USES_TRADITIONAL_REFLECTIVE_PROXIES - Static variable in class com.mchange.v2.c3p0.PoolConfig
 
unpooledDataSource(String) - Static method in class com.mchange.v2.c3p0.DataSources
Defines an unpooled DataSource on the specified JDBC URL.
unpooledDataSource(String, String, String) - Static method in class com.mchange.v2.c3p0.DataSources
Defines an unpooled DataSource on the specified JDBC URL, authenticating with a username and password.
unpooledDataSource(String, Properties) - Static method in class com.mchange.v2.c3p0.DataSources
Defines an unpooled DataSource on the specified JDBC URL.

W

WrapperConnectionPoolDataSource - class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.
 
WrapperConnectionPoolDataSource() - Constructor for class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 

A B C D E F G H I J M N P Q R S T U W