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

A

abort(Executor) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
absolute(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
AbstractComboPooledDataSource - Class in com.mchange.v2.c3p0
For the meaning of most of these properties, please see c3p0's top-level documentation!
AbstractComboPooledDataSource() - Constructor for class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
AbstractComboPooledDataSource(boolean) - Constructor for class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
AbstractComboPooledDataSource(String) - Constructor for class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
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
 
AbstractExecutorAsynchronousRunner(TaskRunnerInit, Timer) - Constructor for class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner
 
AbstractExecutorTaskRunnerFactory - Class in com.mchange.v2.c3p0
 
AbstractExecutorTaskRunnerFactory() - Constructor for class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory
 
AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner - Class in com.mchange.v2.c3p0
This implementation includes uninformative stub implementations of
AbstractIdentityTokenized - Class in com.mchange.v2.c3p0.impl
 
AbstractIdentityTokenized() - Constructor for class com.mchange.v2.c3p0.impl.AbstractIdentityTokenized
 
AbstractPoolBackedDataSource - Class in com.mchange.v2.c3p0.impl
 
AbstractPoolBackedDataSource(boolean) - Constructor for class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
acquireIncrement() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
acquireResource() - Method in interface com.mchange.v2.resourcepool.ResourcePool.Manager
 
acquireRetryAttempts() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
acquireRetryDelay() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
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 class com.mchange.v2.c3p0.impl.DefaultConnectionTester
 
activeCheckConnection(Connection, String, Throwable[]) - Method in interface com.mchange.v2.c3p0.UnifiedConnectionTester
 
activeCheckConnection(Connection, String, Throwable[]) - Method in class com.mchange.v2.c3p0.util.IsValidOnlyConnectionTester
 
activeCheckConnection(Connection, Throwable[]) - Method in class com.mchange.v2.c3p0.AbstractConnectionTester
 
activeCheckConnection(Connection, Throwable[]) - Method in interface com.mchange.v2.c3p0.UnifiedConnectionTester
 
activeCheckConnectionNoQuery(Connection, Throwable[]) - Method in interface com.mchange.v2.c3p0.impl.DefaultConnectionTester.QuerylessTestRunner
 
activeCount() - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner
 
ActiveManagementCoordinator - Class in com.mchange.v2.c3p0.management
 
ActiveManagementCoordinator() - Constructor for class com.mchange.v2.c3p0.management.ActiveManagementCoordinator
 
addBatch() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
addBatch() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
addBatch(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
addBatch(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
addBatch(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
addConnectionEventListener(ConnectionEventListener) - Method in class com.mchange.v2.c3p0.impl.NewPooledConnection
 
addConnectionEventListener(ConnectionEventListener) - Method in class com.mchange.v2.c3p0.util.ConnectionEventSupport
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
addResourcePoolListener(ResourcePoolListener) - Method in interface com.mchange.v2.resourcepool.EventSupportingResourcePool
Events may be fired asynchronously: listeners must not rely on events to reflect the current state of the pool, but they will accurately represent the state of the pool in the recent past when the event-provoking incident occurred.
addResourcePoolListener(ResourcePoolListener) - Method in class com.mchange.v2.resourcepool.ResourcePoolEventSupport
 
addStatementEventListener(StatementEventListener) - Method in class com.mchange.v2.c3p0.impl.NewPooledConnection
 
addStatementEventListener(StatementEventListener) - Method in class com.mchange.v2.c3p0.util.StatementEventSupport
 
addStatementForConnection(Object, Connection) - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache.ConnectionStatementManager
 
addStatementForConnection(Object, Connection) - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache.DeathmarchConnectionStatementManager
 
addVetoableChangeListener(VetoableChangeListener) - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
addVetoableChangeListener(VetoableChangeListener) - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
addVetoableChangeListener(VetoableChangeListener) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
AfterCloseLoggingComboPooledDataSource - Class in com.mchange.v2.c3p0.debug
For the meaning of most of these properties, please see c3p0's top-level documentation!
AfterCloseLoggingComboPooledDataSource() - Constructor for class com.mchange.v2.c3p0.debug.AfterCloseLoggingComboPooledDataSource
 
AfterCloseLoggingComboPooledDataSource(boolean) - Constructor for class com.mchange.v2.c3p0.debug.AfterCloseLoggingComboPooledDataSource
 
AfterCloseLoggingComboPooledDataSource(String) - Constructor for class com.mchange.v2.c3p0.debug.AfterCloseLoggingComboPooledDataSource
 
AfterCloseLoggingConnectionWrapper - Class in com.mchange.v2.c3p0.debug
 
AfterCloseLoggingConnectionWrapper() - Constructor for class com.mchange.v2.c3p0.debug.AfterCloseLoggingConnectionWrapper
 
afterLast() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
allCurrentProperties() - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
allIdentityTokenized() - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
allIdentityTokens() - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
allocateIdentityToken(Object) - Static method in class com.mchange.v2.c3p0.impl.C3P0ImplUtils
 
allPooledDataSources() - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
allProceduresAreCallable() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
allTablesAreSelectable() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
assertCompileTimePresenceOfJdbc4_Jdk17Api(NewProxyConnection) - Static method in class com.mchange.v2.c3p0.impl.C3P0ImplUtils
never intended to be called.
attemptManageC3P0Registry() - Method in class com.mchange.v2.c3p0.management.ActiveManagementCoordinator
 
attemptManageC3P0Registry() - Method in interface com.mchange.v2.c3p0.management.ManagementCoordinator
 
attemptManageC3P0Registry() - Method in class com.mchange.v2.c3p0.management.NullManagementCoordinator
 
attemptManagePooledDataSource(PooledDataSource) - Method in class com.mchange.v2.c3p0.management.ActiveManagementCoordinator
 
attemptManagePooledDataSource(PooledDataSource) - Method in interface com.mchange.v2.c3p0.management.ManagementCoordinator
 
attemptManagePooledDataSource(PooledDataSource) - Method in class com.mchange.v2.c3p0.management.NullManagementCoordinator
 
attemptResurrectOnCheckin() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
attemptUnmanageC3P0Registry() - Method in class com.mchange.v2.c3p0.management.ActiveManagementCoordinator
 
attemptUnmanageC3P0Registry() - Method in interface com.mchange.v2.c3p0.management.ManagementCoordinator
 
attemptUnmanageC3P0Registry() - Method in class com.mchange.v2.c3p0.management.NullManagementCoordinator
 
attemptUnmanagePooledDataSource(PooledDataSource) - Method in class com.mchange.v2.c3p0.management.ActiveManagementCoordinator
 
attemptUnmanagePooledDataSource(PooledDataSource) - Method in interface com.mchange.v2.c3p0.management.ManagementCoordinator
 
attemptUnmanagePooledDataSource(PooledDataSource) - Method in class com.mchange.v2.c3p0.management.NullManagementCoordinator
 
AuthMaskingProperties - Class in com.mchange.v2.c3p0.impl
 
AuthMaskingProperties() - Constructor for class com.mchange.v2.c3p0.impl.AuthMaskingProperties
 
AuthMaskingProperties(Properties) - Constructor for class com.mchange.v2.c3p0.impl.AuthMaskingProperties
 
autoCommitFailureClosesAllResultSets() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
autoCommitOnClose() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
automaticTestTable() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 

B

BasicResourcePoolFactory - Class in com.mchange.v2.resourcepool
 
beforeFirst() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
beginRequest() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
bindNamedConfigToBean(Object, String, boolean) - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
bindUserOverridesAsString(Object, String) - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
bindUserOverridesToBean(Object, String) - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
breakAfterAcquireFailure() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 

C

C3P0_REGISTRY_NAME_KEY - Static variable in class com.mchange.v2.c3p0.management.ActiveManagementCoordinator
 
C3P0Config - Class in com.mchange.v2.c3p0.cfg
 
C3P0ConfigFinder - Interface in com.mchange.v2.c3p0.cfg
 
C3P0ConfigUtils - Class in com.mchange.v2.c3p0.cfg
 
C3P0ConfigXmlUtils - Class in com.mchange.v2.c3p0.cfg
 
C3P0Defaults - Class in com.mchange.v2.c3p0.impl
 
C3P0Defaults() - Constructor for class com.mchange.v2.c3p0.impl.C3P0Defaults
 
C3P0ImplUtils - Class in com.mchange.v2.c3p0.impl
 
C3P0JavaBeanObjectFactory - Class in com.mchange.v2.c3p0.impl
 
C3P0JavaBeanObjectFactory() - Constructor for class com.mchange.v2.c3p0.impl.C3P0JavaBeanObjectFactory
 
C3P0PooledConnectionPool - Class in com.mchange.v2.c3p0.impl
 
C3P0PooledConnectionPoolManager - Class in com.mchange.v2.c3p0.impl
 
C3P0PooledConnectionPoolManager(ConnectionPoolDataSource, Map, Map, int, String, String) - Constructor for class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
C3P0PooledDataSource - Class in com.mchange.v2.c3p0.jboss
 
C3P0PooledDataSource - Class in com.mchange.v2.c3p0.mbean
Deprecated.
Please use com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
C3P0PooledDataSource() - Constructor for class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
C3P0PooledDataSource() - Constructor for class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
C3P0PooledDataSourceMBean - Interface in com.mchange.v2.c3p0.jboss
 
C3P0PooledDataSourceMBean - Interface in com.mchange.v2.c3p0.mbean
Deprecated.
Please use com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
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
 
C3P0RegistryManager - Class in com.mchange.v2.c3p0.management
 
C3P0RegistryManager() - Constructor for class com.mchange.v2.c3p0.management.C3P0RegistryManager
 
C3P0RegistryManagerMBean - Interface in com.mchange.v2.c3p0.management
 
C3P0Substitutions - Class in com.mchange.v2.c3p0.subst
 
cancel() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
cancel() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
cancel() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
cancelRowUpdates() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
CannotAcquireResourceException - Exception in com.mchange.v2.resourcepool
 
CannotAcquireResourceException() - Constructor for exception com.mchange.v2.resourcepool.CannotAcquireResourceException
 
CannotAcquireResourceException(String) - Constructor for exception com.mchange.v2.resourcepool.CannotAcquireResourceException
 
CannotAcquireResourceException(String, Throwable) - Constructor for exception com.mchange.v2.resourcepool.CannotAcquireResourceException
 
CannotAcquireResourceException(Throwable) - Constructor for exception com.mchange.v2.resourcepool.CannotAcquireResourceException
 
CFG_FINDER_CLASSNAME_KEY - Static variable in class com.mchange.v2.c3p0.cfg.C3P0Config
 
checkCoalesce(Object, Object) - Method in class com.mchange.v2.c3p0.impl.IdentityTokenizedCoalesceChecker
 
checkinAll() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
checkinAll(Connection) - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache
 
checkinAll(Connection) - Method in interface com.mchange.v2.c3p0.stmt.StatementCache
 
checkinResource(Object) - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
checkinStatement(Object) - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache
 
checkinStatement(Object) - Method in interface com.mchange.v2.c3p0.stmt.StatementCache
 
checkoutPooledConnection() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
checkoutResource() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
checkoutResource(long) - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
checkoutStatement(Connection, Method, Object[]) - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache
 
checkoutStatement(Connection, Method, Object[]) - Method in interface com.mchange.v2.c3p0.stmt.StatementCache
 
checkoutTimeout() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
clearBatch() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
clearBatch() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
clearBatch() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
clearParameters() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
clearParameters() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
clearWarnings() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
clearWarnings() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
clearWarnings() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
clearWarnings() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
clearWarnings() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
close() - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner
 
close() - Method in class com.mchange.v2.c3p0.debug.CloseLoggingConnectionWrapper
 
close() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
close() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
close() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
close() - Method in class com.mchange.v2.c3p0.impl.NewPooledConnection
 
close() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
close() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
close() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
close() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
close() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
close() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
close() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
close() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
close() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
close() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
close() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
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() - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache
 
close() - Method in interface com.mchange.v2.c3p0.stmt.StatementCache
 
close() - Method in class com.mchange.v2.c3p0.util.CloseReportingConnectionWrapper
Deprecated.
 
close() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
close(boolean) - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner
 
close(boolean) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
Deprecated.
the force_destroy argument is now meaningless, as pools are no longer potentially shared between multiple DataSources.
close(boolean) - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
close(boolean) - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
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.
close(boolean) - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
closeAll() - Method in class com.mchange.v2.c3p0.impl.NewPooledConnection
 
closeAll(Connection) - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache
 
closeAll(Connection) - Method in interface com.mchange.v2.c3p0.stmt.StatementCache
 
CloseLoggingComboPooledDataSource - Class in com.mchange.v2.c3p0.debug
For the meaning of most of these properties, please see c3p0's top-level documentation!
CloseLoggingComboPooledDataSource() - Constructor for class com.mchange.v2.c3p0.debug.CloseLoggingComboPooledDataSource
 
CloseLoggingComboPooledDataSource(boolean) - Constructor for class com.mchange.v2.c3p0.debug.CloseLoggingComboPooledDataSource
 
CloseLoggingComboPooledDataSource(String) - Constructor for class com.mchange.v2.c3p0.debug.CloseLoggingComboPooledDataSource
 
CloseLoggingConnectionWrapper - Class in com.mchange.v2.c3p0.debug
 
CloseLoggingConnectionWrapper(Connection, MLevel) - Constructor for class com.mchange.v2.c3p0.debug.CloseLoggingConnectionWrapper
 
closeOnCompletion() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
closeOnCompletion() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
closeOnCompletion() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
CloseReportingConnectionWrapper - Class in com.mchange.v2.c3p0.util
Deprecated.
Please use com.mchange.v2.c3p0.debug.CloseLoggingConnectionWrapper
CloseReportingConnectionWrapper(Connection) - Constructor for class com.mchange.v2.c3p0.util.CloseReportingConnectionWrapper
Deprecated.
 
coalesceHash(Object) - Method in class com.mchange.v2.c3p0.impl.IdentityTokenizedCoalesceChecker
 
com.mchange.v2.c3p0 - package com.mchange.v2.c3p0
 
com.mchange.v2.c3p0.cfg - package com.mchange.v2.c3p0.cfg
 
com.mchange.v2.c3p0.debug - package com.mchange.v2.c3p0.debug
 
com.mchange.v2.c3p0.example - package com.mchange.v2.c3p0.example
 
com.mchange.v2.c3p0.filter - package com.mchange.v2.c3p0.filter
 
com.mchange.v2.c3p0.impl - package com.mchange.v2.c3p0.impl
 
com.mchange.v2.c3p0.jboss - package com.mchange.v2.c3p0.jboss
 
com.mchange.v2.c3p0.management - package com.mchange.v2.c3p0.management
 
com.mchange.v2.c3p0.mbean - package com.mchange.v2.c3p0.mbean
 
com.mchange.v2.c3p0.stmt - package com.mchange.v2.c3p0.stmt
 
com.mchange.v2.c3p0.subst - package com.mchange.v2.c3p0.subst
 
com.mchange.v2.c3p0.util - package com.mchange.v2.c3p0.util
 
com.mchange.v2.resourcepool - package com.mchange.v2.resourcepool
 
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
 
commit() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
configFromFlatDefaults(HashMap) - Static method in class com.mchange.v2.c3p0.cfg.C3P0ConfigUtils
 
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
 
ConnectionCustomizer - Interface in com.mchange.v2.c3p0
Implementations of this interface should be immutable, and should offer public, no argument constructors.
connectionCustomizerClassName() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
ConnectionEventSupport - Class in com.mchange.v2.c3p0.util
 
ConnectionEventSupport(PooledConnection) - Constructor for class com.mchange.v2.c3p0.util.ConnectionEventSupport
 
connectionIsValidTimeout() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
connectionSet() - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache.ConnectionStatementManager
 
ConnectionStatementManager() - Constructor for class com.mchange.v2.c3p0.stmt.GooGooStatementCache.ConnectionStatementManager
 
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.
connectionTesterClassName() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
ConstructionLoggingComboPooledDataSource - Class in com.mchange.v2.c3p0.debug
For the meaning of most of these properties, please see c3p0's top-level documentation!
ConstructionLoggingComboPooledDataSource() - Constructor for class com.mchange.v2.c3p0.debug.ConstructionLoggingComboPooledDataSource
 
ConstructionLoggingComboPooledDataSource(boolean) - Constructor for class com.mchange.v2.c3p0.debug.ConstructionLoggingComboPooledDataSource
 
ConstructionLoggingComboPooledDataSource(String) - Constructor for class com.mchange.v2.c3p0.debug.ConstructionLoggingComboPooledDataSource
 
contains(Object) - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache.Deathmarch
 
contextClassLoaderSource() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
contextClassLoaderSourceIfSupported - Variable in class com.mchange.v2.c3p0.TaskRunnerInit
 
create() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
create() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
create() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
create() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
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.
createArrayOf(String, Object[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
createBlankInstance(Class) - Method in class com.mchange.v2.c3p0.impl.C3P0JavaBeanObjectFactory
 
createBlob() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
createClob() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
createConnectionStatementManager() - Method in class com.mchange.v2.c3p0.stmt.DoubleMaxStatementCache
 
createConnectionStatementManager() - Method in class com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache
 
createConnectionStatementManager() - Method in class com.mchange.v2.c3p0.stmt.PerConnectionMaxOnlyStatementCache
 
createInstance() - Static method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
createInstance(int) - Static method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
createInstance(AsynchronousRunner, RunnableQueue, Timer) - Static method in class com.mchange.v2.resourcepool.ResourcePoolFactory
Any or all of these arguments can be null -- any unspecified resources will be created and cleaned up internally.
createInstance(Queuable, Timer) - Static method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
createNClob() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
createNoEventSupportInstance(int) - Static method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
createNoEventSupportInstance(AsynchronousRunner, Timer) - Static method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
createPool(ResourcePool.Manager) - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
createPool(ResourcePool.Manager) - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
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()
createSQLXML() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
createStatement() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
createStatement(int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
createStatement(int, int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
createStruct(String, Object[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
createTaskRunner(int, int, String, boolean, String, ConnectionPoolDataSource, Timer) - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory
 
createTaskRunner(int, int, String, boolean, String, ConnectionPoolDataSource, Timer) - Method in class com.mchange.v2.c3p0.impl.DefaultTaskRunnerFactory
 
createTaskRunner(int, int, String, boolean, String, ConnectionPoolDataSource, Timer) - Method in interface com.mchange.v2.c3p0.TaskRunnerFactory
 
createTaskRunner(TaskRunnerInit, Timer) - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory
 
createTaskRunner(TaskRunnerInit, Timer) - Method in class com.mchange.v2.c3p0.FixedThreadPoolExecutorTaskRunnerFactory
 
createUserOverridesAsString(Map) - Static method in class com.mchange.v2.c3p0.impl.C3P0ImplUtils
 
cullNext() - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache.Deathmarch
 

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
 
dataDefinitionCausesTransactionCommit() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
dataSourceName() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
DataSources - Class in com.mchange.v2.c3p0
A simple factory class for creating DataSources.
DbAuth - Class in com.mchange.v2.c3p0.impl
 
DbAuth(String, String) - Constructor for class com.mchange.v2.c3p0.impl.DbAuth
 
Deathmarch() - Constructor for class com.mchange.v2.c3p0.stmt.GooGooStatementCache.Deathmarch
 
DeathmarchConnectionStatementManager() - Constructor for class com.mchange.v2.c3p0.stmt.GooGooStatementCache.DeathmarchConnectionStatementManager
 
deathmarchStatement(Object) - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache.Deathmarch
 
DEBUG - Static variable in class com.mchange.v2.c3p0.subst.C3P0Substitutions
 
debugUnreturnedConnectionStackTraces() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
DEFAULT_CONFIG_NAME - Static variable in class com.mchange.v2.c3p0.cfg.C3P0Config
 
DefaultC3P0ConfigFinder - Class in com.mchange.v2.c3p0.cfg
 
DefaultC3P0ConfigFinder() - Constructor for class com.mchange.v2.c3p0.cfg.DefaultC3P0ConfigFinder
 
DefaultC3P0ConfigFinder(boolean) - Constructor for class com.mchange.v2.c3p0.cfg.DefaultC3P0ConfigFinder
 
DefaultConnectionTester - Class in com.mchange.v2.c3p0.impl
 
DefaultConnectionTester() - Constructor for class com.mchange.v2.c3p0.impl.DefaultConnectionTester
 
DefaultConnectionTester.QuerylessTestRunner - Interface in com.mchange.v2.c3p0.impl
 
DefaultTaskRunnerFactory - Class in com.mchange.v2.c3p0.impl
 
DefaultTaskRunnerFactory() - Constructor for class com.mchange.v2.c3p0.impl.DefaultTaskRunnerFactory
 
deleteRow() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
deletesAreDetected(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
description - Variable in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
destroy() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
destroy() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
destroy() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
destroy() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
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.
destroyResource(Object, boolean) - Method in interface com.mchange.v2.resourcepool.ResourcePool.Manager
 
detachProxyResultSet(ResultSet) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
detachProxyResultSet(ResultSet) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
detachProxyResultSet(ResultSet) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
detachProxyResultSet(ResultSet) - Method in interface com.mchange.v2.c3p0.impl.ProxyResultSetDetachable
 
doesMaxRowSizeIncludeBlobs() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
doResolve(IdentityTokenized) - Static method in class com.mchange.v2.c3p0.impl.IdentityTokenResolvable
 
DoubleMaxStatementCache - Class in com.mchange.v2.c3p0.stmt
 
DoubleMaxStatementCache(AsynchronousRunner, AsynchronousRunner, int, int) - Constructor for class com.mchange.v2.c3p0.stmt.DoubleMaxStatementCache
 
driverClass - Variable in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
driverClass() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
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
 
DriverManagerDataSourceBase - Class in com.mchange.v2.c3p0.impl
This class was generated by com.mchange.v2.c3p0.codegen.BeangenDataSourceGenerator.
DriverManagerDataSourceBase(boolean) - Constructor for class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
DriverManagerDataSourceFactory - Class in com.mchange.v2.c3p0
Deprecated.
Use the new factories in DataSources. See examples.
dumpStatementCacheStatus() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
dumpStatementCacheStatus() - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache
 
DynamicPooledDataSourceManagerMBean - Class in com.mchange.v2.c3p0.management
 
DynamicPooledDataSourceManagerMBean(PooledDataSource, String, MBeanServer) - Constructor for class com.mchange.v2.c3p0.management.DynamicPooledDataSourceManagerMBean
 

E

endRequest() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
enquoteIdentifier(String, boolean) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
enquoteIdentifier(String, boolean) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
enquoteIdentifier(String, boolean) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
enquoteLiteral(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
enquoteLiteral(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
enquoteLiteral(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
enquoteNCharLiteral(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
enquoteNCharLiteral(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
enquoteNCharLiteral(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
equals(Object) - Method in class com.mchange.v2.c3p0.AbstractConnectionCustomizer
 
equals(Object) - Method in class com.mchange.v2.c3p0.AbstractConnectionTester
 
equals(Object) - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory
 
equals(Object) - Method in class com.mchange.v2.c3p0.impl.AbstractIdentityTokenized
 
equals(Object) - Method in class com.mchange.v2.c3p0.impl.DbAuth
 
equals(Object) - Method in class com.mchange.v2.c3p0.impl.DefaultConnectionTester
 
equals(Object) - Method in class com.mchange.v2.c3p0.impl.DefaultTaskRunnerFactory
 
equals(Object) - Method in class com.mchange.v2.c3p0.TaskRunnerInit
 
equals(Object) - Method in interface com.mchange.v2.c3p0.UnifiedConnectionTester
 
EventSupportingResourcePool - Interface in com.mchange.v2.resourcepool
 
EXCLUDE_IDENTITY_TOKEN_KEY - Static variable in class com.mchange.v2.c3p0.management.ActiveManagementCoordinator
 
execute() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
execute() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
execute(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
execute(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
execute(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
execute(String, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
execute(String, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
execute(String, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
execute(String, int[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
execute(String, int[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
execute(String, int[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
execute(String, String[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
execute(String, String[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
execute(String, String[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
executeBatch() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
executeBatch() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
executeBatch() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
executeLargeBatch() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
executeLargeBatch() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
executeLargeBatch() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
executeLargeUpdate() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
executeLargeUpdate() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
executeLargeUpdate(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
executeLargeUpdate(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
executeLargeUpdate(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
executeLargeUpdate(String, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
executeLargeUpdate(String, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
executeLargeUpdate(String, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
executeLargeUpdate(String, int[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
executeLargeUpdate(String, int[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
executeLargeUpdate(String, int[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
executeLargeUpdate(String, String[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
executeLargeUpdate(String, String[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
executeLargeUpdate(String, String[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
executeQuery() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
executeQuery() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
executeQuery(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
executeQuery(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
executeQuery(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
executeUpdate() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
executeUpdate() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
executeUpdate(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
executeUpdate(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
executeUpdate(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
executeUpdate(String, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
executeUpdate(String, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
executeUpdate(String, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
executeUpdate(String, int[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
executeUpdate(String, int[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
executeUpdate(String, int[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
executeUpdate(String, String[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
executeUpdate(String, String[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
executeUpdate(String, String[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
executor() - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner
 
extensions() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
extensionsForToken(String) - Method in class com.mchange.v2.c3p0.AbstractConnectionCustomizer
 
extensionsForToken(String) - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
extractBooleanUserOverride(String, String, Map) - Static method in class com.mchange.v2.c3p0.cfg.C3P0ConfigUtils
 
extractC3P0PropertiesResources() - Static method in class com.mchange.v2.c3p0.cfg.C3P0ConfigUtils
 
extractConfigFromXmlDoc(Document) - Static method in class com.mchange.v2.c3p0.cfg.C3P0ConfigXmlUtils
 
extractHardcodedC3P0Defaults() - Static method in class com.mchange.v2.c3p0.cfg.C3P0ConfigUtils
 
extractHardcodedC3P0Defaults(boolean) - Static method in class com.mchange.v2.c3p0.cfg.C3P0ConfigUtils
 
extractIntUserOverride(String, String, Map) - Static method in class com.mchange.v2.c3p0.cfg.C3P0ConfigUtils
 
extractUserOverride(String, String, Map) - Static method in class com.mchange.v2.c3p0.cfg.C3P0ConfigUtils
 
extractXmlConfigFromDefaultResource(boolean) - Static method in class com.mchange.v2.c3p0.cfg.C3P0ConfigXmlUtils
 
extractXmlConfigFromInputStream(InputStream, boolean) - Static method in class com.mchange.v2.c3p0.cfg.C3P0ConfigXmlUtils
 
extraToStringInfo() - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
extraToStringInfo() - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
extraToStringInfo() - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
extraToStringInfo() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
extraToStringInfo() - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 

F

factoryClassLocation - Variable in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
factoryClassLocation() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
FilterDataSource - Class in com.mchange.v2.c3p0.filter
 
FilterDataSource(DataSource) - Constructor for class com.mchange.v2.c3p0.filter.FilterDataSource
 
finalize() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
findAuth(Object) - Static method in class com.mchange.v2.c3p0.impl.C3P0ImplUtils
 
findBean(Class, Map, Set) - Method in class com.mchange.v2.c3p0.impl.C3P0JavaBeanObjectFactory
 
findColumn(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
findConfig() - Method in interface com.mchange.v2.c3p0.cfg.C3P0ConfigFinder
 
findConfig() - Method in class com.mchange.v2.c3p0.cfg.DefaultC3P0ConfigFinder
 
findCreateExecutor(TaskRunnerInit) - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory
 
findCreateExecutor(TaskRunnerInit) - Method in class com.mchange.v2.c3p0.FixedThreadPoolExecutorTaskRunnerFactory
 
findResourceProperties() - Static method in class com.mchange.v2.c3p0.cfg.C3P0ConfigUtils
 
fireConnectionClosed() - Method in class com.mchange.v2.c3p0.util.ConnectionEventSupport
 
fireConnectionErrorOccurred(SQLException) - Method in class com.mchange.v2.c3p0.util.ConnectionEventSupport
 
fireResourceAcquired(Object, int, int, int) - Method in class com.mchange.v2.resourcepool.ResourcePoolEventSupport
 
fireResourceCheckedIn(Object, int, int, int) - Method in class com.mchange.v2.resourcepool.ResourcePoolEventSupport
 
fireResourceCheckedOut(Object, int, int, int) - Method in class com.mchange.v2.resourcepool.ResourcePoolEventSupport
 
fireResourceRemoved(Object, boolean, int, int, int) - Method in class com.mchange.v2.resourcepool.ResourcePoolEventSupport
 
fireStatementClosed(PreparedStatement) - Method in class com.mchange.v2.c3p0.util.StatementEventSupport
 
fireStatementErrorOccurred(PreparedStatement, SQLException) - Method in class com.mchange.v2.c3p0.util.StatementEventSupport
 
first() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
FixedThreadPoolExecutorAsynchronousRunner(TaskRunnerInit, Timer) - Constructor for class com.mchange.v2.c3p0.FixedThreadPoolExecutorTaskRunnerFactory.FixedThreadPoolExecutorAsynchronousRunner
 
FixedThreadPoolExecutorTaskRunnerFactory - Class in com.mchange.v2.c3p0
This implementation supports all relevant config, including numHelperThreads, maxAdministrativeTaskTime, contextClassLoaderSource, and privilegeSpawnedThreads.
FixedThreadPoolExecutorTaskRunnerFactory() - Constructor for class com.mchange.v2.c3p0.FixedThreadPoolExecutorTaskRunnerFactory
 
FixedThreadPoolExecutorTaskRunnerFactory.FixedThreadPoolExecutorAsynchronousRunner - Class in com.mchange.v2.c3p0
 
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().
forceIgnoreUnresolvedTransactions() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
forceSynchronousCheckins() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
forceUseNamedDriverClass - Variable in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
forceUseNamedDriverClass() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
fromAnyProperties(Properties) - Static method in class com.mchange.v2.c3p0.impl.AuthMaskingProperties
 
FullQueryConnectionTester - Interface in com.mchange.v2.c3p0
 

G

generatedKeyAlwaysReturned() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getAcquireIncrement() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getAcquireIncrement() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getAcquireIncrement() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getAcquireIncrement() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getAcquireIncrement() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getAcquireIncrement() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getAcquireIncrement() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getAcquireRetryAttempts() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getAcquireRetryAttempts() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getAcquireRetryAttempts() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getAcquireRetryAttempts() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getAcquireRetryAttempts() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getAcquireRetryAttempts() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getAcquireRetryAttempts() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getAcquireRetryDelay() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getAcquireRetryDelay() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getAcquireRetryDelay() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getAcquireRetryDelay() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getAcquireRetryDelay() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getAcquireRetryDelay() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getAcquireRetryDelay() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getAcquisitionRetryAttempts() - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
getAcquisitionRetryAttempts() - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
getAcquisitionRetryDelay() - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
getAcquisitionRetryDelay() - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
getActiveCount() - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner
 
getAllIdentityTokenCount() - Method in class com.mchange.v2.c3p0.management.C3P0RegistryManager
 
getAllIdentityTokenCount() - Method in interface com.mchange.v2.c3p0.management.C3P0RegistryManagerMBean
 
getAllIdentityTokenized() - Method in class com.mchange.v2.c3p0.management.C3P0RegistryManager
 
getAllIdentityTokenized() - Method in interface com.mchange.v2.c3p0.management.C3P0RegistryManagerMBean
 
getAllIdentityTokenizedCount() - Method in class com.mchange.v2.c3p0.management.C3P0RegistryManager
 
getAllIdentityTokenizedCount() - Method in interface com.mchange.v2.c3p0.management.C3P0RegistryManagerMBean
 
getAllIdentityTokenizedStringified() - Method in class com.mchange.v2.c3p0.management.C3P0RegistryManager
 
getAllIdentityTokenizedStringified() - Method in interface com.mchange.v2.c3p0.management.C3P0RegistryManagerMBean
 
getAllIdentityTokens() - Method in class com.mchange.v2.c3p0.management.C3P0RegistryManager
 
getAllIdentityTokens() - Method in interface com.mchange.v2.c3p0.management.C3P0RegistryManagerMBean
 
getAllPooledDataSources() - Method in class com.mchange.v2.c3p0.management.C3P0RegistryManager
 
getAllPooledDataSources() - Method in interface com.mchange.v2.c3p0.management.C3P0RegistryManagerMBean
 
getAllPooledDataSourcesCount() - Method in class com.mchange.v2.c3p0.management.C3P0RegistryManager
 
getAllPooledDataSourcesCount() - Method in interface com.mchange.v2.c3p0.management.C3P0RegistryManagerMBean
 
getAllPooledDataSourcesStringified() - Method in class com.mchange.v2.c3p0.management.C3P0RegistryManager
 
getAllPooledDataSourcesStringified() - Method in interface com.mchange.v2.c3p0.management.C3P0RegistryManagerMBean
 
getAllUsers() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getAllUsers() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getAllUsers() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getArray(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getArray(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getArray(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getArray(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getAsciiStream(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getAsciiStream(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getAttribute(String) - Method in class com.mchange.v2.c3p0.management.DynamicPooledDataSourceManagerMBean
 
getAttributes(String[]) - Method in class com.mchange.v2.c3p0.management.DynamicPooledDataSourceManagerMBean
 
getAttributes(String, String, String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getAutoCommit() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
getAutomaticTestTable() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getAutomaticTestTable() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getAutomaticTestTable() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getAutomaticTestTable() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getAutomaticTestTable() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getAutomaticTestTable() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getAutomaticTestTable() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getAutomaticTestTable(String) - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getAvailableCount() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getAvailableSize() - Method in class com.mchange.v2.resourcepool.ResourcePoolEvent
 
getAwaitingCheckinCount() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getAwaitingCheckinNotExcludedCount() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getBigDecimal(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getBigDecimal(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getBigDecimal(int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getBigDecimal(int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getBigDecimal(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getBigDecimal(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getBigDecimal(String, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getBinaryStream(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getBinaryStream(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getBlob(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getBlob(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getBlob(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getBlob(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getBoolean(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getBoolean(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getBoolean(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getBoolean(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getBreakOnAcquisitionFailure() - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
getBreakOnAcquisitionFailure() - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
getByte(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getByte(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getByte(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getByte(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getBytes(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getBytes(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getBytes(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getBytes(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getC3p0Version() - Method in class com.mchange.v2.c3p0.management.C3P0RegistryManager
 
getC3p0Version() - Method in interface com.mchange.v2.c3p0.management.C3P0RegistryManagerMBean
 
getCatalog() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
getCatalogs() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getCatalogSeparator() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getCatalogTerm() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getCharacterStream(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getCharacterStream(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getCharacterStream(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getCharacterStream(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getCheckoutTimeout() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getCheckoutTimeout() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getCheckoutTimeout() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getCheckoutTimeout() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getCheckoutTimeout() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getCheckoutTimeout() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getCheckoutTimeout() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getClientInfo() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
getClientInfo(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
getClientInfoProperties() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getClob(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getClob(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getClob(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getClob(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getCloseLogLevel() - Method in class com.mchange.v2.c3p0.debug.CloseLoggingComboPooledDataSource
 
getColumnPrivileges(String, String, String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getColumns(String, String, String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getConcurrency() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getConfigExtensionsForPooledDataSource(String) - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
getConnection() - Method in class com.mchange.v2.c3p0.debug.AfterCloseLoggingComboPooledDataSource
 
getConnection() - Method in class com.mchange.v2.c3p0.debug.CloseLoggingComboPooledDataSource
 
getConnection() - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
getConnection() - Method in class com.mchange.v2.c3p0.filter.FilterDataSource
 
getConnection() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getConnection() - Method in class com.mchange.v2.c3p0.impl.NewPooledConnection
 
getConnection() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getConnection() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getConnection() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getConnection() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
getConnection(String, String) - Method in class com.mchange.v2.c3p0.debug.AfterCloseLoggingComboPooledDataSource
 
getConnection(String, String) - Method in class com.mchange.v2.c3p0.debug.CloseLoggingComboPooledDataSource
 
getConnection(String, String) - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
getConnection(String, String) - Method in class com.mchange.v2.c3p0.filter.FilterDataSource
 
getConnection(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getConnectionCustomizer(String) - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
getConnectionCustomizerClassName() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getConnectionCustomizerClassName() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getConnectionCustomizerClassName() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getConnectionCustomizerClassName() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getConnectionCustomizerClassName() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getConnectionIsValidTimeout() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getConnectionIsValidTimeout() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getConnectionIsValidTimeout() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getConnectionIsValidTimeout() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getConnectionIsValidTimeout() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getConnectionIsValidTimeout() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getConnectionIsValidTimeout() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getConnectionPoolDataSource() - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
getConnectionStatus() - Method in class com.mchange.v2.c3p0.impl.NewPooledConnection
 
getConnectionTester(String) - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
getConnectionTesterClassName() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getConnectionTesterClassName() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getConnectionTesterClassName() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getConnectionTesterClassName() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getConnectionTesterClassName() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getConnectionTesterClassName() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getConnectionTesterClassName() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getContextClassLoaderSource() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getContextClassLoaderSource() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getContextClassLoaderSource() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getCrossReference(String, String, String, String, String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getCursorName() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getDatabaseMajorVersion() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getDatabaseProductName() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getDatabaseProductVersion() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getDataSourceName() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getDataSourceName() - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
getDataSourceName() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getDataSourceName() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getDataSourceName() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getDataSourceName() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getDataSourceName() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getDate(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getDate(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getDate(int, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getDate(int, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getDate(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getDate(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getDate(String, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getDate(String, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getDeathmarch(Connection) - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache.DeathmarchConnectionStatementManager
 
getDebugStoreCheckoutStackTrace() - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
getDebugStoreCheckoutStackTrace() - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
getDefaultTaskRunnerFactory() - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
getDefaultTransactionIsolation() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getDescription() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getDescription() - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
getDescription() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getDescription() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getDescription() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getDescription() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getDestroyOverdueResourceTime() - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
getDestroyOverdueResourceTime() - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
getDouble(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getDouble(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getDouble(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getDouble(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getDriverClass() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getDriverClass() - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
getDriverClass() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getDriverClass() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getDriverClass() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getDriverClass() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getDriverMajorVersion() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getDriverMinorVersion() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getDriverName() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getDriverVersion() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getEffectiveExpirationEnforcementDelay() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getEffectivePropertyCycle() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getEffectivePropertyCycle(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getEffectivePropertyCycle(String, String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getEffectivePropertyCycle(String, String) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getEffectivePropertyCycle(String, String) - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getEffectivePropertyCycle(String, String) - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getEffectivePropertyCycle(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getEffectivePropertyCycleDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getEffectivePropertyCycleDefaultUser() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getEffectivePropertyCycleDefaultUser() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getEffectivePropertyCycleDefaultUser() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getEffectivePropertyCycleDefaultUser() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getEffectivePropertyCycleDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getExcessResourceMaxIdleTime() - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
getExcessResourceMaxIdleTime() - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
getExcludedCount() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getExpirationEnforcementDelay() - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
getExpirationEnforcementDelay() - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
getExportedKeys(String, String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getExtensions() - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
getExtensions() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getExtensions(String) - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
getExtraNameCharacters() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getFactoryClassLocation() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getFactoryClassLocation() - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
getFactoryClassLocation() - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
getFactoryClassLocation() - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
getFactoryClassLocation() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getFactoryClassLocation() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getFactoryClassLocation() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getFactoryClassLocation() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getFactoryClassLocation() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getFactoryClassLocation() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getFetchDirection() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getFetchDirection() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getFetchDirection() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getFetchDirection() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
getFetchSize() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getFetchSize() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getFetchSize() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getFetchSize() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
getFloat(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getFloat(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getFloat(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getFloat(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getForceSynchronousCheckins() - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
getForceSynchronousCheckins() - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
getFunctionColumns(String, String, String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getFunctions(String, String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getGeneratedKeys() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getGeneratedKeys() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getGeneratedKeys() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
getHoldability() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
getHoldability() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getIdentifierQuoteString() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getIdentityToken() - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
getIdentityToken() - Method in interface com.mchange.v2.c3p0.impl.IdentityTokenized
 
getIdentityToken() - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
getIdentityToken() - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
getIdentityToken() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getIdentityToken() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getIdentityToken() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getIdentityToken() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getIdentityToken() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getIdleConnectionTestPeriod() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getIdleConnectionTestPeriod() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getIdleConnectionTestPeriod() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getIdleConnectionTestPeriod() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getIdleConnectionTestPeriod() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getIdleConnectionTestPeriod() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getIdleConnectionTestPeriod() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getIdleCount() - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner
 
getIdleCount() - Method in class com.mchange.v2.c3p0.FixedThreadPoolExecutorTaskRunnerFactory.FixedThreadPoolExecutorAsynchronousRunner
 
getIdleResourceTestPeriod() - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
getIdleResourceTestPeriod() - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
getImportedKeys(String, String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getIncrement() - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
getIncrement() - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getInitialPoolSize() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getInitialPoolSize() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getInitialPoolSize() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getInitialPoolSize() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getInitialPoolSize() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getInitialPoolSize() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getInitialPoolSize() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getInt(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getInt(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getInt(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getInt(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getIsValidTimeout() - Method in class com.mchange.v2.c3p0.example.IsValidOnlyConnectionTester30
 
getIsValidTimeout() - Method in class com.mchange.v2.c3p0.util.IsValidOnlyConnectionTester
 
getJDBCMajorVersion() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getJDBCMinorVersion() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getJdbcUrl() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getJdbcUrl() - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
getJdbcUrl() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getJdbcUrl() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getJdbcUrl() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getJdbcUrl() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getJndiEnv() - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
getJndiEnv() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getJndiName() - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
getJndiName() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getJndiName() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getJndiName() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getJndiName() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getJndiName() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getKnownProperties(Object) - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
getLargeMaxRows() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getLargeMaxRows() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getLargeMaxRows() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
getLargeUpdateCount() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getLargeUpdateCount() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getLargeUpdateCount() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
getLastAcquisitionFailure() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getLastAcquisitionFailure() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getLastAcquisitionFailure(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getLastAcquisitionFailure(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastAcquisitionFailureDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getLastAcquisitionFailureDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastCheckinFailure() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getLastCheckinFailure() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getLastCheckinFailure(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getLastCheckinFailure(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastCheckinFailureDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getLastCheckinFailureDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastCheckoutFailure() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getLastCheckoutFailure() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getLastCheckoutFailure(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getLastCheckoutFailure(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastCheckoutFailureDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getLastCheckoutFailureDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastConnectionTestFailure() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getLastConnectionTestFailure(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getLastConnectionTestFailure(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastConnectionTestFailureDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getLastConnectionTestFailureDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastIdleCheckFailure() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getLastIdleTestFailure() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getLastIdleTestFailure(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getLastIdleTestFailure(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastIdleTestFailureDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getLastIdleTestFailureDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getLastResourceTestFailure() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getListenerCount() - Method in class com.mchange.v2.c3p0.util.ConnectionEventSupport
 
getListenerCount() - Method in class com.mchange.v2.c3p0.util.StatementEventSupport
 
getLoginTimeout() - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
getLoginTimeout() - Method in class com.mchange.v2.c3p0.filter.FilterDataSource
 
getLoginTimeout() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
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.filter.FilterDataSource
 
getLogWriter() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getLogWriter() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getLogWriter() - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
getLong(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getLong(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getLong(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getLong(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getManagedAuths() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getMaskedUserString() - Method in class com.mchange.v2.c3p0.impl.DbAuth
 
getMax() - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
getMax() - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
getMaxAdministrativeTaskTime() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getMaxAdministrativeTaskTime() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getMaxAdministrativeTaskTime() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getMaxAdministrativeTaskTime() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getMaxAdministrativeTaskTime() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getMaxBinaryLiteralLength() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxCatalogNameLength() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxColumnNameLength() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxColumnsInTable() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxConnectionAge() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getMaxConnectionAge() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getMaxConnectionAge() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getMaxConnectionAge() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getMaxConnectionAge() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getMaxConnections() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxCursorNameLength() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxFieldSize() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getMaxFieldSize() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getMaxFieldSize() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
getMaxIdleTime() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getMaxIdleTime() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getMaxIdleTime() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getMaxIdleTime() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getMaxIdleTime() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getMaxIdleTime() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getMaxIdleTime() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getMaxIdleTimeExcessConnections() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getMaxIdleTimeExcessConnections() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getMaxIdleTimeExcessConnections() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getMaxIdleTimeExcessConnections() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getMaxIdleTimeExcessConnections() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getMaxIndexLength() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxLogicalLobSize() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxPoolSize() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getMaxPoolSize() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getMaxPoolSize() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getMaxPoolSize() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getMaxPoolSize() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getMaxPoolSize() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getMaxPoolSize() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getMaxPoolSize() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getMaxProcedureNameLength() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxRows() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getMaxRows() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getMaxRows() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
getMaxRowSize() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxSchemaNameLength() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxStatementLength() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxStatements() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getMaxStatements() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxStatements() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getMaxStatements() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getMaxStatements() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getMaxStatements() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getMaxStatements() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getMaxStatements() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getMaxStatementsPerConnection() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getMaxStatementsPerConnection() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getMaxStatementsPerConnection() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getMaxStatementsPerConnection() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getMaxStatementsPerConnection() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getMaxStatementsPerConnection() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getMaxStatementsPerConnection() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getMaxTableNameLength() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxTablesInSelect() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMaxUserNameLength() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getMBeanInfo() - Method in class com.mchange.v2.c3p0.management.DynamicPooledDataSourceManagerMBean
 
getMetaData() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getMetaData() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
getMetaData() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getMetaData() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getMin() - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
getMin() - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
getMinPoolSize() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getMinPoolSize() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getMinPoolSize() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getMinPoolSize() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getMinPoolSize() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getMinPoolSize() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getMinPoolSize() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getMinPoolSize() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getMinPoolSize(String) - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getMoreResults() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getMoreResults() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getMoreResults() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
getMoreResults(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getMoreResults(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getMoreResults(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
getMultiPropertiesConfig() - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
getNCharacterStream(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getNCharacterStream(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getNCharacterStream(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getNCharacterStream(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getNClob(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getNClob(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getNClob(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getNClob(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getNestedDataSource() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getNetworkTimeout() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
getNString(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getNString(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getNString(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getNString(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getNumBusyConnections() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumBusyConnections() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getNumBusyConnections() - Method in interface com.mchange.v2.c3p0.PooledDataSource
Deprecated.
use getNumBusyConnectionsDefaultUser()
getNumBusyConnections(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumBusyConnections(String, String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getNumBusyConnections(String, String) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getNumBusyConnections(String, String) - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getNumBusyConnections(String, String) - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getNumBusyConnections(String, String) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getNumBusyConnections(String, String) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getNumBusyConnections(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumBusyConnectionsAllAuths() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getNumBusyConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumBusyConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getNumBusyConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getNumBusyConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getNumBusyConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getNumBusyConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getNumBusyConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getNumBusyConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumBusyConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumBusyConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getNumBusyConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getNumBusyConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getNumBusyConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getNumBusyConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getNumBusyConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getNumBusyConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumCheckoutWaiters() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getNumConnections() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumConnections() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getNumConnections() - Method in interface com.mchange.v2.c3p0.PooledDataSource
Deprecated.
use getNumConnectionsDefaultUser()
getNumConnections(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumConnections(String, String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getNumConnections(String, String) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getNumConnections(String, String) - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getNumConnections(String, String) - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getNumConnections(String, String) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getNumConnections(String, String) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getNumConnections(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumConnectionsAllAuths() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getNumConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getNumConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getNumConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getNumConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getNumConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getNumConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getNumConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getNumConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getNumConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getNumConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getNumConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getNumConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getNumConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumConnectionsWithCachedStatements() - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache.ConnectionStatementManager
 
getNumConnectionsWithCachedStatements() - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache
 
getNumericFunctions() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getNumFailedCheckins() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getNumFailedCheckins() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getNumFailedCheckins(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumFailedCheckinsDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumFailedCheckinsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumFailedCheckouts() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getNumFailedCheckouts() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getNumFailedCheckouts(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumFailedCheckoutsDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumFailedCheckoutsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumFailedIdleTests() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getNumFailedIdleTests() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getNumFailedIdleTests(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumFailedIdleTestsDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumFailedIdleTestsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumHelperThreads() - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
getNumHelperThreads() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getNumHelperThreads() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getNumHelperThreads() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getNumHelperThreads() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getNumHelperThreads() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumIdleConnections() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumIdleConnections() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getNumIdleConnections() - Method in interface com.mchange.v2.c3p0.PooledDataSource
Deprecated.
use getNumIdleConnectionsDefaultUser()
getNumIdleConnections(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumIdleConnections(String, String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getNumIdleConnections(String, String) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getNumIdleConnections(String, String) - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getNumIdleConnections(String, String) - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getNumIdleConnections(String, String) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getNumIdleConnections(String, String) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getNumIdleConnections(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumIdleConnectionsAllAuths() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getNumIdleConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumIdleConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getNumIdleConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getNumIdleConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getNumIdleConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getNumIdleConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getNumIdleConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getNumIdleConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumIdleConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumIdleConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getNumIdleConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getNumIdleConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getNumIdleConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getNumIdleConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getNumIdleConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getNumIdleConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumManagedAuths() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getNumPooledDataSources() - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
getNumPooledDataSources() - Method in class com.mchange.v2.c3p0.management.C3P0RegistryManager
 
getNumPooledDataSources() - Method in interface com.mchange.v2.c3p0.management.C3P0RegistryManagerMBean
 
getNumPoolsAllDataSources() - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
getNumPoolsAllDataSources() - Method in class com.mchange.v2.c3p0.management.C3P0RegistryManager
 
getNumPoolsAllDataSources() - Method in interface com.mchange.v2.c3p0.management.C3P0RegistryManagerMBean
 
getNumStatements() - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache
 
getNumStatementsCheckedOut() - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache
 
getNumStatementsForConnection(Connection) - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache.ConnectionStatementManager
 
getNumThreadsAllThreadPools() - Method in class com.mchange.v2.c3p0.C3P0Registry
 
getNumThreadsAwaitingCheckout() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getNumThreadsAwaitingCheckout(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumThreadsAwaitingCheckout(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumThreadsAwaitingCheckoutDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumThreadsAwaitingCheckoutDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumUnclosedOrphanedConnections() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumUnclosedOrphanedConnections() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getNumUnclosedOrphanedConnections() - Method in interface com.mchange.v2.c3p0.PooledDataSource
Deprecated.
use getNumUnclosedOrphanedConnectionsDefaultUser()
getNumUnclosedOrphanedConnections(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumUnclosedOrphanedConnections(String, String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getNumUnclosedOrphanedConnections(String, String) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getNumUnclosedOrphanedConnections(String, String) - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getNumUnclosedOrphanedConnections(String, String) - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getNumUnclosedOrphanedConnections(String, String) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getNumUnclosedOrphanedConnections(String, String) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getNumUnclosedOrphanedConnections(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumUnclosedOrphanedConnectionsAllAuths() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getNumUnclosedOrphanedConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumUnclosedOrphanedConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getNumUnclosedOrphanedConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getNumUnclosedOrphanedConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getNumUnclosedOrphanedConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getNumUnclosedOrphanedConnectionsAllUsers() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getNumUnclosedOrphanedConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getNumUnclosedOrphanedConnectionsAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumUnclosedOrphanedConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumUnclosedOrphanedConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getNumUnclosedOrphanedConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getNumUnclosedOrphanedConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getNumUnclosedOrphanedConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getNumUnclosedOrphanedConnectionsDefaultUser() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getNumUnclosedOrphanedConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getNumUnclosedOrphanedConnectionsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getNumUserPools() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getNumUserPools() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getNumUserPools() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getNumUserPools() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getNumUserPools() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getNumUserPools() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getNumUserPools() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getNumUserPools() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getObject(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getObject(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getObject(int, Class) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getObject(int, Class) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getObject(int, Map) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getObject(int, Map) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getObject(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getObject(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getObject(String, Class) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getObject(String, Class) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getObject(String, Map) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getObject(String, Map) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getOverrideDefaultPassword() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getOverrideDefaultPassword() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getOverrideDefaultUser() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getOverrideDefaultUser() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getParameterMetaData() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getParameterMetaData() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getParentLogger() - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
getParentLogger() - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
getParentLogger() - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
getParentLogger() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getParentLogger() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getPassword() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getPassword() - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
getPassword() - Method in class com.mchange.v2.c3p0.impl.DbAuth
 
getPassword() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getPassword() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getPassword() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getPassword() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getPassword() - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
getPendingTaskCount() - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner
 
getPool() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getPool(DbAuth) - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getPool(String, String) - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getPool(String, String, boolean) - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
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.impl.WrapperConnectionPoolDataSourceBase
 
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.impl.WrapperConnectionPoolDataSourceBase
 
getPooledConnection(String, String, ConnectionCustomizer, String) - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
getPooledDataSources() - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
getPoolSize() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getPoolSize() - Method in class com.mchange.v2.resourcepool.ResourcePoolEvent
 
getPreferredTestQuery() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getPreferredTestQuery() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getPreferredTestQuery() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getPreferredTestQuery() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getPreferredTestQuery() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getPreferredTestQuery() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getPreferredTestQuery() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getPreferredTestQuery(String) - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getPrimaryKeys(String, String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getProcedureColumns(String, String, String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getProcedures(String, String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getProcedureTerm() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getProperties() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getProperties() - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
getPropertyChangeListeners() - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
getPropertyChangeListeners() - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
getPropertyChangeListeners() - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
getPropertyChangeListeners() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getPropertyChangeSupport() - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
getPropertyChangeSupport() - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
getPropertyChangeSupport() - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
getPropertyChangeSupport() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getPropertyCycle() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getPropertyCycle() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getPropertyCycle() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getPropertyCycle() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getPropertyCycle() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getPropertyCycle() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getPropertyCycle() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getPropsFileConfigProperty(String) - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
getPropsFileConfigProperty(String) - Static method in class com.mchange.v2.c3p0.cfg.C3P0ConfigUtils
 
getPseudoColumns(String, String, String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getQueryTimeout() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getQueryTimeout() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getQueryTimeout() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
getRef(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getRef(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getRef(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getRef(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getReference() - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
getReference() - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
getReference() - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
getReference() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getReference() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getRemovedButUnreturnedSize() - Method in class com.mchange.v2.resourcepool.ResourcePoolEvent
 
getResource() - Method in class com.mchange.v2.resourcepool.ResourcePoolEvent
 
getResourceMaxAge() - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
getResourceMaxAge() - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
getResourceMaxIdleTime() - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
getResourceMaxIdleTime() - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
getResultSet() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getResultSet() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getResultSet() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
getResultSetConcurrency() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getResultSetConcurrency() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getResultSetConcurrency() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
getResultSetHoldability() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getResultSetHoldability() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getResultSetHoldability() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getResultSetHoldability() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
getResultSetType() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getResultSetType() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getResultSetType() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
getRow() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getRowId(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getRowId(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getRowId(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getRowId(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getRowIdLifetime() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getSchema() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
getSchemas() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getSchemas(String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getSchemaTerm() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getSearchStringEscape() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getSharedInstance() - Static method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
getShort(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getShort(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getShort(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getShort(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getSQLKeywords() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getSQLStateType() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getSQLXML(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getSQLXML(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getSQLXML(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getSQLXML(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getStackTraces() - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner
 
getStart() - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
getStart() - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
getStartTime() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getStartTime() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getStartTimeMillis(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStartTimeMillisDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStartTimeMillisDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatement() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getStatementCache() - Method in class com.mchange.v2.c3p0.impl.NewPooledConnection
 
getStatementCacheNumCheckedOut() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getStatementCacheNumCheckedOut(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementCacheNumCheckedOut(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementCacheNumCheckedOutDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementCacheNumCheckedOutDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementCacheNumCheckedOutStatementsAllUsers() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementCacheNumCheckedOutStatementsAllUsers() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getStatementCacheNumCheckedOutStatementsAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementCacheNumConnectionsWithCachedStatements() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getStatementCacheNumConnectionsWithCachedStatements(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementCacheNumConnectionsWithCachedStatements(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementCacheNumConnectionsWithCachedStatementsAllUsers() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementCacheNumConnectionsWithCachedStatementsAllUsers() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getStatementCacheNumConnectionsWithCachedStatementsAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementCacheNumConnectionsWithCachedStatementsDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementCacheNumConnectionsWithCachedStatementsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementCacheNumDeferredCloseThreads() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getStatementCacheNumDeferredCloseThreads() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getStatementCacheNumDeferredCloseThreads() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getStatementCacheNumStatements() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getStatementCacheNumStatements(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementCacheNumStatements(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementCacheNumStatementsAllUsers() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementCacheNumStatementsAllUsers() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getStatementCacheNumStatementsAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementCacheNumStatementsDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementCacheNumStatementsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementDestroyerNumActiveThreads() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementDestroyerNumActiveThreads() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getStatementDestroyerNumActiveThreads() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementDestroyerNumConnectionsInUse() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getStatementDestroyerNumConnectionsInUse() - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache
 
getStatementDestroyerNumConnectionsInUse(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementDestroyerNumConnectionsInUse(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementDestroyerNumConnectionsInUseAllUsers() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementDestroyerNumConnectionsInUseAllUsers() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getStatementDestroyerNumConnectionsInUseAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementDestroyerNumConnectionsInUseDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementDestroyerNumConnectionsInUseDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementDestroyerNumConnectionsWithDeferredDestroyStatements() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getStatementDestroyerNumConnectionsWithDeferredDestroyStatements() - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache
 
getStatementDestroyerNumConnectionsWithDeferredDestroyStatements(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementDestroyerNumConnectionsWithDeferredDestroyStatements(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementDestroyerNumConnectionsWithDeferredDestroyStatementsAllUsers() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementDestroyerNumConnectionsWithDeferredDestroyStatementsAllUsers() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getStatementDestroyerNumConnectionsWithDeferredDestroyStatementsAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementDestroyerNumConnectionsWithDeferredDestroyStatementsDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementDestroyerNumConnectionsWithDeferredDestroyStatementsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementDestroyerNumDeferredDestroyStatements() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getStatementDestroyerNumDeferredDestroyStatements() - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache
 
getStatementDestroyerNumDeferredDestroyStatements(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementDestroyerNumDeferredDestroyStatements(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementDestroyerNumDeferredDestroyStatementsAllUsers() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementDestroyerNumDeferredDestroyStatementsAllUsers() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getStatementDestroyerNumDeferredDestroyStatementsAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementDestroyerNumDeferredDestroyStatementsDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementDestroyerNumDeferredDestroyStatementsDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementDestroyerNumIdleThreads() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementDestroyerNumIdleThreads() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getStatementDestroyerNumIdleThreads() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementDestroyerNumTasksPending() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementDestroyerNumTasksPending() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getStatementDestroyerNumTasksPending() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementDestroyerNumThreads() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getStatementDestroyerNumThreads() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getStatementDestroyerNumThreads() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getStatementDestroyerStackTraces() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getStatementDestroyerStatus() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getStatus() - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner
 
getString(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getString(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getString(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getString(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getStringFunctions() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getSuperTables(String, String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getSystemFunctions() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getTablePrivileges(String, String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getTables(String, String, String, String[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getTableTypes() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getTaskRunnerFactory(String) - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
getTaskRunnerFactoryClassName() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getTaskRunnerFactoryClassName() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getTaskRunnerFactoryClassName() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getTaskRunnerFactoryClassName() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getTaskRunnerFactoryClassName() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getTaskRunnerFactoryClassName() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getTaskRunnerFactoryClassName() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getThreadCount() - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner
 
getThreadCount() - Method in class com.mchange.v2.c3p0.FixedThreadPoolExecutorTaskRunnerFactory.FixedThreadPoolExecutorAsynchronousRunner
 
getThreadPoolNumActiveThreads() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getThreadPoolNumActiveThreads() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getThreadPoolNumActiveThreads() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getThreadPoolNumActiveThreads() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getThreadPoolNumActiveThreads() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getThreadPoolNumIdleThreads() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getThreadPoolNumIdleThreads() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getThreadPoolNumIdleThreads() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getThreadPoolNumIdleThreads() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getThreadPoolNumIdleThreads() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getThreadPoolNumTasksPending() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getThreadPoolNumTasksPending() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getThreadPoolNumTasksPending() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getThreadPoolNumTasksPending() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getThreadPoolNumTasksPending() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getThreadPoolSize() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getThreadPoolSize() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getThreadPoolSize() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
getThreadPoolSize() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
getThreadPoolSize() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getThreadPoolStackTraces() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getThreadPoolStatus() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
getTime(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getTime(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getTime(int, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getTime(int, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getTime(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getTime(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getTime(String, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getTime(String, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getTimeDateFunctions() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getTimestamp(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getTimestamp(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getTimestamp(int, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getTimestamp(int, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getTimestamp(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getTimestamp(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getTimestamp(String, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getTimestamp(String, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getTransactionIsolation() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
getType() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getTypeInfo() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getTypeMap() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
getUDTs(String, String, String, int[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getUnicodeStream(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getUnicodeStream(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getUnreturnedConnectionTimeout() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getUnreturnedConnectionTimeout() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getUnreturnedConnectionTimeout() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getUnreturnedConnectionTimeout() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getUnreturnedConnectionTimeout() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getUnspecifiedUserProperties(String) - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
getUnspecifiedUserProperty(String, String) - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
getUpdateCount() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getUpdateCount() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getUpdateCount() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
getUpTime() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
 
getUpTime() - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
getUpTimeMillis(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getUpTimeMillisDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
getUpTimeMillisDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
getURL() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getURL(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getURL(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getURL(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getURL(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getUser() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getUser() - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
getUser() - Method in class com.mchange.v2.c3p0.impl.DbAuth
 
getUser() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
getUser() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
getUser() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
getUser() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
getUser() - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
getUserName() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getUserOverrides() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getUserOverrides() - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
getUserOverrides(String) - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
getUserOverridesAsString() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
getUserOverridesAsString() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getUserOverridesAsString() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
getUserOverridesAsString(String) - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
getVersionColumns(String, String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
getVetoableChangeListeners() - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
getVetoableChangeListeners() - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
getVetoableChangeListeners() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getVetoableChangeSupport() - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
getVetoableChangeSupport() - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
getVetoableChangeSupport() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
getWarnings() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
getWarnings() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
getWarnings() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
getWarnings() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
getWarnings() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
GlobalMaxOnlyStatementCache - Class in com.mchange.v2.c3p0.stmt
 
GlobalMaxOnlyStatementCache(AsynchronousRunner, AsynchronousRunner, int) - Constructor for class com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache
 
GooGooStatementCache - Class in com.mchange.v2.c3p0.stmt
 
GooGooStatementCache(AsynchronousRunner, AsynchronousRunner) - Constructor for class com.mchange.v2.c3p0.stmt.GooGooStatementCache
 
GooGooStatementCache.ConnectionStatementManager - Class in com.mchange.v2.c3p0.stmt
 
GooGooStatementCache.Deathmarch - Class in com.mchange.v2.c3p0.stmt
 
GooGooStatementCache.DeathmarchConnectionStatementManager - Class in com.mchange.v2.c3p0.stmt
 
GooGooStatementCache.SimpleConnectionStatementManager - Class in com.mchange.v2.c3p0.stmt
 

H

hardReset() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
hardReset() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
hardReset() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
hardReset() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
hardReset() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
hardReset() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
hardReset() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
hardReset() - Method in interface com.mchange.v2.c3p0.PooledDataSource
Destroys all pooled and checked-out Connections associated with this DataSource immediately.
hashCode() - Method in class com.mchange.v2.c3p0.AbstractConnectionCustomizer
 
hashCode() - Method in class com.mchange.v2.c3p0.AbstractConnectionTester
 
hashCode() - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory
 
hashCode() - Method in class com.mchange.v2.c3p0.impl.AbstractIdentityTokenized
 
hashCode() - Method in class com.mchange.v2.c3p0.impl.DbAuth
 
hashCode() - Method in class com.mchange.v2.c3p0.impl.DefaultConnectionTester
 
hashCode() - Method in class com.mchange.v2.c3p0.impl.DefaultTaskRunnerFactory
 
hashCode() - Method in class com.mchange.v2.c3p0.TaskRunnerInit
 
hashCode() - Method in interface com.mchange.v2.c3p0.UnifiedConnectionTester
 

I

IdentityTokenized - Interface in com.mchange.v2.c3p0.impl
 
IdentityTokenizedCoalesceChecker - Class in com.mchange.v2.c3p0.impl
 
IdentityTokenResolvable - Class in com.mchange.v2.c3p0.impl
This is a convenient base class for all classes that wish to establish an initial identity which will be the basis of a one-per vm identity: i.e.
IdentityTokenResolvable() - Constructor for class com.mchange.v2.c3p0.impl.IdentityTokenResolvable
 
idleConnectionTestPeriod() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
init - Variable in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner
 
initializeBooleanPropertyVar(String, boolean) - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
initializeExtensions() - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
initializeIntPropertyVar(String, int) - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
initializeNamedConfig(String, boolean) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
initializeStringPropertyVar(String, String) - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
initializeUserOverridesAsString() - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
initialPoolSize() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
InitSqlConnectionCustomizer - Class in com.mchange.v2.c3p0.example
 
InitSqlConnectionCustomizer() - Constructor for class com.mchange.v2.c3p0.example.InitSqlConnectionCustomizer
 
initStatementCache(GooGooStatementCache) - Method in class com.mchange.v2.c3p0.impl.NewPooledConnection
 
inner - Variable in class com.mchange.v2.c3p0.filter.FilterDataSource
 
inner - Variable in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
inner - Variable in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
inner - Variable in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
inner - Variable in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
inner - Variable in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
inner - Variable in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
insertRow() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
insertsAreDetected(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
INSTANCE - Static variable in class com.mchange.v2.c3p0.impl.IdentityTokenizedCoalesceChecker
 
inUse(Connection) - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache
 
invoke(String, Object[], String[]) - Method in class com.mchange.v2.c3p0.management.DynamicPooledDataSourceManagerMBean
 
isAfterLast() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
isAttemptResurrectOnCheckin() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
isAttemptResurrectOnCheckin() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
isAttemptResurrectOnCheckin() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
isAttemptResurrectOnCheckin() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
isAttemptResurrectOnCheckin() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
isAttemptResurrectOnCheckin() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
isAttemptResurrectOnCheckin() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
isAutoCommitOnClose() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
isAutoCommitOnClose() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
isAutoCommitOnClose() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
isAutoCommitOnClose() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
isAutoCommitOnClose() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
isAutoCommitOnClose() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
isAutoCommitOnClose() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
isBeforeFirst() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
isBreakAfterAcquireFailure() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
isBreakAfterAcquireFailure() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
isBreakAfterAcquireFailure() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
isBreakAfterAcquireFailure() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
isBreakAfterAcquireFailure() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
isBreakAfterAcquireFailure() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
isBreakAfterAcquireFailure() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
isCaching() - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
isCatalogAtStart() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
isCheckedOutResource() - Method in class com.mchange.v2.resourcepool.ResourcePoolEvent
 
isClosed() - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner
 
isClosed() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
isClosed() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
isClosed() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
isClosed() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
isClosed() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
isClosed() - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache
 
isCloseOnCompletion() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
isCloseOnCompletion() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
isCloseOnCompletion() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
isDebugUnreturnedConnectionStackTraces() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
isDebugUnreturnedConnectionStackTraces() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
isDebugUnreturnedConnectionStackTraces() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
isDebugUnreturnedConnectionStackTraces() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
isDebugUnreturnedConnectionStackTraces() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
isFirst() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
isForceIgnoreUnresolvedTransactions() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
isForceIgnoreUnresolvedTransactions() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
isForceIgnoreUnresolvedTransactions() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
isForceIgnoreUnresolvedTransactions() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
isForceIgnoreUnresolvedTransactions() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
isForceIgnoreUnresolvedTransactions() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
isForceIgnoreUnresolvedTransactions() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
isForceSynchronousCheckins() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
isForceSynchronousCheckins() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
isForceSynchronousCheckins() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
isForceSynchronousCheckins() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
isForceSynchronousCheckins() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
isForceUseNamedDriverClass() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
isForceUseNamedDriverClass() - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
isJndiLookupCaching() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
isKnownProperty(String) - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
isLast() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
isPhysicalConnectionForProxy(Connection, C3P0ProxyConnection) - Static method in class com.mchange.v2.c3p0.util.TestUtils
 
isPoolable() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
isPoolable() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
isPoolable() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
isPrivilegeSpawnedThreads() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
isPrivilegeSpawnedThreads() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
isPrivilegeSpawnedThreads() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
isReadOnly() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
isReadOnly() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
isSimpleIdentifier(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
isSimpleIdentifier(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
isSimpleIdentifier(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
isTestConnectionOnCheckin() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
isTestConnectionOnCheckin() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
isTestConnectionOnCheckin() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
isTestConnectionOnCheckin() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
isTestConnectionOnCheckin() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
isTestConnectionOnCheckin() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
isTestConnectionOnCheckin() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
isTestConnectionOnCheckout() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
isTestConnectionOnCheckout() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
isTestConnectionOnCheckout() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
isTestConnectionOnCheckout() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
isTestConnectionOnCheckout() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
isTestConnectionOnCheckout() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
isTestConnectionOnCheckout() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
isValid(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
IsValidOnlyConnectionTester - Class in com.mchange.v2.c3p0.util
 
IsValidOnlyConnectionTester() - Constructor for class com.mchange.v2.c3p0.util.IsValidOnlyConnectionTester
 
IsValidOnlyConnectionTester30 - Class in com.mchange.v2.c3p0.example
 
IsValidOnlyConnectionTester30() - Constructor for class com.mchange.v2.c3p0.example.IsValidOnlyConnectionTester30
 
isWrapperFor(Class) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
isWrapperFor(Class) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
isWrapperFor(Class) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
isWrapperFor(Class) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
isWrapperFor(Class) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
isWrapperFor(Class) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
isWrapperFor(Class<?>) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
isWrapperFor(Class<?>) - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
isWrapperFor(Class<?>) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
isWrapperForThis(Class<?>) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 

J

jdbcUrl - Variable in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
jdbcUrl() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
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
 
JndiRefDataSourceBase - Class in com.mchange.v2.c3p0.impl
This class was generated by com.mchange.v2.c3p0.codegen.BeangenDataSourceGenerator.
JndiRefDataSourceBase(boolean) - Constructor for class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 

K

KNOWN_AND_AVAILABLE - Static variable in interface com.mchange.v2.resourcepool.ResourcePool
 
KNOWN_AND_CHECKED_OUT - Static variable in interface com.mchange.v2.resourcepool.ResourcePool
 

L

last() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
LINESEP - Static variable in class com.mchange.v2.c3p0.cfg.C3P0ConfigXmlUtils
 
locatorsUpdateCopy() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
logAndClearWarnings(Connection) - Static method in class com.mchange.v2.c3p0.SQLWarnings
 

M

main(String[]) - Static method in class com.mchange.v2.c3p0.stmt.StatementCacheBenchmark
 
ManagementCoordinator - Interface in com.mchange.v2.c3p0.management
 
markBroken(Object) - Method in interface com.mchange.v2.resourcepool.ResourcePool
Marks a resource as broken.
markClosed(PooledDataSource) - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
markConfigRefreshed() - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
max_administrative_task_time_if_supported - Variable in class com.mchange.v2.c3p0.TaskRunnerInit
 
maxAdministrativeTaskTime() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
maxConnectionAge() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
maxIdleTime() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
maxIdleTimeExcessConnections() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
maxPoolSize() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
maxStatements() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
maxStatementsPerConnection() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
minPoolSize() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
moveToCurrentRow() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
moveToInsertRow() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 

N

nativeSQL(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
NewPooledConnection - Class in com.mchange.v2.c3p0.impl
 
NewPooledConnection(Connection, ConnectionTester, int, boolean, boolean, String, ConnectionCustomizer, String) - Constructor for class com.mchange.v2.c3p0.impl.NewPooledConnection
 
NewProxyCallableStatement - Class in com.mchange.v2.c3p0.impl
This class was generated by com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$NewProxyAnyStatementGenerator.
NewProxyConnection - Class in com.mchange.v2.c3p0.impl
This class was generated by com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$NewProxyConnectionGenerator.
NewProxyDatabaseMetaData - Class in com.mchange.v2.c3p0.impl
This class was generated by com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$NewProxyMetaDataGenerator.
NewProxyPreparedStatement - Class in com.mchange.v2.c3p0.impl
This class was generated by com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$NewProxyAnyStatementGenerator.
NewProxyResultSet - Class in com.mchange.v2.c3p0.impl
This class was generated by com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$NewProxyResultSetGenerator.
NewProxyStatement - Class in com.mchange.v2.c3p0.impl
This class was generated by com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$NewProxyAnyStatementGenerator.
newThread(Runnable) - Method in class com.mchange.v2.c3p0.TaskRunnerThreadFactory
 
next() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
NOARGS - Static variable in class com.mchange.v2.c3p0.impl.C3P0ImplUtils
 
NoGoodResourcesException - Exception in com.mchange.v2.resourcepool
 
NoGoodResourcesException() - Constructor for exception com.mchange.v2.resourcepool.NoGoodResourcesException
 
NoGoodResourcesException(String) - Constructor for exception com.mchange.v2.resourcepool.NoGoodResourcesException
 
NoGoodResourcesException(String, Throwable) - Constructor for exception com.mchange.v2.resourcepool.NoGoodResourcesException
 
NoGoodResourcesException(Throwable) - Constructor for exception com.mchange.v2.resourcepool.NoGoodResourcesException
 
NULL_AUTH - Static variable in class com.mchange.v2.c3p0.impl.C3P0ImplUtils
 
NullManagementCoordinator - Class in com.mchange.v2.c3p0.management
 
NullManagementCoordinator() - Constructor for class com.mchange.v2.c3p0.management.NullManagementCoordinator
 
nullPlusNonNullIsNull() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
nullsAreSortedHigh() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
nullsAreSortedLow() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
num_threads_if_supported - Variable in class com.mchange.v2.c3p0.TaskRunnerInit
 
numHelperThreads() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 

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.
onCheckOut(Connection, String) - Method in class com.mchange.v2.c3p0.example.InitSqlConnectionCustomizer
 
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.
otherProperties - Variable in class com.mchange.v2.c3p0.TaskRunnerInit
 
otherPropertiesFromConnectionPoolDataSource(ConnectionPoolDataSource) - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory
 
othersDeletesAreVisible(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
overrideDefaultPassword() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
overrideDefaultUser() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
ownDeletesAreVisible(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 

P

PARENT_LOGGER - Static variable in class com.mchange.v2.c3p0.impl.C3P0ImplUtils
 
parseUserOverridesAsString(String) - Static method in class com.mchange.v2.c3p0.impl.C3P0ImplUtils
 
password() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
pcs - Variable in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
pcs - Variable in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
pcs - Variable in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
pcs - Variable in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
PerConnectionMaxOnlyStatementCache - Class in com.mchange.v2.c3p0.stmt
 
PerConnectionMaxOnlyStatementCache(AsynchronousRunner, AsynchronousRunner, int) - Constructor for class com.mchange.v2.c3p0.stmt.PerConnectionMaxOnlyStatementCache
 
physicalConnectionIdentityHashCode(C3P0ProxyConnection) - Static method in class com.mchange.v2.c3p0.util.TestUtils
 
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
 
PoolBackedDataSourceBase - Class in com.mchange.v2.c3p0.impl
This class was generated by com.mchange.v2.c3p0.codegen.BeangenDataSourceGenerator.
PoolBackedDataSourceBase(boolean) - Constructor for class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
PoolBackedDataSourceFactory - Class in com.mchange.v2.c3p0
Deprecated.
Use the new factories in DataSources. See examples.
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, 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
Note: If multiple PooledDataSources in your JVM share the same dataSourceName, which of those multiple DataSources will be returned by this method is undefined!
PooledDataSourceManager - Class in com.mchange.v2.c3p0.management
 
PooledDataSourceManager(PooledDataSource) - Constructor for class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
PooledDataSourceManagerMBean - Interface in com.mchange.v2.c3p0.management
 
pooledDataSourcesByName(String) - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
postRunnable(Runnable) - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner
 
preferredTestQuery() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
prepareCall(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
prepareCall(String, int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
prepareCall(String, int, int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
prepareStatement(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
prepareStatement(String, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
prepareStatement(String, int[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
prepareStatement(String, int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
prepareStatement(String, int, int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
prepareStatement(String, String[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
previous() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
printConnectionListeners() - Method in class com.mchange.v2.c3p0.impl.NewPooledConnection
 
printListeners() - Method in class com.mchange.v2.c3p0.util.ConnectionEventSupport
 
printListeners() - Method in class com.mchange.v2.c3p0.util.StatementEventSupport
 
printStatementListeners() - Method in class com.mchange.v2.c3p0.impl.NewPooledConnection
 
privilege_spawned_threads_if_supported - Variable in class com.mchange.v2.c3p0.TaskRunnerInit
 
privilegeSpawnedThreads() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
probableInvalidDb(SQLException) - Static method in class com.mchange.v2.c3p0.impl.DefaultConnectionTester
 
properties - Variable in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
propertyCycle() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
PROPS_FILE_PROP_PFX - Static variable in class com.mchange.v2.c3p0.cfg.C3P0ConfigUtils
 
PROPS_FILE_PROP_PFX_LEN - Static variable in class com.mchange.v2.c3p0.cfg.C3P0ConfigUtils
 
PROPS_FILE_RSRC_PATH - Static variable in class com.mchange.v2.c3p0.cfg.C3P0Config
 
PROPS_FILE_RSRC_PATH - Static variable in class com.mchange.v2.c3p0.cfg.C3P0ConfigUtils
 
ProxyResultSetDetachable - Interface in com.mchange.v2.c3p0.impl
This is an internal interface, not intended for use by library users.

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.
rawConnectionOperation(Method, Object, Object[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
rawStatementOperation(Method, Object, Object[]) - Method in interface com.mchange.v2.c3p0.C3P0ProxyStatement
Allows one to work with the unproxied, raw vendor-provided Statement .
rawStatementOperation(Method, Object, Object[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
rawStatementOperation(Method, Object, Object[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
rawStatementOperation(Method, Object, Object[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
readResolve() - Method in class com.mchange.v2.c3p0.impl.IdentityTokenResolvable
 
refreshMainConfig() - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
refreshMainConfig(MultiPropertiesConfig[], String) - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
refreshRow() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
refurbishIdleResource(Object) - Method in interface com.mchange.v2.resourcepool.ResourcePool.Manager
 
refurbishResourceOnCheckin(Object) - Method in interface com.mchange.v2.resourcepool.ResourcePool.Manager
 
refurbishResourceOnCheckout(Object) - Method in interface com.mchange.v2.resourcepool.ResourcePool.Manager
 
registerActive(AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner.WrapperRunnable) - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner
 
registerOutParameter(int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
registerOutParameter(int, int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
registerOutParameter(int, int, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
registerOutParameter(int, SQLType) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
registerOutParameter(int, SQLType, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
registerOutParameter(int, SQLType, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
registerOutParameter(String, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
registerOutParameter(String, int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
registerOutParameter(String, int, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
registerOutParameter(String, SQLType) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
registerOutParameter(String, SQLType, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
registerOutParameter(String, SQLType, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
relative(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
releaseSavepoint(Savepoint) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
removeConnectionEventListener(ConnectionEventListener) - Method in class com.mchange.v2.c3p0.impl.NewPooledConnection
 
removeConnectionEventListener(ConnectionEventListener) - Method in class com.mchange.v2.c3p0.util.ConnectionEventSupport
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
removeResourcePoolListener(ResourcePoolListener) - Method in interface com.mchange.v2.resourcepool.EventSupportingResourcePool
 
removeResourcePoolListener(ResourcePoolListener) - Method in class com.mchange.v2.resourcepool.ResourcePoolEventSupport
 
removeStatementEventListener(StatementEventListener) - Method in class com.mchange.v2.c3p0.impl.NewPooledConnection
 
removeStatementEventListener(StatementEventListener) - Method in class com.mchange.v2.c3p0.util.StatementEventSupport
 
removeStatementForConnection(Object, Connection) - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache.ConnectionStatementManager
 
removeStatementForConnection(Object, Connection) - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache.DeathmarchConnectionStatementManager
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
reregister(IdentityTokenized) - Static method in class com.mchange.v2.c3p0.C3P0Registry
 
reset() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
Discards all Connections managed by the pool and reacquires new Connections to populate.
resetPool() - Method in interface com.mchange.v2.resourcepool.ResourcePool
Discards all resources managed by the pool and reacquires new resources to populate the pool.
resetPoolManager() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
resetPoolManager(boolean) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
resourceAcquired(ResourcePoolEvent) - Method in interface com.mchange.v2.resourcepool.ResourcePoolListener
 
resourceCheckedIn(ResourcePoolEvent) - Method in interface com.mchange.v2.resourcepool.ResourcePoolListener
 
resourceCheckedOut(ResourcePoolEvent) - Method in interface com.mchange.v2.resourcepool.ResourcePoolListener
 
ResourcePool - Interface in com.mchange.v2.resourcepool
 
ResourcePool.Manager - Interface in com.mchange.v2.resourcepool
 
ResourcePoolEvent - Class in com.mchange.v2.resourcepool
 
ResourcePoolEvent(ResourcePool, Object, boolean, int, int, int) - Constructor for class com.mchange.v2.resourcepool.ResourcePoolEvent
 
ResourcePoolEventSupport - Class in com.mchange.v2.resourcepool
 
ResourcePoolEventSupport(ResourcePool) - Constructor for class com.mchange.v2.resourcepool.ResourcePoolEventSupport
 
ResourcePoolException - Exception in com.mchange.v2.resourcepool
 
ResourcePoolException() - Constructor for exception com.mchange.v2.resourcepool.ResourcePoolException
 
ResourcePoolException(String) - Constructor for exception com.mchange.v2.resourcepool.ResourcePoolException
 
ResourcePoolException(String, Throwable) - Constructor for exception com.mchange.v2.resourcepool.ResourcePoolException
 
ResourcePoolException(Throwable) - Constructor for exception com.mchange.v2.resourcepool.ResourcePoolException
 
ResourcePoolFactory - Class in com.mchange.v2.resourcepool
A Factory for ResourcePools.
ResourcePoolFactory() - Constructor for class com.mchange.v2.resourcepool.ResourcePoolFactory
 
ResourcePoolListener - Interface in com.mchange.v2.resourcepool
 
resourceRemoved(ResourcePoolEvent) - Method in interface com.mchange.v2.resourcepool.ResourcePoolListener
 
rollback() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
rollback(Savepoint) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
rowDeleted() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
rowInserted() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
rowUpdated() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
runWithContextClassLoaderAndPrivileges(String, boolean, Runnable) - Static method in class com.mchange.v2.c3p0.impl.C3P0ImplUtils
 

S

samePhysicalConnection(C3P0ProxyConnection, C3P0ProxyConnection) - Static method in class com.mchange.v2.c3p0.util.TestUtils
In general, if this method returns true for two distinct C3P0ProxyConnections, it indicates a c3p0 bug.
sampleLastAcquisitionFailureStackTrace(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
sampleLastAcquisitionFailureStackTrace(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleLastAcquisitionFailureStackTraceDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
sampleLastAcquisitionFailureStackTraceDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleLastCheckinFailureStackTrace(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
sampleLastCheckinFailureStackTrace(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleLastCheckinFailureStackTraceDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
sampleLastCheckinFailureStackTraceDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleLastCheckoutFailureStackTrace(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
sampleLastCheckoutFailureStackTrace(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleLastCheckoutFailureStackTraceDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
sampleLastCheckoutFailureStackTraceDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleLastConnectionTestFailureStackTrace(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
sampleLastConnectionTestFailureStackTrace(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleLastConnectionTestFailureStackTraceDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
sampleLastConnectionTestFailureStackTraceDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleLastIdleTestFailureStackTrace(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
sampleLastIdleTestFailureStackTrace(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleLastIdleTestFailureStackTraceDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
sampleLastIdleTestFailureStackTraceDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleStatementCacheStatus(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
sampleStatementCacheStatus(String, String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleStatementCacheStatusDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
sampleStatementCacheStatusDefaultUser() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleStatementDestroyerStackTraces() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
sampleStatementDestroyerStackTraces() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleStatementDestroyerStatus() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
sampleStatementDestroyerStatus() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleThreadPoolStackTraces() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
sampleThreadPoolStackTraces() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
sampleThreadPoolStackTraces() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
sampleThreadPoolStackTraces() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
sampleThreadPoolStatus() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
sampleThreadPoolStatus() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
sampleThreadPoolStatus() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
sampleThreadPoolStatus() - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
setAcquireIncrement(int) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setAcquireIncrement(int) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setAcquireIncrement(int) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setAcquireIncrement(int) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setAcquireIncrement(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setAcquireIncrement(int) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setAcquireIncrement(int) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setAcquireRetryAttempts(int) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setAcquireRetryAttempts(int) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setAcquireRetryAttempts(int) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setAcquireRetryAttempts(int) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setAcquireRetryAttempts(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setAcquireRetryAttempts(int) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setAcquireRetryAttempts(int) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setAcquireRetryDelay(int) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setAcquireRetryDelay(int) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setAcquireRetryDelay(int) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setAcquireRetryDelay(int) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setAcquireRetryDelay(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setAcquireRetryDelay(int) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setAcquireRetryDelay(int) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setAcquisitionRetryAttempts(int) - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
setAcquisitionRetryAttempts(int) - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
setAcquisitionRetryDelay(int) - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
setAcquisitionRetryDelay(int) - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
setArray(int, Array) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setArray(int, Array) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setAsciiStream(int, InputStream) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setAsciiStream(int, InputStream) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setAsciiStream(int, InputStream, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setAsciiStream(int, InputStream, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setAsciiStream(String, InputStream) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setAsciiStream(String, InputStream, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setAsciiStream(String, InputStream, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setAttemptResurrectOnCheckin(boolean) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setAttemptResurrectOnCheckin(boolean) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setAttemptResurrectOnCheckin(boolean) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setAttemptResurrectOnCheckin(boolean) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setAttemptResurrectOnCheckin(boolean) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setAttemptResurrectOnCheckin(boolean) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setAttemptResurrectOnCheckin(boolean) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setAttribute(Attribute) - Method in class com.mchange.v2.c3p0.management.DynamicPooledDataSourceManagerMBean
 
setAttributes(AttributeList) - Method in class com.mchange.v2.c3p0.management.DynamicPooledDataSourceManagerMBean
 
setAutoCommit(boolean) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
setAutoCommitOnClose(boolean) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setAutoCommitOnClose(boolean) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setAutoCommitOnClose(boolean) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setAutoCommitOnClose(boolean) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setAutoCommitOnClose(boolean) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setAutoCommitOnClose(boolean) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setAutoCommitOnClose(boolean) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setAutomaticTestTable(String) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setAutomaticTestTable(String) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setAutomaticTestTable(String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setAutomaticTestTable(String) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setAutomaticTestTable(String) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setAutomaticTestTable(String) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setAutomaticTestTable(String) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setBigDecimal(int, BigDecimal) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setBigDecimal(String, BigDecimal) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setBinaryStream(int, InputStream) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setBinaryStream(int, InputStream) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setBinaryStream(int, InputStream, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setBinaryStream(int, InputStream, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setBinaryStream(String, InputStream) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setBinaryStream(String, InputStream, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setBinaryStream(String, InputStream, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setBlob(int, InputStream) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setBlob(int, InputStream) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setBlob(int, InputStream, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setBlob(int, InputStream, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setBlob(int, Blob) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setBlob(int, Blob) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setBlob(String, InputStream) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setBlob(String, InputStream, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setBlob(String, Blob) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setBoolean(int, boolean) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setBoolean(int, boolean) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setBoolean(String, boolean) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setBreakAfterAcquireFailure(boolean) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setBreakAfterAcquireFailure(boolean) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setBreakAfterAcquireFailure(boolean) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setBreakAfterAcquireFailure(boolean) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setBreakAfterAcquireFailure(boolean) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setBreakAfterAcquireFailure(boolean) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setBreakAfterAcquireFailure(boolean) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setBreakOnAcquisitionFailure(boolean) - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
setBreakOnAcquisitionFailure(boolean) - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
setByte(int, byte) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setByte(int, byte) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setByte(String, byte) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setBytes(int, byte[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setBytes(int, byte[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setBytes(String, byte[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setCaching(boolean) - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
setCatalog(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
setCharacterStream(int, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setCharacterStream(int, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setCharacterStream(int, Reader, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setCharacterStream(int, Reader, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setCharacterStream(int, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setCharacterStream(String, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setCharacterStream(String, Reader, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setCharacterStream(String, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setCheckoutTimeout(int) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setCheckoutTimeout(int) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setCheckoutTimeout(int) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setCheckoutTimeout(int) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setCheckoutTimeout(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setCheckoutTimeout(int) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setCheckoutTimeout(int) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setClientInfo(String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
setClientInfo(Properties) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
setClob(int, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setClob(int, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setClob(int, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setClob(int, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setClob(int, Clob) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setClob(int, Clob) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setClob(String, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setClob(String, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setClob(String, Clob) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setCloseLogLevel(MLevel) - Method in class com.mchange.v2.c3p0.debug.CloseLoggingComboPooledDataSource
 
setConnectionCustomizerClassName(String) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setConnectionCustomizerClassName(String) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setConnectionCustomizerClassName(String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setConnectionCustomizerClassName(String) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setConnectionCustomizerClassName(String) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setConnectionIsValidTimeout(int) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setConnectionIsValidTimeout(int) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setConnectionIsValidTimeout(int) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setConnectionIsValidTimeout(int) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setConnectionIsValidTimeout(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setConnectionIsValidTimeout(int) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setConnectionIsValidTimeout(int) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setConnectionPoolDataSource(ConnectionPoolDataSource) - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
setConnectionTesterClassName(String) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setConnectionTesterClassName(String) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setConnectionTesterClassName(String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setConnectionTesterClassName(String) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setConnectionTesterClassName(String) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setConnectionTesterClassName(String) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setConnectionTesterClassName(String) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setContextClassLoaderSource(String) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setContextClassLoaderSource(String) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setContextClassLoaderSource(String) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setCursorName(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setCursorName(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setCursorName(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
setDataSourceName(String) - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
setDataSourceName(String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setDataSourceName(String) - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
setDataSourceName(String) - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
setDataSourceName(String) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setDataSourceName(String) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
setDate(int, Date) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setDate(int, Date) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setDate(int, Date, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setDate(int, Date, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setDate(String, Date) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setDate(String, Date, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setDebugStoreCheckoutStackTrace(boolean) - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
setDebugStoreCheckoutStackTrace(boolean) - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
setDebugUnreturnedConnectionStackTraces(boolean) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setDebugUnreturnedConnectionStackTraces(boolean) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setDebugUnreturnedConnectionStackTraces(boolean) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setDebugUnreturnedConnectionStackTraces(boolean) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setDebugUnreturnedConnectionStackTraces(boolean) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setDescription(String) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setDescription(String) - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
setDescription(String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setDescription(String) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setDescription(String) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setDescription(String) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setDestroyOverdueResourceTime(long) - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
setDestroyOverdueResourceTime(long) - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
setDouble(int, double) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setDouble(int, double) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setDouble(String, double) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setDriverClass(String) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setDriverClass(String) - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
setDriverClass(String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setDriverClass(String) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setDriverClass(String) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setDriverClass(String) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setEscapeProcessing(boolean) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setEscapeProcessing(boolean) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setEscapeProcessing(boolean) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
setExcessResourceMaxIdleTime(long) - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
setExcessResourceMaxIdleTime(long) - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
setExpirationEnforcementDelay(long) - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
setExpirationEnforcementDelay(long) - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
setExtensions(Map) - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
setExtensions(Map) - Method in interface com.mchange.v2.c3p0.PooledDataSource
 
setFactoryClassLocation(String) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setFactoryClassLocation(String) - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
setFactoryClassLocation(String) - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
setFactoryClassLocation(String) - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
setFactoryClassLocation(String) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setFactoryClassLocation(String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setFactoryClassLocation(String) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setFactoryClassLocation(String) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setFactoryClassLocation(String) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setFactoryClassLocation(String) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setFetchDirection(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setFetchDirection(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setFetchDirection(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
setFetchDirection(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
setFetchSize(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setFetchSize(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setFetchSize(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
setFetchSize(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
setFloat(int, float) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setFloat(int, float) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setFloat(String, float) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setForceIgnoreUnresolvedTransactions(boolean) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setForceIgnoreUnresolvedTransactions(boolean) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setForceIgnoreUnresolvedTransactions(boolean) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setForceIgnoreUnresolvedTransactions(boolean) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setForceIgnoreUnresolvedTransactions(boolean) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setForceIgnoreUnresolvedTransactions(boolean) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setForceIgnoreUnresolvedTransactions(boolean) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setForceSynchronousCheckins(boolean) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setForceSynchronousCheckins(boolean) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setForceSynchronousCheckins(boolean) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setForceSynchronousCheckins(boolean) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setForceSynchronousCheckins(boolean) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setForceSynchronousCheckins(boolean) - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
setForceSynchronousCheckins(boolean) - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
setForceUseNamedDriverClass(boolean) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setForceUseNamedDriverClass(boolean) - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
setHoldability(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
setIdentityToken(String) - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
setIdentityToken(String) - Method in interface com.mchange.v2.c3p0.impl.IdentityTokenized
 
setIdentityToken(String) - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
setIdentityToken(String) - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
setIdentityToken(String) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setIdentityToken(String) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setIdleConnectionTestPeriod(int) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setIdleConnectionTestPeriod(int) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setIdleConnectionTestPeriod(int) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setIdleConnectionTestPeriod(int) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setIdleConnectionTestPeriod(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setIdleConnectionTestPeriod(int) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setIdleConnectionTestPeriod(int) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setIdleResourceTestPeriod(long) - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
setIdleResourceTestPeriod(long) - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
setIncrement(int) - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
setIncrement(int) - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
setInitialPoolSize(int) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setInitialPoolSize(int) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setInitialPoolSize(int) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setInitialPoolSize(int) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setInitialPoolSize(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setInitialPoolSize(int) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setInitialPoolSize(int) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setInt(int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setInt(int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setInt(String, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setJdbcUrl(String) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setJdbcUrl(String) - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
setJdbcUrl(String) - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
setJdbcUrl(String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setJdbcUrl(String) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setJdbcUrl(String) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setJdbcUrl(String) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setJndiEnv(Hashtable) - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
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.impl.JndiRefDataSourceBase
 
setJndiName(Object) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setJndiName(String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setJndiName(String) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setJndiName(String) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setJndiName(String) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setLargeMaxRows(long) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setLargeMaxRows(long) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setLargeMaxRows(long) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
setLoginTimeout(int) - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
setLoginTimeout(int) - Method in class com.mchange.v2.c3p0.filter.FilterDataSource
 
setLoginTimeout(int) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
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.filter.FilterDataSource
 
setLogWriter(PrintWriter) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
setLogWriter(PrintWriter) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setLogWriter(PrintWriter) - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
setLong(int, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setLong(int, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setLong(String, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setMainConfig(C3P0Config) - Static method in class com.mchange.v2.c3p0.cfg.C3P0Config
 
setMax(int) - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
setMax(int) - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
setMaxAdministrativeTaskTime(int) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setMaxAdministrativeTaskTime(int) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setMaxAdministrativeTaskTime(int) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setMaxAdministrativeTaskTime(int) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setMaxAdministrativeTaskTime(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setMaxConnectionAge(int) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setMaxConnectionAge(int) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setMaxConnectionAge(int) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setMaxConnectionAge(int) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setMaxConnectionAge(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setMaxFieldSize(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setMaxFieldSize(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setMaxFieldSize(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
setMaxIdleTime(int) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setMaxIdleTime(int) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setMaxIdleTime(int) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setMaxIdleTime(int) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setMaxIdleTime(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setMaxIdleTime(int) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setMaxIdleTime(int) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setMaxIdleTimeExcessConnections(int) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setMaxIdleTimeExcessConnections(int) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setMaxIdleTimeExcessConnections(int) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setMaxIdleTimeExcessConnections(int) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setMaxIdleTimeExcessConnections(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setMaxPoolSize(int) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setMaxPoolSize(int) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setMaxPoolSize(int) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setMaxPoolSize(int) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setMaxPoolSize(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setMaxPoolSize(int) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setMaxPoolSize(int) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setMaxRows(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setMaxRows(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setMaxRows(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
setMaxStatements(int) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setMaxStatements(int) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setMaxStatements(int) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setMaxStatements(int) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setMaxStatements(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setMaxStatements(int) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setMaxStatements(int) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setMaxStatementsPerConnection(int) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setMaxStatementsPerConnection(int) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setMaxStatementsPerConnection(int) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setMaxStatementsPerConnection(int) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setMaxStatementsPerConnection(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setMaxStatementsPerConnection(int) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setMaxStatementsPerConnection(int) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setMin(int) - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
setMin(int) - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
setMinPoolSize(int) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setMinPoolSize(int) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setMinPoolSize(int) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setMinPoolSize(int) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setMinPoolSize(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setMinPoolSize(int) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setMinPoolSize(int) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setNCharacterStream(int, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setNCharacterStream(int, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setNCharacterStream(int, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setNCharacterStream(int, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setNCharacterStream(String, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setNCharacterStream(String, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setNClob(int, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setNClob(int, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setNClob(int, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setNClob(int, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setNClob(int, NClob) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setNClob(int, NClob) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setNClob(String, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setNClob(String, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setNClob(String, NClob) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setNestedDataSource(DataSource) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setNetworkTimeout(Executor, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
setNString(int, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setNString(int, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setNString(String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setNull(int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setNull(int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setNull(int, int, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setNull(int, int, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setNull(String, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setNull(String, int, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setNumHelperThreads(int) - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
setNumHelperThreads(int) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setNumHelperThreads(int) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setNumHelperThreads(int) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setNumHelperThreads(int) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setObject(int, Object) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setObject(int, Object) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setObject(int, Object, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setObject(int, Object, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setObject(int, Object, int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setObject(int, Object, int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setObject(int, Object, SQLType) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setObject(int, Object, SQLType) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setObject(int, Object, SQLType, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setObject(int, Object, SQLType, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setObject(String, Object) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setObject(String, Object, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setObject(String, Object, int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setObject(String, Object, SQLType) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setObject(String, Object, SQLType, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setOverrideDefaultPassword(String) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setOverrideDefaultPassword(String) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setOverrideDefaultUser(String) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setOverrideDefaultUser(String) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setPassword(String) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setPassword(String) - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
setPassword(String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setPassword(String) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setPassword(String) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setPassword(String) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setPoolable(boolean) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setPoolable(boolean) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setPoolable(boolean) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
setPoolSize(int) - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
setPreferredTestQuery(String) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setPreferredTestQuery(String) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setPreferredTestQuery(String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setPreferredTestQuery(String) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setPreferredTestQuery(String) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setPreferredTestQuery(String) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setPreferredTestQuery(String) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setPrivilegeSpawnedThreads(boolean) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setPrivilegeSpawnedThreads(boolean) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setPrivilegeSpawnedThreads(boolean) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setProperties(Properties) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setProperties(Properties) - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
setPropertyCycle(int) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setPropertyCycle(int) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setPropertyCycle(int) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setPropertyCycle(int) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setPropertyCycle(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setPropertyCycle(int) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setPropertyCycle(int) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setQueryTimeout(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setQueryTimeout(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setQueryTimeout(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
setReadOnly(boolean) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
setRef(int, Ref) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setRef(int, Ref) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setResourceMaxAge(long) - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
setResourceMaxAge(long) - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
setResourceMaxIdleTime(long) - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
 
setResourceMaxIdleTime(long) - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
setRowId(int, RowId) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setRowId(int, RowId) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setRowId(String, RowId) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setSavepoint() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
setSavepoint(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
setSchema(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
setShardingKey(ShardingKey) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
setShardingKey(ShardingKey, ShardingKey) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
setShardingKeyIfValid(ShardingKey, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
setShardingKeyIfValid(ShardingKey, ShardingKey, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
setShort(int, short) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setShort(int, short) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setShort(String, short) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setSQLXML(int, SQLXML) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setSQLXML(int, SQLXML) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setSQLXML(String, SQLXML) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setStart(int) - Method in class com.mchange.v2.resourcepool.BasicResourcePoolFactory
If start is less than min, it will be ignored, and the pool will start with min.
setStart(int) - Method in class com.mchange.v2.resourcepool.ResourcePoolFactory
 
setStatementCacheNumDeferredCloseThreads(int) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setStatementCacheNumDeferredCloseThreads(int) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setStatementCacheNumDeferredCloseThreads(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setString(int, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setString(int, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setString(String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setTaskRunnerFactoryClassName(String) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setTaskRunnerFactoryClassName(String) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setTaskRunnerFactoryClassName(String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setTaskRunnerFactoryClassName(String) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setTaskRunnerFactoryClassName(String) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setTaskRunnerFactoryClassName(String) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setTaskRunnerFactoryClassName(String) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setTestConnectionOnCheckin(boolean) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setTestConnectionOnCheckin(boolean) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setTestConnectionOnCheckin(boolean) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setTestConnectionOnCheckin(boolean) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setTestConnectionOnCheckin(boolean) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setTestConnectionOnCheckin(boolean) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setTestConnectionOnCheckin(boolean) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setTestConnectionOnCheckout(boolean) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setTestConnectionOnCheckout(boolean) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setTestConnectionOnCheckout(boolean) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setTestConnectionOnCheckout(boolean) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setTestConnectionOnCheckout(boolean) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setTestConnectionOnCheckout(boolean) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setTestConnectionOnCheckout(boolean) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setTime(int, Time) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setTime(int, Time) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setTime(int, Time, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setTime(int, Time, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setTime(String, Time) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setTime(String, Time, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setTimestamp(int, Timestamp) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setTimestamp(int, Timestamp) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setTimestamp(String, Timestamp) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setTransactionIsolation(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
setTypeMap(Map) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
setUnicodeStream(int, InputStream, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setUnicodeStream(int, InputStream, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setUnreturnedConnectionTimeout(int) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setUnreturnedConnectionTimeout(int) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setUnreturnedConnectionTimeout(int) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setUnreturnedConnectionTimeout(int) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setUnreturnedConnectionTimeout(int) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
setURL(int, URL) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setURL(int, URL) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
setURL(String, URL) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
setUser(String) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setUser(String) - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
setUser(String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
setUser(String) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
setUser(String) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
setUser(String) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
setUserOverridesAsString(String) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
setUserOverridesAsString(String) - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
setUserOverridesAsString(String) - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
SimpleConnectionStatementManager() - Constructor for class com.mchange.v2.c3p0.stmt.GooGooStatementCache.SimpleConnectionStatementManager
 
size() - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache.Deathmarch
 
snapshotActives() - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner
 
softReset(String, String) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
softReset(String, String) - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
softReset(String, String) - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
softReset(String, String) - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
softReset(String, String) - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
softReset(String, String) - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
softReset(String, String) - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
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.
softResetAllAuths() - Method in class com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
 
softResetAllUsers() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
softResetAllUsers() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
softResetAllUsers() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
softResetAllUsers() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
softResetAllUsers() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
softResetAllUsers() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
softResetAllUsers() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
softResetAllUsers() - Method in interface com.mchange.v2.c3p0.PooledDataSource
Discards all Connections managed by the PooledDataSource and reacquires new Connections to populate.
softResetDefaultUser() - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
softResetDefaultUser() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
softResetDefaultUser() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
softResetDefaultUser() - Method in class com.mchange.v2.c3p0.management.PooledDataSourceManager
 
softResetDefaultUser() - Method in interface com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
 
softResetDefaultUser() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
softResetDefaultUser() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
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
 
start() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
start() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
start() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
start() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
StatementCache - Interface in com.mchange.v2.c3p0.stmt
 
StatementCacheBenchmark - Class in com.mchange.v2.c3p0.stmt
 
StatementCacheBenchmark() - Constructor for class com.mchange.v2.c3p0.stmt.StatementCacheBenchmark
 
statementCacheNumDeferredCloseThreads() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
StatementEventSupport - Class in com.mchange.v2.c3p0.util
 
StatementEventSupport(PooledConnection) - Constructor for class com.mchange.v2.c3p0.util.StatementEventSupport
 
statementSet(Connection) - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache.ConnectionStatementManager
 
statusInPool(Object) - Method in interface com.mchange.v2.resourcepool.ResourcePool
 
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 class com.mchange.v2.c3p0.impl.DefaultConnectionTester
 
statusOnException(Connection, Throwable, String, Throwable[]) - Method in interface com.mchange.v2.c3p0.UnifiedConnectionTester
 
statusOnException(Connection, Throwable, String, Throwable[]) - Method in class com.mchange.v2.c3p0.util.IsValidOnlyConnectionTester
 
statusOnException(Connection, Throwable, Throwable[]) - Method in class com.mchange.v2.c3p0.AbstractConnectionTester
 
statusOnException(Connection, Throwable, Throwable[]) - Method in interface com.mchange.v2.c3p0.UnifiedConnectionTester
 
stop() - Method in class com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
 
stop() - Method in interface com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
 
stop() - Method in class com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
Deprecated.
 
stop() - Method in interface com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
Deprecated.
 
storesLowerCaseIdentifiers() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsAlterTableWithAddColumn() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsBatchUpdates() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsColumnAliasing() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsConvert() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsConvert(int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsFullOuterJoins() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsGroupBy() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsMethod(Object, String, Class[]) - Static method in class com.mchange.v2.c3p0.impl.C3P0ImplUtils
 
supportsMinimumSQLGrammar() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsMultipleOpenResults() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsMultipleResultSets() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsMultipleTransactions() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsNamedParameters() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsNonNullableColumns() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsOuterJoins() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsPositionedDelete() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsPositionedUpdate() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsRefCursors() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsResultSetType(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsSavepoints() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsSelectForUpdate() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsSharding() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsStatementPooling() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsStoredProcedures() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsTransactions() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsUnion() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
supportsUnionAll() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 

T

TaskRunnerFactory - Interface in com.mchange.v2.c3p0
A TaskRunnerFactory should be an immutable class with a public, no-arg constructor, and implement equals and hashCode methods to help support canonicalization.
taskRunnerFactoryClassName() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
TaskRunnerInit - Class in com.mchange.v2.c3p0
All fields will always be supplied from configuration and calling code, the "if supported" stuff is just a reminder that TaskRunner implementations need not and may not support the provided config.
TaskRunnerInit(int, int, String, boolean, String, HashMap) - Constructor for class com.mchange.v2.c3p0.TaskRunnerInit
 
taskRunnerOwnsExecutor() - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory
If the task runner will "own" the Executor it finds/creates, then when the task runner is closed() so to will the Executor be.
taskRunnerOwnsExecutor() - Method in class com.mchange.v2.c3p0.FixedThreadPoolExecutorTaskRunnerFactory
 
TaskRunnerThreadFactory - Class in com.mchange.v2.c3p0
 
TaskRunnerThreadFactory(String, boolean, String, ThreadGroup) - Constructor for class com.mchange.v2.c3p0.TaskRunnerThreadFactory
 
testConnectionOnCheckin() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
testConnectionOnCheckout() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
TestUtils - Class in com.mchange.v2.c3p0.util
 
threadLabelIfSupported - Variable in class com.mchange.v2.c3p0.TaskRunnerInit
 
TimeoutException - Exception in com.mchange.v2.resourcepool
 
TimeoutException() - Constructor for exception com.mchange.v2.resourcepool.TimeoutException
 
TimeoutException(String) - Constructor for exception com.mchange.v2.resourcepool.TimeoutException
 
TimeoutException(String, Throwable) - Constructor for exception com.mchange.v2.resourcepool.TimeoutException
 
TimeoutException(Throwable) - Constructor for exception com.mchange.v2.resourcepool.TimeoutException
 
timer - Variable in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner
 
TIMESTAMP - Static variable in class com.mchange.v2.c3p0.subst.C3P0Substitutions
 
toString() - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
toString() - Method in class com.mchange.v2.c3p0.impl.AuthMaskingProperties
 
toString() - Method in class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
 
toString() - Method in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
toString() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
toString() - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
toString() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
toString() - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
toString() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
toString() - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
toString() - Method in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
toString() - Method in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
toString() - Method in class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
 
toString() - Method in class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
 
toString(boolean) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
toString(boolean) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
toString(boolean) - Method in class com.mchange.v2.c3p0.PoolBackedDataSource
 
TRACE - Static variable in class com.mchange.v2.c3p0.subst.C3P0Substitutions
 
tryMarkConnectionInUse(Connection) - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache
 

U

undeathmarchStatement(Object) - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache.Deathmarch
 
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.
UNKNOWN_OR_PURGED - Static variable in interface com.mchange.v2.resourcepool.ResourcePool
 
unmarkConnectionInUse(Connection) - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache
 
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.
unregisterActive(AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner.WrapperRunnable) - Method in class com.mchange.v2.c3p0.AbstractExecutorTaskRunnerFactory.AbstractExecutorAsynchronousRunner
 
unreliableCommitDataSource(DataSource) - Static method in class com.mchange.v2.c3p0.util.TestUtils
 
unreturnedConnectionTimeout() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
unwrap(Class) - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
unwrap(Class) - Method in class com.mchange.v2.c3p0.impl.NewProxyConnection
 
unwrap(Class) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
unwrap(Class) - Method in class com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
 
unwrap(Class) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
unwrap(Class) - Method in class com.mchange.v2.c3p0.impl.NewProxyStatement
 
unwrap(Class<T>) - Method in class com.mchange.v2.c3p0.AbstractComboPooledDataSource
 
unwrap(Class<T>) - Method in class com.mchange.v2.c3p0.DriverManagerDataSource
 
unwrap(Class<T>) - Method in class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
 
updateArray(int, Array) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateArray(String, Array) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateAsciiStream(int, InputStream) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateAsciiStream(String, InputStream) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateBinaryStream(int, InputStream) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateBinaryStream(String, InputStream) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateBlob(int, InputStream) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateBlob(int, InputStream, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateBlob(int, Blob) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateBlob(String, InputStream) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateBlob(String, InputStream, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateBlob(String, Blob) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateBoolean(int, boolean) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateBoolean(String, boolean) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateByte(int, byte) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateByte(String, byte) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateBytes(int, byte[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateBytes(String, byte[]) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateCharacterStream(int, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateCharacterStream(int, Reader, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateCharacterStream(int, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateCharacterStream(String, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateCharacterStream(String, Reader, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateCharacterStream(String, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateClob(int, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateClob(int, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateClob(int, Clob) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateClob(String, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateClob(String, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateClob(String, Clob) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateDate(int, Date) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateDate(String, Date) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateDouble(int, double) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateDouble(String, double) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateFloat(int, float) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateFloat(String, float) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateInt(int, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateInt(String, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateLong(int, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateLong(String, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateNCharacterStream(int, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateNCharacterStream(String, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateNClob(int, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateNClob(int, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateNClob(int, NClob) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateNClob(String, Reader) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateNClob(String, Reader, long) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateNClob(String, NClob) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateNString(int, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateNString(String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateNull(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateNull(String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateObject(int, Object) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateObject(int, Object, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateObject(int, Object, SQLType) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateObject(int, Object, SQLType, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateObject(String, Object) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateObject(String, Object, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateObject(String, Object, SQLType) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateObject(String, Object, SQLType, int) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateRef(int, Ref) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateRef(String, Ref) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateRow() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateRowId(int, RowId) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateRowId(String, RowId) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updatesAreDetected(int) - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
updateShort(int, short) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateShort(String, short) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateSQLXML(int, SQLXML) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateSQLXML(String, SQLXML) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateString(int, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateString(String, String) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateTime(int, Time) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateTime(String, Time) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateTimestamp(int, Timestamp) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
updateTimestamp(String, Timestamp) - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
user() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
userOverridesAsString() - Static method in class com.mchange.v2.c3p0.impl.C3P0Defaults
 
usesLocalFilePerTable() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 
usesLocalFiles() - Method in class com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
 

V

vcs - Variable in class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
 
vcs - Variable in class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
 
vcs - Variable in class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 
verifyResolve(Object) - Method in class com.mchange.v2.c3p0.impl.IdentityTokenResolvable
 
VERSION - Static variable in class com.mchange.v2.c3p0.subst.C3P0Substitutions
 
VMID_PROPKEY - Static variable in class com.mchange.v2.c3p0.impl.C3P0ImplUtils
 

W

waitMarkConnectionInUse(Connection) - Method in class com.mchange.v2.c3p0.stmt.GooGooStatementCache
 
wasNull() - Method in class com.mchange.v2.c3p0.impl.NewProxyCallableStatement
 
wasNull() - Method in class com.mchange.v2.c3p0.impl.NewProxyResultSet
 
wrap(Connection) - Static method in class com.mchange.v2.c3p0.debug.AfterCloseLoggingConnectionWrapper
 
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
 
WrapperConnectionPoolDataSourceBase - Class in com.mchange.v2.c3p0.impl
This class was generated by com.mchange.v2.c3p0.codegen.BeangenDataSourceGenerator.
WrapperConnectionPoolDataSourceBase(boolean) - Constructor for class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
 

X

XML_CONFIG_RSRC_PATH - Static variable in class com.mchange.v2.c3p0.cfg.C3P0ConfigXmlUtils
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages