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

A

ACQUIRE_INCREMENT - 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
 

C

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.
ConnectionTesters should be Serializable, immutable, and must have public, no-arg constructors
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.
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
 
defaultAutoCommitOnClose() - 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
 
defaultMinPoolSize() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultNumHelperThreads() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultPropertyCycle() - Static method in class com.mchange.v2.c3p0.PoolConfig
 
defaultTestConnectionOnCheckout() - 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
 
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
 
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
 
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
 
getNumBusyConnections(String, String) - 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
 
getNumConnections(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumConnectionsAllAuths() - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
getNumConnectionsAllAuths() - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
getNumConnectionsAllAuths() - 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
 
getNumIdleConnections(String, String) - 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
 
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

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
 
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
 
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
 

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
 
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

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.

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
 
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
 
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
 
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
 
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
 
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
 
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
 
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. you really shouldn't use testConnectionOnCheckout, it's a performance nightmare. let it default to false, and if you want Connections to be tested, set a reasonable value for idleConnectionTestPeriod.
setUser(String) - Method in class com.mchange.v2.c3p0.ComboPooledDataSource
 
setUser(String) - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
statusOnException(Connection, Throwable) - Method in interface com.mchange.v2.c3p0.ConnectionTester
 

T

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

U

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 C D E F G H I J M N P S T U W