A B C D E F G H I J L M N O P Q R S T U W 
All Classes All Packages

A

AbstractConnectionCustomizer - Class in com.mchange.v2.c3p0
An abstract implementation of the ConnectionCustomizer interface in which all methods are no-ops.
AbstractConnectionCustomizer() - Constructor for class com.mchange.v2.c3p0.AbstractConnectionCustomizer
 
AbstractConnectionTester - Class in com.mchange.v2.c3p0
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.
AbstractConnectionTester() - Constructor for class com.mchange.v2.c3p0.AbstractConnectionTester
 
ACQUIRE_INCREMENT - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
ACQUIRE_RETRY_ATTEMPTS - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
ACQUIRE_RETRY_DELAY - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
activeCheckConnection(Connection) - Method in class com.mchange.v2.c3p0.AbstractConnectionTester
 
activeCheckConnection(Connection) - Method in interface com.mchange.v2.c3p0.ConnectionTester
 
activeCheckConnection(Connection) - Method in interface com.mchange.v2.c3p0.UnifiedConnectionTester
 
activeCheckConnection(Connection, String) - Method in class com.mchange.v2.c3p0.AbstractConnectionTester
 
activeCheckConnection(Connection, String) - Method in interface com.mchange.v2.c3p0.QueryConnectionTester
 
activeCheckConnection(Connection, String) - Method in interface com.mchange.v2.c3p0.UnifiedConnectionTester
 
activeCheckConnection(Connection, String, Throwable[]) - Method in class com.mchange.v2.c3p0.AbstractConnectionTester
Override, but remember that preferredTestQuery and rootCauseOutParamHolder can be null.
activeCheckConnection(Connection, String, Throwable[]) - Method in interface com.mchange.v2.c3p0.UnifiedConnectionTester
 
activeCheckConnection(Connection, Throwable[]) - Method in class com.mchange.v2.c3p0.AbstractConnectionTester
 
activeCheckConnection(Connection, Throwable[]) - Method in interface com.mchange.v2.c3p0.UnifiedConnectionTester
 
allIdentityTokenized() - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
allIdentityTokens() - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
allPooledDataSources() - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
AUTO_COMMIT_ON_CLOSE - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
AUTOMATIC_TEST_TABLE - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 

B

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

C

C3P0ProxyConnection - Interface in com.mchange.v2.c3p0
Most clients need never use or know about this interface -- c3p0-provided Connections can be treated like any other Connection.
C3P0ProxyStatement - Interface in com.mchange.v2.c3p0
Most clients need never use or know about this interface -- c3p0-provided Statements can be treated like any other Statement.
C3P0Registry - Class in com.mchange.v2.c3p0
 
C3P0Registry() - Constructor for class com.mchange.v2.c3p0.C3P0Registry
 
CHECKOUT_TIMEOUT - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
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
Deprecated.
the force_destroy argument is now meaningless, as pools are no longer potentially shared between multiple DataSources.
com.mchange.v2.c3p0 - package com.mchange.v2.c3p0
 
ComboPooledDataSource - Class in com.mchange.v2.c3p0
For the meaning of most of these properties, please see c3p0's top-level documentation!
ComboPooledDataSource() - Constructor for class com.mchange.v2.c3p0.ComboPooledDataSource
 
ComboPooledDataSource(boolean) - Constructor for class com.mchange.v2.c3p0.ComboPooledDataSource
 
ComboPooledDataSource(String) - Constructor for class com.mchange.v2.c3p0.ComboPooledDataSource
 
CONNECTION_IS_INVALID - Static variable in interface com.mchange.v2.c3p0.ConnectionTester
 
CONNECTION_IS_INVALID - Static variable in interface com.mchange.v2.c3p0.UnifiedConnectionTester
 
CONNECTION_IS_OKAY - Static variable in interface com.mchange.v2.c3p0.ConnectionTester
 
CONNECTION_IS_OKAY - Static variable in interface com.mchange.v2.c3p0.UnifiedConnectionTester
 
