- 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, 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()