A B C D E F G H I J L M N O P Q R S T U W
A
- AbstractConnectionCustomizer - com.mchange.v2.c3p0 中的 类
- An abstract implementation of the
ConnectionCustomizer interface
in which all methods are no-ops.
- AbstractConnectionCustomizer() -
类 com.mchange.v2.c3p0.AbstractConnectionCustomizer 的构造函数
-
- AbstractConnectionTester - 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() -
类 com.mchange.v2.c3p0.AbstractConnectionTester 的构造函数
-
- ACQUIRE_INCREMENT -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
- ACQUIRE_RETRY_ATTEMPTS -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
- ACQUIRE_RETRY_DELAY -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
- activeCheckConnection(Connection, String, Throwable[]) -
类 com.mchange.v2.c3p0.AbstractConnectionTester 中的方法
- Override, but remember that preferredTestQuery and rootCauseOutParamHolder
can be null.
- activeCheckConnection(Connection) -
类 com.mchange.v2.c3p0.AbstractConnectionTester 中的方法
-
- activeCheckConnection(Connection, Throwable[]) -
类 com.mchange.v2.c3p0.AbstractConnectionTester 中的方法
-
- activeCheckConnection(Connection, String) -
类 com.mchange.v2.c3p0.AbstractConnectionTester 中的方法
-
- activeCheckConnection(Connection) -
接口 com.mchange.v2.c3p0.ConnectionTester 中的方法
-
- activeCheckConnection(Connection, String) -
接口 com.mchange.v2.c3p0.QueryConnectionTester 中的方法
-
- activeCheckConnection(Connection) -
接口 com.mchange.v2.c3p0.UnifiedConnectionTester 中的方法
-
- activeCheckConnection(Connection, Throwable[]) -
接口 com.mchange.v2.c3p0.UnifiedConnectionTester 中的方法
-
- activeCheckConnection(Connection, String) -
接口 com.mchange.v2.c3p0.UnifiedConnectionTester 中的方法
-
- activeCheckConnection(Connection, String, Throwable[]) -
接口 com.mchange.v2.c3p0.UnifiedConnectionTester 中的方法
-
- allIdentityTokenized() -
类 com.mchange.v2.c3p0.C3P0Registry 中的静态方法
-
- allIdentityTokens() -
类 com.mchange.v2.c3p0.C3P0Registry 中的静态方法
-
- allPooledDataSources() -
类 com.mchange.v2.c3p0.C3P0Registry 中的静态方法
-
- AUTO_COMMIT_ON_CLOSE -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
- AUTOMATIC_TEST_TABLE -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
B
- BREAK_AFTER_ACQUIRE_FAILURE -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
C
- C3P0ProxyConnection - 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 - 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 - com.mchange.v2.c3p0 中的 类
-
- C3P0Registry() -
类 com.mchange.v2.c3p0.C3P0Registry 的构造函数
-
- CHECKOUT_TIMEOUT -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
- close() -
接口 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) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
- 已过时。 the force_destroy argument is now meaningless, as pools are no longer
potentially shared between multiple DataSources.
- com.mchange.v2.c3p0 - 软件包 com.mchange.v2.c3p0
-
- ComboPooledDataSource - com.mchange.v2.c3p0 中的 类
- For the meaning of most of these properties, please see c3p0's top-level documentation!
- ComboPooledDataSource() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 的构造函数
-
- ComboPooledDataSource(boolean) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 的构造函数
-
- ComboPooledDataSource(String) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 的构造函数
-
- CONNECTION_IS_INVALID -
接口 com.mchange.v2.c3p0.ConnectionTester 中的静态变量
-
- CONNECTION_IS_INVALID -
接口 com.mchange.v2.c3p0.UnifiedConnectionTester 中的静态变量
-
- CONNECTION_IS_OKAY -
接口 com.mchange.v2.c3p0.ConnectionTester 中的静态变量
-
- CONNECTION_IS_OKAY -
接口 com.mchange.v2.c3p0.UnifiedConnectionTester 中的静态变量
-
- CONNECTION_TESTER_CLASS_NAME -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
- ConnectionCustomizer - com.mchange.v2.c3p0 中的 接口
- Implementations of this interface should
be immutable, and should offer public,
no argument constructors.
- ConnectionTester - 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) -
类 com.mchange.v2.c3p0.DriverManagerDataSourceFactory 中的静态方法
- 已过时。 Creates an unpooled DataSource that users java.sql.DriverManager
behind the scenes to acquire Connections.
- create(String, String, Properties, String) -
类 com.mchange.v2.c3p0.DriverManagerDataSourceFactory 中的静态方法
- 已过时。 Creates an unpooled DataSource that users java.sql.DriverManager
behind the scenes to acquire Connections.
- create(String, String, String, String) -
类 com.mchange.v2.c3p0.DriverManagerDataSourceFactory 中的静态方法
- 已过时。 Creates an unpooled DataSource that users java.sql.DriverManager
behind the scenes to acquire Connections.
- create(String, String) -
类 com.mchange.v2.c3p0.DriverManagerDataSourceFactory 中的静态方法
- 已过时。 Creates an unpooled DataSource that users java.sql.DriverManager
behind the scenes to acquire Connections.
- create(String, String, String) -
类 com.mchange.v2.c3p0.DriverManagerDataSourceFactory 中的静态方法
- 已过时。 Creates an unpooled DataSource that users java.sql.DriverManager
behind the scenes to acquire Connections.
- create(String) -
类 com.mchange.v2.c3p0.DriverManagerDataSourceFactory 中的静态方法
- 已过时。 Creates an unpooled DataSource that users java.sql.DriverManager
behind the scenes to acquire Connections.
- create(DataSource, int, int, int, int, int, String) -
类 com.mchange.v2.c3p0.PoolBackedDataSourceFactory 中的静态方法
- 已过时。 Creates a pool-backed DataSource using unpooledDataSource
as its source for Connections.
- create(DataSource, int, int, int, int, int) -
类 com.mchange.v2.c3p0.PoolBackedDataSourceFactory 中的静态方法
- 已过时。 Creates a pool-backed DataSource using unpooledDataSource
as its source for Connections.
- create(DataSource) -
类 com.mchange.v2.c3p0.PoolBackedDataSourceFactory 中的静态方法
- 已过时。 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) -
类 com.mchange.v2.c3p0.PoolBackedDataSourceFactory 中的静态方法
- 已过时。 Creates a pool-backed DataSource.
- create(String, String, String, String, int, int, int, int, int) -
类 com.mchange.v2.c3p0.PoolBackedDataSourceFactory 中的静态方法
- 已过时。 Creates a pool-backed DataSource.
- create(String, String, String, int, int, int, int, int, String) -
类 com.mchange.v2.c3p0.PoolBackedDataSourceFactory 中的静态方法
- 已过时。 Creates a pool-backed DataSource.
- create(String, String, String, int, int, int, int, int) -
类 com.mchange.v2.c3p0.PoolBackedDataSourceFactory 中的静态方法
- 已过时。 Creates a pool-backed DataSource.
- create(String, String, String, String) -
类 com.mchange.v2.c3p0.PoolBackedDataSourceFactory 中的静态方法
- 已过时。 Creates a pool-backed DataSource using default values for pool parameters.
- create(String, String, String) -
类 com.mchange.v2.c3p0.PoolBackedDataSourceFactory 中的静态方法
- 已过时。 Creates a pool-backed DataSource using default pool parameters.
- createReferenceable(DataSource, int, int, int, int, int, String) -
类 com.mchange.v2.c3p0.PoolBackedDataSourceFactory 中的静态方法
- 已过时。 all implementations are now both Referenceable and Serializable.
use create()
- createReferenceable(DataSource, String) -
类 com.mchange.v2.c3p0.PoolBackedDataSourceFactory 中的静态方法
- 已过时。 all implementations are now both Referenceable and Serializable.
use create()
- createReferenceable(String, String, String, String, int, int, int, int, int, String) -
类 com.mchange.v2.c3p0.PoolBackedDataSourceFactory 中的静态方法
- 已过时。 all implementations are now both Referenceable and Serializable.
use create()
- createReferenceable(String, String, String, String, String) -
类 com.mchange.v2.c3p0.PoolBackedDataSourceFactory 中的静态方法
- 已过时。 all implementations are now both Referenceable and Serializable.
use create()
- createSerializable(DataSource, int, int, int, int, int) -
类 com.mchange.v2.c3p0.PoolBackedDataSourceFactory 中的静态方法
- 已过时。 all implementations are now both Referenceable and Serializable.
use create()
- createSerializable(DataSource) -
类 com.mchange.v2.c3p0.PoolBackedDataSourceFactory 中的静态方法
- 已过时。 all implementations are now both Referenceable and Serializable.
use create()
- createSerializable(String, String, String, String, int, int, int, int, int) -
类 com.mchange.v2.c3p0.PoolBackedDataSourceFactory 中的静态方法
- 已过时。 all implementations are now both Referenceable and Serializable.
use create()
- createSerializable(String, String, String, String) -
类 com.mchange.v2.c3p0.PoolBackedDataSourceFactory 中的静态方法
- 已过时。 all implementations are now both Referenceable and Serializable.
use create()
D
- DATABASE_IS_INVALID -
接口 com.mchange.v2.c3p0.ConnectionTester 中的静态变量
-
- DATABASE_IS_INVALID -
接口 com.mchange.v2.c3p0.UnifiedConnectionTester 中的静态变量
-
- DataSources - com.mchange.v2.c3p0 中的 类
- A simple factory class for creating DataSources.
- DEFAULT_CONFIG_RSRC_PATH -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
- defaultAcquireIncrement() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultAcquireRetryAttempts() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultAcquireRetryDelay() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultAutoCommitOnClose() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultAutomaticTestTable() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultBreakAfterAcquireFailure() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultCheckoutTimeout() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultConnectionTesterClassName() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultFactoryClassLocation() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultForceIgnoreUnresolvedTransactions() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultIdleConnectionTestPeriod() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultInitialPoolSize() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultMaxIdleTime() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultMaxPoolSize() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultMaxStatements() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultMaxStatementsPerConnection() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultMinPoolSize() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultNumHelperThreads() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultPreferredTestQuery() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultPropertyCycle() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultTestConnectionOnCheckin() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultTestConnectionOnCheckout() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- defaultUsesTraditionalReflectiveProxies() -
类 com.mchange.v2.c3p0.PoolConfig 中的静态方法
- 已过时。
- destroy(DataSource) -
类 com.mchange.v2.c3p0.DataSources 中的静态方法
- Immediately releases resources (Threads and database Connections) that are
held by a C3P0 DataSource.
- DriverManagerDataSource - com.mchange.v2.c3p0 中的 类
-
- DriverManagerDataSource() -
类 com.mchange.v2.c3p0.DriverManagerDataSource 的构造函数
-
- DriverManagerDataSource(boolean) -
类 com.mchange.v2.c3p0.DriverManagerDataSource 的构造函数
-
- DriverManagerDataSourceFactory - com.mchange.v2.c3p0 中的 类
- 已过时。 Use the new factories in
DataSources
. See examples.
E
- equals(Object) -
接口 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) -
接口 com.mchange.v2.c3p0.UnifiedConnectionTester 中的方法
-
- extraToStringInfo() -
类 com.mchange.v2.c3p0.WrapperConnectionPoolDataSource 中的方法
-
F
- FACTORY_CLASS_LOCATION -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
- FORCE_IGNORE_UNRESOLVED_TRANSACTIONS -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
- forceDestroy(DataSource) -
类 com.mchange.v2.c3p0.DataSources 中的静态方法
- 已过时。 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 - com.mchange.v2.c3p0 中的 接口
-
G
- getAcquireIncrement() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getAcquireIncrement() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getAcquireIncrement() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- getAcquireRetryAttempts() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getAcquireRetryAttempts() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getAcquireRetryAttempts() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- getAcquireRetryDelay() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getAcquireRetryDelay() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getAcquireRetryDelay() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- getAllUsers() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getAutomaticTestTable() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getAutomaticTestTable() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getAutomaticTestTable() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- getCheckoutTimeout() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getCheckoutTimeout() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getCheckoutTimeout() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- getConnection() -
类 com.mchange.v2.c3p0.DriverManagerDataSource 中的方法
-
- getConnection(String, String) -
类 com.mchange.v2.c3p0.DriverManagerDataSource 中的方法
-
- getConnectionCustomizer(String) -
类 com.mchange.v2.c3p0.C3P0Registry 中的静态方法
-
- getConnectionCustomizerClassName() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getConnectionTester(String) -
类 com.mchange.v2.c3p0.C3P0Registry 中的静态方法
-
- getConnectionTesterClassName() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getConnectionTesterClassName() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getConnectionTesterClassName() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- getDataSourceName() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getDescription() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getDriverClass() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getEffectivePropertyCycle(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getEffectivePropertyCycleDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getFactoryClassLocation() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getFactoryClassLocation() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getFactoryClassLocation() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- getIdentityToken() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getIdentityToken() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getIdleConnectionTestPeriod() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getIdleConnectionTestPeriod() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getIdleConnectionTestPeriod() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- getInitialPoolSize() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getInitialPoolSize() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getInitialPoolSize() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- getJdbcUrl() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getJndiEnv() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getJndiName() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getLastAcquisitionFailure(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getLastAcquisitionFailureDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getLastCheckinFailure(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getLastCheckinFailureDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getLastCheckoutFailure(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getLastCheckoutFailureDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getLastConnectionTestFailure(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getLastConnectionTestFailureDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getLastIdleTestFailure(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getLastIdleTestFailureDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getLoginTimeout() -
类 com.mchange.v2.c3p0.DriverManagerDataSource 中的方法
-
- getLoginTimeout() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getLoginTimeout() -
类 com.mchange.v2.c3p0.WrapperConnectionPoolDataSource 中的方法
-
- getLogWriter() -
类 com.mchange.v2.c3p0.DriverManagerDataSource 中的方法
-
- getLogWriter() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getLogWriter() -
类 com.mchange.v2.c3p0.WrapperConnectionPoolDataSource 中的方法
-
- getMaxAdministrativeTaskTime() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getMaxConnectionAge() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getMaxIdleTime() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getMaxIdleTime() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getMaxIdleTime() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- getMaxIdleTimeExcessConnections() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getMaxPoolSize() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getMaxPoolSize() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getMaxPoolSize() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- getMaxStatements() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getMaxStatements() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getMaxStatements() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- getMaxStatementsPerConnection() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getMaxStatementsPerConnection() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getMaxStatementsPerConnection() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- getMinPoolSize() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getMinPoolSize() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getMinPoolSize() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- getNumBusyConnections() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
- 已过时。 use getNumBusyConnectionsDefaultUser()
- getNumBusyConnections(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getNumBusyConnectionsAllUsers() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getNumBusyConnectionsDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getNumConnections() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
- 已过时。 use getNumConnectionsDefaultUser()
- getNumConnections(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getNumConnectionsAllUsers() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getNumConnectionsDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getNumFailedCheckinsDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getNumFailedCheckoutsDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getNumFailedIdleTestsDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getNumHelperThreads() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- getNumHelperThreads() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getNumIdleConnections() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
- 已过时。 use getNumIdleConnectionsDefaultUser()
- getNumIdleConnections(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getNumIdleConnectionsAllUsers() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getNumIdleConnectionsDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getNumPooledDataSources() -
类 com.mchange.v2.c3p0.C3P0Registry 中的静态方法
-
- getNumPoolsAllDataSources() -
类 com.mchange.v2.c3p0.C3P0Registry 中的静态方法
-
- getNumThreadsAllThreadPools() -
类 com.mchange.v2.c3p0.C3P0Registry 中的方法
-
- getNumThreadsAwaitingCheckout(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getNumThreadsAwaitingCheckoutDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getNumUnclosedOrphanedConnections() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
- 已过时。 use getNumUnclosedOrphanedConnectionsDefaultUser()
- getNumUnclosedOrphanedConnections(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getNumUnclosedOrphanedConnectionsAllUsers() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getNumUnclosedOrphanedConnectionsDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getNumUserPools() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getOverrideDefaultPassword() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getOverrideDefaultUser() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getPassword() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getPassword() -
类 com.mchange.v2.c3p0.DriverManagerDataSource 中的方法
-
- getPassword() -
类 com.mchange.v2.c3p0.WrapperConnectionPoolDataSource 中的方法
-
- getPooledConnection() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getPooledConnection(String, String) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getPooledConnection() -
类 com.mchange.v2.c3p0.WrapperConnectionPoolDataSource 中的方法
-
- getPooledConnection(ConnectionCustomizer, String) -
类 com.mchange.v2.c3p0.WrapperConnectionPoolDataSource 中的方法
-
- getPooledConnection(String, String) -
类 com.mchange.v2.c3p0.WrapperConnectionPoolDataSource 中的方法
-
- getPooledConnection(String, String, ConnectionCustomizer, String) -
类 com.mchange.v2.c3p0.WrapperConnectionPoolDataSource 中的方法
-
- getPooledDataSources() -
类 com.mchange.v2.c3p0.C3P0Registry 中的静态方法
-
- getPreferredTestQuery() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getPreferredTestQuery() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getPreferredTestQuery() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- getProperties() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getPropertyCycle() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getPropertyCycle() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getPropertyCycle() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- getReference() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- getStartTimeMillisDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getStatementCacheNumCheckedOut(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getStatementCacheNumCheckedOutDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getStatementCacheNumCheckedOutStatementsAllUsers() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getStatementCacheNumConnectionsWithCachedStatements(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getStatementCacheNumConnectionsWithCachedStatementsAllUsers() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getStatementCacheNumConnectionsWithCachedStatementsDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getStatementCacheNumStatements(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getStatementCacheNumStatementsAllUsers() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getStatementCacheNumStatementsDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getTestConnectionOnCheckout() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。 use isTestConnectionOnCheckout
- getThreadPoolNumActiveThreads() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getThreadPoolNumIdleThreads() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getThreadPoolNumTasksPending() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getThreadPoolSize() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getUnreturnedConnectionTimeout() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getUpTimeMillisDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- getUser() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- getUser() -
类 com.mchange.v2.c3p0.DriverManagerDataSource 中的方法
-
- getUser() -
类 com.mchange.v2.c3p0.WrapperConnectionPoolDataSource 中的方法
-
- getUserOverrides() -
类 com.mchange.v2.c3p0.WrapperConnectionPoolDataSource 中的方法
-
- getUserOverridesAsString() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
H
- hardReset() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
- Destroys all pooled and checked-out Connections associated with
this DataSource immediately.
- hashCode() -
接口 com.mchange.v2.c3p0.ConnectionTester 中的方法
- keep consistent with equals()
- hashCode() -
接口 com.mchange.v2.c3p0.UnifiedConnectionTester 中的方法
-
I
- IDLE_CONNECTION_TEST_PERIOD -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
- INITIAL_POOL_SIZE -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
- isAutoCommitOnClose() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- isAutoCommitOnClose() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- isAutoCommitOnClose() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- isBreakAfterAcquireFailure() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- isBreakAfterAcquireFailure() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- isBreakAfterAcquireFailure() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- isDebugUnreturnedConnectionStackTraces() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- isForceIgnoreUnresolvedTransactions() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- isForceIgnoreUnresolvedTransactions() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- isForceIgnoreUnresolvedTransactions() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- isJndiLookupCaching() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- isTestConnectionOnCheckin() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- isTestConnectionOnCheckin() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- isTestConnectionOnCheckin() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- isTestConnectionOnCheckout() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- isTestConnectionOnCheckout() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- isTestConnectionOnCheckout() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- isUsesTraditionalReflectiveProxies() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- isUsesTraditionalReflectiveProxies() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- isUsesTraditionalReflectiveProxies() -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
J
- JndiRefConnectionPoolDataSource - com.mchange.v2.c3p0 中的 类
-
- JndiRefConnectionPoolDataSource() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 的构造函数
-
- JndiRefConnectionPoolDataSource(boolean) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 的构造函数
-
L
- logAndClearWarnings(Connection) -
类 com.mchange.v2.c3p0.SQLWarnings 中的静态方法
-
M
- markClosed(PooledDataSource) -
类 com.mchange.v2.c3p0.C3P0Registry 中的静态方法
-
- MAX_IDLE_TIME -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
- MAX_POOL_SIZE -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
- MAX_STATEMENTS -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
- MAX_STATEMENTS_PER_CONNECTION -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
- MIN_POOL_SIZE -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
N
- NUM_HELPER_THREADS -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
O
- onAcquire(Connection, String) -
类 com.mchange.v2.c3p0.AbstractConnectionCustomizer 中的方法
-
- onAcquire(Connection, String) -
接口 com.mchange.v2.c3p0.ConnectionCustomizer 中的方法
- Called immediately after a
Connection is acquired from the
underlying database for
incorporation into the pool.
- onCheckIn(Connection, String) -
类 com.mchange.v2.c3p0.AbstractConnectionCustomizer 中的方法
-
- onCheckIn(Connection, String) -
接口 com.mchange.v2.c3p0.ConnectionCustomizer 中的方法
- Called immediately after a
Connection is checked in,
prior to reincorporation
into the pool.
- onCheckOut(Connection, String) -
类 com.mchange.v2.c3p0.AbstractConnectionCustomizer 中的方法
-
- onCheckOut(Connection, String) -
接口 com.mchange.v2.c3p0.ConnectionCustomizer 中的方法
- Called immediately before a
Connection is made available to
a client upon checkout.
- onDestroy(Connection, String) -
类 com.mchange.v2.c3p0.AbstractConnectionCustomizer 中的方法
-
- onDestroy(Connection, String) -
接口 com.mchange.v2.c3p0.ConnectionCustomizer 中的方法
- Called immediately before a
Connection is destroyed after
being removed from the pool.
P
- PoolBackedDataSource - com.mchange.v2.c3p0 中的 类
-
- PoolBackedDataSource(boolean) -
类 com.mchange.v2.c3p0.PoolBackedDataSource 的构造函数
-
- PoolBackedDataSource() -
类 com.mchange.v2.c3p0.PoolBackedDataSource 的构造函数
-
- PoolBackedDataSource(String) -
类 com.mchange.v2.c3p0.PoolBackedDataSource 的构造函数
-
- PoolBackedDataSourceFactory - com.mchange.v2.c3p0 中的 类
- 已过时。 Use the new factories in
DataSources
. See examples. - PoolConfig - com.mchange.v2.c3p0 中的 类
- 已过时。 as of c3p0-0.9.1. To manipulate config programmaticall, please use ComboPooledDataSource
- PoolConfig(Properties) -
类 com.mchange.v2.c3p0.PoolConfig 的构造函数
- 已过时。
- PoolConfig() -
类 com.mchange.v2.c3p0.PoolConfig 的构造函数
- 已过时。
- pooledDataSource(DataSource) -
类 com.mchange.v2.c3p0.DataSources 中的静态方法
- Creates a pooled version of an unpooled DataSource using default configuration information.
- pooledDataSource(DataSource, int) -
类 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) -
类 com.mchange.v2.c3p0.DataSources 中的静态方法
- 已过时。 if you want to set properties programmatically, please construct a ComboPooledDataSource and
set its properties rather than using PoolConfig
- pooledDataSource(DataSource, String) -
类 com.mchange.v2.c3p0.DataSources 中的静态方法
-
- pooledDataSource(DataSource, Map) -
类 com.mchange.v2.c3p0.DataSources 中的静态方法
-
- pooledDataSource(DataSource, String, Map) -
类 com.mchange.v2.c3p0.DataSources 中的静态方法
-
- pooledDataSource(DataSource, Properties) -
类 com.mchange.v2.c3p0.DataSources 中的静态方法
- Creates a pooled version of an unpooled DataSource using configuration
information supplied explicitly by a Java Properties object.
- PooledDataSource - 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) -
类 com.mchange.v2.c3p0.C3P0Registry 中的静态方法
-
- pooledDataSourcesByName(String) -
类 com.mchange.v2.c3p0.C3P0Registry 中的静态方法
-
- PREFERRED_TEST_QUERY -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
- PROPERTY_CYCLE -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
Q
- QueryConnectionTester - com.mchange.v2.c3p0 中的 接口
-
R
- RAW_CONNECTION -
接口 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 -
接口 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[]) -
接口 com.mchange.v2.c3p0.C3P0ProxyConnection 中的方法
- Allows one to work with the unproxied, raw Connection.
- rawStatementOperation(Method, Object, Object[]) -
接口 com.mchange.v2.c3p0.C3P0ProxyStatement 中的方法
- Allows one to work with the unproxied, raw vendor-provided Statement .
- reregister(IdentityTokenized) -
类 com.mchange.v2.c3p0.C3P0Registry 中的静态方法
-
S
- sampleLastAcquisitionFailureStackTrace(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- sampleLastAcquisitionFailureStackTraceDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- sampleLastCheckinFailureStackTrace(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- sampleLastCheckinFailureStackTraceDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- sampleLastCheckoutFailureStackTrace(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- sampleLastCheckoutFailureStackTraceDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- sampleLastConnectionTestFailureStackTrace(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- sampleLastConnectionTestFailureStackTraceDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- sampleLastIdleTestFailureStackTrace(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- sampleLastIdleTestFailureStackTraceDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- sampleStatementCacheStatus(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- sampleStatementCacheStatusDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- sampleThreadPoolStackTraces() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- sampleThreadPoolStatus() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- setAcquireIncrement(int) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setAcquireIncrement(int) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setAcquireIncrement(int) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setAcquireRetryAttempts(int) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setAcquireRetryAttempts(int) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setAcquireRetryAttempts(int) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setAcquireRetryDelay(int) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setAcquireRetryDelay(int) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setAcquireRetryDelay(int) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setAutoCommitOnClose(boolean) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setAutoCommitOnClose(boolean) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setAutoCommitOnClose(boolean) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setAutomaticTestTable(String) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setAutomaticTestTable(String) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setAutomaticTestTable(String) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setBreakAfterAcquireFailure(boolean) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setBreakAfterAcquireFailure(boolean) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setBreakAfterAcquireFailure(boolean) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setCheckoutTimeout(int) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setCheckoutTimeout(int) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setCheckoutTimeout(int) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setConnectionCustomizerClassName(String) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setConnectionTesterClassName(String) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setConnectionTesterClassName(String) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setConnectionTesterClassName(String) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setDataSourceName(String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
-
- setDebugUnreturnedConnectionStackTraces(boolean) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setDescription(String) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setDriverClass(String) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setFactoryClassLocation(String) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setFactoryClassLocation(String) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setFactoryClassLocation(String) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setForceIgnoreUnresolvedTransactions(boolean) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setForceIgnoreUnresolvedTransactions(boolean) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setForceIgnoreUnresolvedTransactions(boolean) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setIdentityToken(String) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setIdleConnectionTestPeriod(int) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setIdleConnectionTestPeriod(int) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setIdleConnectionTestPeriod(int) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setInitialPoolSize(int) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setInitialPoolSize(int) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setInitialPoolSize(int) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setJdbcUrl(String) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setJdbcUrl(String) -
类 com.mchange.v2.c3p0.DriverManagerDataSource 中的方法
-
- setJndiEnv(Hashtable) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setJndiLookupCaching(boolean) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setJndiName(Object) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setLoginTimeout(int) -
类 com.mchange.v2.c3p0.DriverManagerDataSource 中的方法
-
- setLoginTimeout(int) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setLoginTimeout(int) -
类 com.mchange.v2.c3p0.WrapperConnectionPoolDataSource 中的方法
-
- setLogWriter(PrintWriter) -
类 com.mchange.v2.c3p0.DriverManagerDataSource 中的方法
-
- setLogWriter(PrintWriter) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setLogWriter(PrintWriter) -
类 com.mchange.v2.c3p0.WrapperConnectionPoolDataSource 中的方法
-
- setMaxAdministrativeTaskTime(int) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setMaxConnectionAge(int) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setMaxIdleTime(int) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setMaxIdleTime(int) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setMaxIdleTime(int) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setMaxIdleTimeExcessConnections(int) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setMaxPoolSize(int) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setMaxPoolSize(int) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setMaxPoolSize(int) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setMaxStatements(int) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setMaxStatements(int) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setMaxStatements(int) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setMaxStatementsPerConnection(int) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setMaxStatementsPerConnection(int) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setMaxStatementsPerConnection(int) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setMinPoolSize(int) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setMinPoolSize(int) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setMinPoolSize(int) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setNumHelperThreads(int) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setOverrideDefaultPassword(String) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setOverrideDefaultUser(String) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setPassword(String) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setPassword(String) -
类 com.mchange.v2.c3p0.DriverManagerDataSource 中的方法
-
- setPreferredTestQuery(String) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setPreferredTestQuery(String) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setPreferredTestQuery(String) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setProperties(Properties) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setPropertyCycle(int) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setPropertyCycle(int) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setPropertyCycle(int) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setTestConnectionOnCheckin(boolean) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setTestConnectionOnCheckin(boolean) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setTestConnectionOnCheckin(boolean) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setTestConnectionOnCheckout(boolean) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setTestConnectionOnCheckout(boolean) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setTestConnectionOnCheckout(boolean) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- setUnreturnedConnectionTimeout(int) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setUser(String) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setUser(String) -
类 com.mchange.v2.c3p0.DriverManagerDataSource 中的方法
-
- setUserOverridesAsString(String) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setUsesTraditionalReflectiveProxies(boolean) -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- setUsesTraditionalReflectiveProxies(boolean) -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- setUsesTraditionalReflectiveProxies(boolean) -
类 com.mchange.v2.c3p0.PoolConfig 中的方法
- 已过时。
- softReset(String, String) -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
- Discards all Connections managed by the PooledDataSource with the specified authentication credentials
and reacquires new Connections to populate.
- softResetAllUsers() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
- Discards all Connections managed by the PooledDataSource
and reacquires new Connections to populate.
- softResetDefaultUser() -
接口 com.mchange.v2.c3p0.PooledDataSource 中的方法
- Discards all Connections managed by the PooledDataSource's default-authentication pool
and reacquires new Connections to populate.
- SQLWarnings - com.mchange.v2.c3p0 中的 类
-
- SQLWarnings() -
类 com.mchange.v2.c3p0.SQLWarnings 的构造函数
-
- statusOnException(Connection, Throwable, String, Throwable[]) -
类 com.mchange.v2.c3p0.AbstractConnectionTester 中的方法
- Override, but remember that preferredTestQuery and rootCauseOutParamHolder
can be null.
- statusOnException(Connection, Throwable) -
类 com.mchange.v2.c3p0.AbstractConnectionTester 中的方法
-
- statusOnException(Connection, Throwable, Throwable[]) -
类 com.mchange.v2.c3p0.AbstractConnectionTester 中的方法
-
- statusOnException(Connection, Throwable, String) -
类 com.mchange.v2.c3p0.AbstractConnectionTester 中的方法
-
- statusOnException(Connection, Throwable) -
接口 com.mchange.v2.c3p0.ConnectionTester 中的方法
-
- statusOnException(Connection, Throwable, String) -
接口 com.mchange.v2.c3p0.FullQueryConnectionTester 中的方法
-
- statusOnException(Connection, Throwable) -
接口 com.mchange.v2.c3p0.UnifiedConnectionTester 中的方法
-
- statusOnException(Connection, Throwable, Throwable[]) -
接口 com.mchange.v2.c3p0.UnifiedConnectionTester 中的方法
-
- statusOnException(Connection, Throwable, String) -
接口 com.mchange.v2.c3p0.UnifiedConnectionTester 中的方法
-
- statusOnException(Connection, Throwable, String, Throwable[]) -
接口 com.mchange.v2.c3p0.UnifiedConnectionTester 中的方法
-
T
- TEST_CONNECTION_ON_CHECKIN -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
- TEST_CONNECTION_ON_CHECKOUT -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
- toString() -
类 com.mchange.v2.c3p0.ComboPooledDataSource 中的方法
-
- toString() -
类 com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource 中的方法
-
- toString() -
类 com.mchange.v2.c3p0.WrapperConnectionPoolDataSource 中的方法
-
U
- UnifiedConnectionTester - 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() -
类 com.mchange.v2.c3p0.DataSources 中的静态方法
- Defines an unpooled DataSource all of whose paramateres (especially jdbcUrl)
should be set in config files.
- unpooledDataSource(String) -
类 com.mchange.v2.c3p0.DataSources 中的静态方法
-
- unpooledDataSource(String, String, String) -
类 com.mchange.v2.c3p0.DataSources 中的静态方法
- Defines an unpooled DataSource on the specified JDBC URL, authenticating with a username and password.
- unpooledDataSource(String, Properties) -
类 com.mchange.v2.c3p0.DataSources 中的静态方法
- Defines an unpooled DataSource on the specified JDBC URL.
- USES_TRADITIONAL_REFLECTIVE_PROXIES -
类 com.mchange.v2.c3p0.PoolConfig 中的静态变量
- 已过时。
W
- WrapperConnectionPoolDataSource - com.mchange.v2.c3p0 中的 类
-
- WrapperConnectionPoolDataSource(boolean) -
类 com.mchange.v2.c3p0.WrapperConnectionPoolDataSource 的构造函数
-
- WrapperConnectionPoolDataSource() -
类 com.mchange.v2.c3p0.WrapperConnectionPoolDataSource 的构造函数
-
- WrapperConnectionPoolDataSource(String) -
类 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