CONNECTION_TESTER_CLASS_NAME - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
ConnectionCustomizer - Interface in com.mchange.v2.c3p0
Implementations of this interface should be immutable, and should offer public, no argument constructors.
ConnectionTester - Interface in com.mchange.v2.c3p0
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.
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(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, String, String) - Static method in class com.mchange.v2.c3p0.PoolBackedDataSourceFactory
Deprecated.
Creates a pool-backed DataSource using default pool parameters.
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, 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) - 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.PoolBackedDataSourceFactory
Deprecated.
Creates a pool-backed DataSource using default values for pool parameters.
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, 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, 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(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(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, 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.
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()
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()
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()
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(DataSource) - 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()

D

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

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().
equals(Object) - Method in interface com.mchange.v2.c3p0.UnifiedConnectionTester
 
extraToStringInfo() - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 

F

FACTORY_CLASS_LOCATION - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
FORCE_IGNORE_UNRESOLVED_TRANSACTIONS - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
forceDestroy(DataSource) - Static method in class com.mchange.v2.c3p0.DataSources
Deprecated.
forceDestroy() is no longer meaningful, as a set of pools is now directly associated with a DataSource, and not potentially shared. (This simplification was made possible by canonicalization of JNDI-looked-up DataSources within a virtual machine.) Just use DataSources.destroy().
FullQueryConnectionTester - Interface in com.mchange.v2.c3p0
 

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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
getAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
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
Deprecated.
 
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
Deprecated.
 
getConnection() - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
getConnection(String, String) - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
getConnectionCustomizer(String) - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
getConnectionCustomizerClassName() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getConnectionTester(String) - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
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
Deprecated.
 
getDataSourceName() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getDescription() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getDriverClass() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getEffectivePropertyCycle(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getEffectivePropertyCycleDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
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
Deprecated.
 
getIdentityToken() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getIdentityToken() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
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
Deprecated.
 
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
Deprecated.
 
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
 
getLastAcquisitionFailure(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastAcquisitionFailureDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastCheckinFailure(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastCheckinFailureDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastCheckoutFailure(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastCheckoutFailureDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastConnectionTestFailure(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastConnectionTestFailureDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastIdleTestFailure(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastIdleTestFailureDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
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.WrapperConnectionPoolDataSource
 
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.WrapperConnectionPoolDataSource
 
getMaxAdministrativeTaskTime() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getMaxConnectionAge() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
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
Deprecated.
 
getMaxIdleTimeExcessConnections() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
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 interface com.mchange.v2.c3p0.PooledDataSource
 
getNumBusyConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
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 interface com.mchange.v2.c3p0.PooledDataSource
 
getNumConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumFailedCheckinsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumFailedCheckoutsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumFailedIdleTestsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumHelperThreads() - Method in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
getNumHelperThreads() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
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 interface com.mchange.v2.c3p0.PooledDataSource
 
getNumIdleConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumPooledDataSources() - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
getNumPoolsAllDataSources() - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
getNumThreadsAllThreadPools() - Method in class com.mchange.v2.c3p0.C3P0Registry
 
getNumThreadsAwaitingCheckout(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumThreadsAwaitingCheckoutDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
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 interface com.mchange.v2.c3p0.PooledDataSource
 
getNumUnclosedOrphanedConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumUserPools() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getOverrideDefaultPassword() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getOverrideDefaultUser() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getParentLogger() - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
getParentLogger() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getParentLogger() - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
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() - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
getPooledConnection(ConnectionCustomizer, String) - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
getPooledConnection(String, String) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getPooledConnection(String, String) - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
getPooledConnection(String, String, ConnectionCustomizer, 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
Deprecated.
 
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
Deprecated.
 
getReference() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getStartTimeMillisDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementCacheNumCheckedOut(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementCacheNumCheckedOutDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementCacheNumCheckedOutStatementsAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementCacheNumConnectionsWithCachedStatements(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementCacheNumConnectionsWithCachedStatementsAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementCacheNumConnectionsWithCachedStatementsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementCacheNumStatements(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementCacheNumStatementsAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementCacheNumStatementsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getTestConnectionOnCheckout() - Method in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
use isTestConnectionOnCheckout
getThreadPoolNumActiveThreads() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getThreadPoolNumIdleThreads() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getThreadPoolNumTasksPending() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getThreadPoolSize() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getUnreturnedConnectionTimeout() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getUpTimeMillisDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
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
 
getUserOverrides() - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
getUserOverridesAsString() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 

H

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()
hashCode() - Method in interface com.mchange.v2.c3p0.UnifiedConnectionTester
 

I

IDLE_CONNECTION_TEST_PERIOD - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
INITIAL_POOL_SIZE - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
isDebugUnreturnedConnectionStackTraces() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
isWrapperFor(Class) - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
isWrapperFor(Class) - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 

J

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

L

logAndClearWarnings(Connection) - Static method in class com.mchange.v2.c3p0.SQLWarnings
 

M

markClosed(PooledDataSource) - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
MAX_IDLE_TIME - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
MAX_POOL_SIZE - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
MAX_STATEMENTS - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
MAX_STATEMENTS_PER_CONNECTION - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
MIN_POOL_SIZE - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 

N

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

O

onAcquire(Connection, String) - Method in class com.mchange.v2.c3p0.AbstractConnectionCustomizer
 
onAcquire(Connection, String) - Method in interface com.mchange.v2.c3p0.ConnectionCustomizer
Called immediately after a Connection is acquired from the underlying database for incorporation into the pool.
onCheckIn(Connection, String) - Method in class com.mchange.v2.c3p0.AbstractConnectionCustomizer
 
onCheckIn(Connection, String) - Method in interface com.mchange.v2.c3p0.ConnectionCustomizer
Called immediately after a Connection is checked in, prior to reincorporation into the pool.
onCheckOut(Connection, String) - Method in class com.mchange.v2.c3p0.AbstractConnectionCustomizer
 
onCheckOut(Connection, String) - Method in interface com.mchange.v2.c3p0.ConnectionCustomizer
Called immediately before a Connection is made available to a client upon checkout.
onDestroy(Connection, String) - Method in class com.mchange.v2.c3p0.AbstractConnectionCustomizer
 
onDestroy(Connection, String) - Method in interface com.mchange.v2.c3p0.ConnectionCustomizer
Called immediately before a Connection is destroyed after being removed from the pool.

P

PoolBackedDataSource - Class in com.mchange.v2.c3p0
 
PoolBackedDataSource() - Constructor for class com.mchange.v2.c3p0.PoolBackedDataSource
 
PoolBackedDataSource(boolean) - Constructor for class com.mchange.v2.c3p0.PoolBackedDataSource
 
PoolBackedDataSource(String) - Constructor for class com.mchange.v2.c3p0.PoolBackedDataSource
 
PoolBackedDataSourceFactory - Class in com.mchange.v2.c3p0
Deprecated.
Use the new factories in DataSources. See examples.
PoolConfig - Class in com.mchange.v2.c3p0
Deprecated.
as of c3p0-0.9.1. To manipulate config programmaticall, please use ComboPooledDataSource
PoolConfig() - Constructor for class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
PoolConfig(Properties) - Constructor for class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
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
Deprecated.
if you want to set properties programmatically, please construct a ComboPooledDataSource and set its properties rather than using PoolConfig
pooledDataSource(DataSource, String) - Static method in class com.mchange.v2.c3p0.DataSources
 
pooledDataSource(DataSource, String, Map) - Static method in class com.mchange.v2.c3p0.DataSources
 
pooledDataSource(DataSource, Map) - Static method in class com.mchange.v2.c3p0.DataSources
 
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.
PooledDataSource - Interface in com.mchange.v2.c3p0
Most clients need never use or know about this interface -- c3p0 pooled DataSources can be treated like any other DataSource.
pooledDataSourceByName(String) - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
pooledDataSourcesByName(String) - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
PREFERRED_TEST_QUERY - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
PROPERTY_CYCLE - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 

Q

QueryConnectionTester - Interface in com.mchange.v2.c3p0
 

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 .
reregister(IdentityTokenized) - Static method in class com.mchange.v2.c3p0.C3P0Registry
 

S

sampleLastAcquisitionFailureStackTrace(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleLastAcquisitionFailureStackTraceDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleLastCheckinFailureStackTrace(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleLastCheckinFailureStackTraceDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleLastCheckoutFailureStackTrace(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleLastCheckoutFailureStackTraceDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleLastConnectionTestFailureStackTrace(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleLastConnectionTestFailureStackTraceDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleLastIdleTestFailureStackTrace(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleLastIdleTestFailureStackTraceDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleStatementCacheStatus(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleStatementCacheStatusDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleThreadPoolStackTraces() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleThreadPoolStatus() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
setConnectionCustomizerClassName(String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
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
Deprecated.
 
setDataSourceName(String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
setDebugUnreturnedConnectionStackTraces(boolean) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
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
 
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.WrapperConnectionPoolDataSource
 
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.WrapperConnectionPoolDataSource
 
setMaxAdministrativeTaskTime(int) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setMaxConnectionAge(int) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
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
Deprecated.
 
setMaxIdleTimeExcessConnections(int) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
setNumHelperThreads(int) - Method in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 
setOverrideDefaultPassword(String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setOverrideDefaultUser(String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
setUnreturnedConnectionTimeout(int) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setUser(String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setUser(String) - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
setUserOverridesAsString(String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
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
Deprecated.
 
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 interface com.mchange.v2.c3p0.PooledDataSource
Discards all Connections managed by the PooledDataSource and reacquires new Connections to populate.
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.
SQLWarnings - Class in com.mchange.v2.c3p0
 
SQLWarnings() - Constructor for class com.mchange.v2.c3p0.SQLWarnings
 
statusOnException(Connection, Throwable) - Method in class com.mchange.v2.c3p0.AbstractConnectionTester
 
statusOnException(Connection, Throwable) - Method in interface com.mchange.v2.c3p0.ConnectionTester
 
statusOnException(Connection, Throwable) - Method in interface com.mchange.v2.c3p0.UnifiedConnectionTester
 
statusOnException(Connection, Throwable, String) - Method in class com.mchange.v2.c3p0.AbstractConnectionTester
 
statusOnException(Connection, Throwable, String) - Method in interface com.mchange.v2.c3p0.FullQueryConnectionTester
 
statusOnException(Connection, Throwable, String) - Method in interface com.mchange.v2.c3p0.UnifiedConnectionTester
 
statusOnException(Connection, Throwable, String, Throwable[]) - Method in class com.mchange.v2.c3p0.AbstractConnectionTester
Override, but remember that preferredTestQuery and rootCauseOutParamHolder can be null.
statusOnException(Connection, Throwable, String, Throwable[]) - Method in interface com.mchange.v2.c3p0.UnifiedConnectionTester
 
statusOnException(Connection, Throwable, Throwable[]) - Method in class com.mchange.v2.c3p0.AbstractConnectionTester
 
statusOnException(Connection, Throwable, Throwable[]) - Method in interface com.mchange.v2.c3p0.UnifiedConnectionTester
 

T

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

U

UnifiedConnectionTester - Interface in com.mchange.v2.c3p0
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.
unpooledDataSource() - Static method in class com.mchange.v2.c3p0.DataSources
Defines an unpooled DataSource all of whose paramateres (especially jdbcUrl) should be set in config files.
unpooledDataSource(String) - Static method in class com.mchange.v2.c3p0.DataSources
 
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.
unwrap(Class) - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
unwrap(Class) - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
USES_TRADITIONAL_REFLECTIVE_PROXIES - Static variable in class com.mchange.v2.c3p0.PoolConfig
Deprecated.
 

W

WrapperConnectionPoolDataSource - Class in com.mchange.v2.c3p0
 
WrapperConnectionPoolDataSource() - Constructor for class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
WrapperConnectionPoolDataSource(boolean) - Constructor for class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
WrapperConnectionPoolDataSource(String) - Constructor for class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
A B C D E F G H I J L M N O P Q R S T U W 
All Classes All Packages