KeyedPooledObjectFactory
method for activating
pooled statements.javax.sql.DataSource
that is
configured via JavaBeans properties.BasicDataSource
that has been configured based on the
RefAddr
values of the specified Reference
, which
must match the names and data types of the BasicDataSource
bean
properties with the following exceptions:PreparedStatement
s or
CallableStatement
s from the pool, and close the underlying
connection.Connection
s.Connection
in an
implementation specific fashion.Connection
in an implementation specific fashion.BasicDataSource
instance based on the
given properties.DataSource
-based implementation of ConnectionFactory
.CallableStatement
.Connection
.DatabaseMetaData
.PreparedStatement
.ResultSet
.Statement
.KeyedPooledObjectFactory
method for destroying
PoolablePreparedStatements and PoolableCallableStatements.ConnectionPoolDataSource
, but still include a
DriverManager
implementation.Driver
-based implementation of ConnectionFactory
.DriverManager
-based implementation of ConnectionFactory
.UsageTracking
, should the
connection pool record a stack trace every time a method is called on a
pooled connection and retain the most recent stack trace to aid debugging
of abandoned connections?InstanceKeyDataSource.getPooledConnectionAndInfo(String, String)
with the provided username and password.Connection
from my pool,
according to the contract specified by ObjectPool.borrowObject()
.BasicDataSource.getConnectionInitSqls()
but in an
array so it is accessible via JMX.BaseObjectPoolConfig.getBlockWhenExhausted()
for each per
user pool.BaseObjectPoolConfig.getEvictionPolicyClassName()
for
each per user pool.BaseObjectPoolConfig.getLifo()
for each per user pool.GenericKeyedObjectPoolConfig.getMaxIdlePerKey()
for each per user
pool.GenericKeyedObjectPoolConfig.getMaxTotalPerKey()
for each per
user pool.BaseObjectPoolConfig.getMaxWaitMillis()
for each per user
pool.BaseObjectPoolConfig.getMinEvictableIdleTimeMillis()
for
each per user pool.GenericKeyedObjectPoolConfig.getMinIdlePerKey()
for each per user
pool.BaseObjectPoolConfig.getNumTestsPerEvictionRun()
for each
per user pool.Statement
s
created from this connection.Statement
s
created from this connection.GenericObjectPool#getSoftMinEvictableIdleTimeMillis()
for each
per user pool.GenericObjectPool#getTestOnBorrow()
for each per user pool.GenericObjectPool#getTestOnCreate()
for each per user pool.GenericObjectPool#getTestOnReturn()
for each per user pool.GenericObjectPool#getTestWhileIdle()
for each per user pool.GenericObjectPool#getTimeBetweenEvictionRunsMillis ()
for each
per user pool.Connection
.Statement
.Connection.setAutoCommit(true)
if the auto commit setting is false when the connection
is returned.
- getEvictionPolicyClassName() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Gets the EvictionPolicy implementation in use with this connection pool.
- getExportedKeys(String, String, String) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getExtraNameCharacters() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getFetchDirection() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getFetchDirection() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- getFetchSize() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getFetchSize() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- getFloat(int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getFloat(String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getFloat(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getFloat(String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getFunctionColumns(String, String, String, String) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getFunctions(String, String, String) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getGeneratedKeys() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- getHoldability() - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- getHoldability() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getHoldability() - Method in interface org.apache.commons.dbcp2.PoolableConnectionMXBean
-
- getIdentifierQuoteString() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getImportedKeys(String, String, String) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getInitialSize() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the initial size of the connection pool.
- getInitialSize() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getInnermostDelegate() - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
If my underlying
Connection
is not a
DelegatingConnection, returns it,
otherwise recursively invokes this method on
my delegate.
- getInnermostDelegate() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
If my underlying
ResultSet
is not a
DelegatingResultSet, returns it,
otherwise recursively invokes this method on
my delegate.
- getInnermostDelegate() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
If my underlying
ResultSet
is not a
DelegatingResultSet, returns it,
otherwise recursively invokes this method on
my delegate.
- getInnermostDelegate() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
If my underlying
Statement
is not a
DelegatingStatement, returns it,
otherwise recursively invokes this method on
my delegate.
- getInnermostDelegate() - Method in class org.apache.commons.dbcp2.managed.ManagedConnection
-
- getInnermostDelegateInternal() - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
Although this method is public, it is part of the internal API and should
not be used by clients.
- getInstanceKey() - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
- getInt(int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getInt(String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getInt(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getInt(String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getJDBCMajorVersion() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getJDBCMinorVersion() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getJmxName() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the JMX name that has been requested for this DataSource.
- getJndiEnvironment(String) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Get the value of jndiEnvironment which is used when instantiating
a jndi InitialContext.
- getLastUsed() - Method in class org.apache.commons.dbcp2.AbandonedTrace
-
Get the last time this object was used in ms.
- getLifo() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the LIFO property.
- getLifo() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getLogAbandoned() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Flag to log stack traces for application code which abandoned
a Statement or Connection.
- getLogAbandoned() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getLoginTimeout() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
BasicDataSource does NOT support this method.
- getLoginTimeout() - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Gets the maximum time in seconds that this data source can wait
while attempting to connect to a database.
- getLoginTimeout() - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Get the value of loginTimeout.
- getLoginTimeout() - Method in class org.apache.commons.dbcp2.PoolingDataSource
-
Throws
UnsupportedOperationException
.
- getLogWriter() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the log writer being used by this data source.
- getLogWriter() - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Get the log writer for this data source.
- getLogWriter() - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Get the value of logWriter.
- getLogWriter() - Method in class org.apache.commons.dbcp2.PoolingDataSource
-
Returns my log writer.
- getLong(int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getLong(String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getLong(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getLong(String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getMajorVersion() - Method in class org.apache.commons.dbcp2.PoolingDriver
-
- getMaxBinaryLiteralLength() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxCatalogNameLength() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxCharLiteralLength() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxColumnNameLength() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxColumnsInGroupBy() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxColumnsInIndex() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxColumnsInOrderBy() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxColumnsInSelect() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxColumnsInTable() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxConnections() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxConnLifetimeMillis() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the maximum permitted lifetime of a connection in milliseconds.
- getMaxConnLifetimeMillis() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getMaxConnLifetimeMillis() - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Returns the maximum permitted lifetime of a connection in milliseconds.
- getMaxCursorNameLength() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxFieldSize() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- getMaxIdle() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the maximum number of connections that can remain idle in the
pool.
- getMaxIdle() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getMaxIdle() - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
The maximum number of statements that can remain idle in the
pool, without extra ones being released, or negative for no limit.
- getMaxIndexLength() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxOpenPreparedStatements() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Gets the value of the
maxOpenPreparedStatements
property.
- getMaxOpenPreparedStatements() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getMaxOpenPreparedStatements() - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
- getMaxPreparedStatements() - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Returns the maximun number of prepared statements.
- getMaxProcedureNameLength() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxRows() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- getMaxRowSize() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxSchemaNameLength() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxStatementLength() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxStatements() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxTableNameLength() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxTablesInSelect() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxTotal() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the maximum number of active connections that can be
allocated at the same time.
- getMaxTotal() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getMaxTotal() - Method in class org.apache.commons.dbcp2.datasources.SharedPoolDataSource
-
Set
BaseGenericObjectPool.getMaxTotal()
for this pool.
- getMaxUserNameLength() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getMaxWaitMillis() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the maximum number of milliseconds that the pool will wait
for a connection to be returned before throwing an exception.
- getMaxWaitMillis() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getMessage(String) - Static method in class org.apache.commons.dbcp2.Utils
-
Obtain the correct i18n message for the given key.
- getMessage(String, Object...) - Static method in class org.apache.commons.dbcp2.Utils
-
Obtain the correct i18n message for the given key with placeholders
replaced by the supplied arguments.
- getMetaData() - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- getMetaData() - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- getMetaData() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getMinEvictableIdleTimeMillis() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the
BasicDataSource.minEvictableIdleTimeMillis
property.
- getMinEvictableIdleTimeMillis() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getMinEvictableIdleTimeMillis() - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Returns the minimum amount of time a statement may sit idle in the pool
before it is eligible for eviction by the idle object evictor
(if any).
- getMinIdle() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the minimum number of idle connections in the pool.
- getMinIdle() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getMinorVersion() - Method in class org.apache.commons.dbcp2.PoolingDriver
-
- getMoreResults() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- getMoreResults(int) - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- getNCharacterStream(int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getNCharacterStream(String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getNCharacterStream(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getNCharacterStream(String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getNClob(int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getNClob(String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getNClob(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getNClob(String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getNetworkTimeout() - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- getNewInstance(Reference) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSourceFactory
-
- getNewInstance(Reference) - Method in class org.apache.commons.dbcp2.datasources.SharedPoolDataSourceFactory
-
- getNString(int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getNString(String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getNString(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getNString(String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getNumActive() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
[Read Only] The current number of active connections that have been
allocated from this data source.
- getNumActive() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getNumActive() - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Get the number of active connections in the default pool.
- getNumActive(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Get the number of active connections in the pool for a given user.
- getNumActive() - Method in class org.apache.commons.dbcp2.datasources.SharedPoolDataSource
-
Get the number of active connections in the pool.
- getNumericFunctions() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getNumIdle() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
[Read Only] The current number of idle connections that are waiting
to be allocated from this data source.
- getNumIdle() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getNumIdle() - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Get the number of idle connections in the default pool.
- getNumIdle(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Get the number of idle connections in the pool for a given user.
- getNumIdle() - Method in class org.apache.commons.dbcp2.datasources.SharedPoolDataSource
-
Get the number of idle connections in the pool.
- getNumTestsPerEvictionRun() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the value of the
BasicDataSource.numTestsPerEvictionRun
property.
- getNumTestsPerEvictionRun() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getNumTestsPerEvictionRun() - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Returns the number of statements to examine during each run of the
idle object evictor thread (if any).
- getObject(int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getObject(int, Map<String, Class<?>>) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getObject(String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getObject(String, Map<String, Class<?>>) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getObject(int, Class<T>) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getObject(String, Class<T>) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getObject(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getObject(String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getObject(int, Map<String, Class<?>>) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getObject(String, Map<String, Class<?>>) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getObject(int, Class<T>) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getObject(String, Class<T>) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.commons.dbcp2.BasicDataSourceFactory
-
Create and return a new
BasicDataSource
instance.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
implements ObjectFactory to create an instance of this class
- getParameterMetaData() - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- getParentLogger() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
- getParentLogger() - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
- getParentLogger() - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
- getParentLogger() - Method in class org.apache.commons.dbcp2.PoolingDataSource
-
- getParentLogger() - Method in class org.apache.commons.dbcp2.PoolingDriver
-
- getPassword() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the password passed to the JDBC driver to establish connections.
- getPassword() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getPassword() - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Get the value of password for the default user.
- getPerUserBlockWhenExhausted(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Gets the user specific value for
BaseGenericObjectPool.getBlockWhenExhausted()
for the
specified user's pool or the default if no user specific value is defined.
- getPerUserDefaultAutoCommit(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Gets the user specific default value for
Connection.setAutoCommit(boolean)
for the specified user's pool.
- getPerUserDefaultReadOnly(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Gets the user specific default value for
Connection.setReadOnly(boolean)
for the specified user's pool.
- getPerUserDefaultTransactionIsolation(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Gets the user specific default value for
Connection.setTransactionIsolation(int)
for the specified user's pool.
- getPerUserEvictionPolicyClassName(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Gets the user specific value for
BaseGenericObjectPool.getEvictionPolicyClassName()
for the
specified user's pool or the default if no user specific value is defined.
- getPerUserLifo(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Gets the user specific value for
BaseGenericObjectPool.getLifo()
for
the specified user's pool or the default if no user specific value is
defined.
- getPerUserMaxIdle(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Gets the user specific value for
GenericObjectPool.getMaxIdle()
for the
specified user's pool or the default if no user specific value is defined.
- getPerUserMaxTotal(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Gets the user specific value for
BaseGenericObjectPool.getMaxTotal()
for the
specified user's pool or the default if no user specific value is defined.
- getPerUserMaxWaitMillis(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Gets the user specific value for
BaseGenericObjectPool.getMaxWaitMillis()
for the
specified user's pool or the default if no user specific value is defined.
- getPerUserMinEvictableIdleTimeMillis(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Gets the user specific value for
BaseGenericObjectPool.getMinEvictableIdleTimeMillis()
for the
specified user's pool or the default if no user specific value is defined.
- getPerUserMinIdle(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Gets the user specific value for
GenericObjectPool.getMinIdle()
for the
specified user's pool or the default if no user specific value is defined.
- getPerUserNumTestsPerEvictionRun(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Gets the user specific value for
BaseGenericObjectPool.getNumTestsPerEvictionRun()
for the
specified user's pool or the default if no user specific value is defined.
- getPerUserSoftMinEvictableIdleTimeMillis(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Gets the user specific value for
BaseGenericObjectPool.getSoftMinEvictableIdleTimeMillis()
for the
specified user's pool or the default if no user specific value is defined.
- getPerUserTestOnBorrow(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Gets the user specific value for
BaseGenericObjectPool.getTestOnBorrow()
for the
specified user's pool or the default if no user specific value is defined.
- getPerUserTestOnCreate(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Gets the user specific value for
BaseGenericObjectPool.getTestOnCreate()
for the
specified user's pool or the default if no user specific value is defined.
- getPerUserTestOnReturn(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Gets the user specific value for
BaseGenericObjectPool.getTestOnReturn()
for the
specified user's pool or the default if no user specific value is defined.
- getPerUserTestWhileIdle(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Gets the user specific value for
BaseGenericObjectPool.getTestWhileIdle()
for the
specified user's pool or the default if no user specific value is defined.
- getPerUserTimeBetweenEvictionRunsMillis(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Gets the user specific value for
BaseGenericObjectPool.getTimeBetweenEvictionRunsMillis()
for the
specified user's pool or the default if no user specific value is defined.
- getPool() - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
Returns the
ObjectPool
in which Connection
s are pooled.
- getPool() - Method in class org.apache.commons.dbcp2.PoolingDataSource
-
- getPooledConnection() - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Attempt to establish a database connection using the default
user and password.
- getPooledConnection(String, String) - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Attempt to establish a database connection.
- getPooledConnectionAndInfo(String, String) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
- getPooledConnectionAndInfo(String, String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
- getPooledConnectionAndInfo(String, String) - Method in class org.apache.commons.dbcp2.datasources.SharedPoolDataSource
-
- getPoolNames() - Method in class org.apache.commons.dbcp2.PoolingDriver
-
- getPoolStatements() - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
- getPrimaryKeys(String, String, String) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getProcedureColumns(String, String, String, String) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getProcedures(String, String, String) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getProcedureTerm() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getPropertyInfo(String, Properties) - Method in class org.apache.commons.dbcp2.PoolingDriver
-
- getPseudoColumns(String, String, String, String) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getQueryTimeout() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- getRef(int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getRef(String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getRef(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getRef(String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getReference() - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Referenceable
implementation.
- getReference() - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Returns a
PerUserPoolDataSource
Reference
.
- getReference() - Method in class org.apache.commons.dbcp2.datasources.SharedPoolDataSource
-
Returns a
SharedPoolDataSource
Reference
.
- getRegisteredJmxName() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
- getRemoveAbandonedOnBorrow() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Flag to remove abandoned connections if they exceed the
removeAbandonedTimeout when borrowObject is invoked.
- getRemoveAbandonedOnBorrow() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getRemoveAbandonedOnMaintenance() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Flag to remove abandoned connections if they exceed the
removeAbandonedTimeout during pool maintenance.
- getRemoveAbandonedOnMaintenance() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getRemoveAbandonedTimeout() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Timeout in seconds before an abandoned connection can be removed.
- getRemoveAbandonedTimeout() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getResultSet() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- getResultSetConcurrency() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- getResultSetConcurrency() - Method in class org.apache.commons.dbcp2.PStmtKey
-
- getResultSetHoldability() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getResultSetHoldability() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- getResultSetType() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- getResultSetType() - Method in class org.apache.commons.dbcp2.PStmtKey
-
- getRollbackOnReturn() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Gets the current value of the flag that controls if a connection will be
rolled back when it is returned to the pool if auto commit is not enabled
and the connection is not read only.
- getRow() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getRowId(int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getRowId(String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getRowId(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getRowId(String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getRowIdLifetime() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getSchema() - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- getSchema() - Method in interface org.apache.commons.dbcp2.PoolableConnectionMXBean
-
- getSchemas() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getSchemas(String, String) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getSchemaTerm() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getSearchStringEscape() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getSharedConnection() - Method in class org.apache.commons.dbcp2.managed.TransactionContext
-
Gets the connection shared by all ManagedConnections in the transaction.
- getShort(int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getShort(String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getShort(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getShort(String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getSoftMinEvictableIdleTimeMillis() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the minimum amount of time a connection may sit idle in the
pool before it is eligible for eviction by the idle object evictor, with
the extra condition that at least "minIdle" connections remain in the
pool.
- getSoftMinEvictableIdleTimeMillis() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getSql() - Method in class org.apache.commons.dbcp2.PStmtKey
-
- getSQLKeywords() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getSQLStateType() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getSQLXML(int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getSQLXML(String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getSQLXML(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getSQLXML(String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getStatement() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getStmtType() - Method in class org.apache.commons.dbcp2.PStmtKey
-
- getString(int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getString(String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getString(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getString(String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getStringFunctions() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getSuperTables(String, String, String) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getSuperTypes(String, String, String) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getSystemFunctions() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getTablePrivileges(String, String, String) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getTables(String, String, String, String[]) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getTableTypes() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getTestOnBorrow() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the
BasicDataSource.testOnBorrow
property.
- getTestOnBorrow() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getTestOnCreate() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the
BasicDataSource.testOnCreate
property.
- getTestOnCreate() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getTestOnReturn() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the value of the
BasicDataSource.testOnReturn
property.
- getTestWhileIdle() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the value of the
BasicDataSource.testWhileIdle
property.
- getTestWhileIdle() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getTime(int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getTime(int, Calendar) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getTime(String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getTime(String, Calendar) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getTime(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getTime(String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getTime(int, Calendar) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getTime(String, Calendar) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getTimeBetweenEvictionRunsMillis() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the value of the
BasicDataSource.timeBetweenEvictionRunsMillis
property.
- getTimeBetweenEvictionRunsMillis() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getTimeBetweenEvictionRunsMillis() - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Returns the number of milliseconds to sleep between runs of the
idle object evictor thread.
- getTimeDateFunctions() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getTimestamp(int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getTimestamp(int, Calendar) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getTimestamp(String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getTimestamp(String, Calendar) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getTimestamp(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getTimestamp(String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getTimestamp(int, Calendar) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getTimestamp(String, Calendar) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getToString() - Method in class org.apache.commons.dbcp2.PoolableConnection
-
Expose the
DelegatingConnection.toString()
method via a bean getter so it can be read
as a property via JMX.
- getToString() - Method in interface org.apache.commons.dbcp2.PoolableConnectionMXBean
-
- getTrace() - Method in class org.apache.commons.dbcp2.AbandonedTrace
-
Get a list of objects being traced by this object.
- getTransactionIsolation() - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- getTransactionIsolation() - Method in interface org.apache.commons.dbcp2.PoolableConnectionMXBean
-
- getTransactionManager() - Method in class org.apache.commons.dbcp2.managed.BasicManagedDataSource
-
Gets the required transaction manager property.
- getTransactionRegistry() - Method in class org.apache.commons.dbcp2.managed.BasicManagedDataSource
-
Gets the transaction registry.
- getTransactionRegistry() - Method in class org.apache.commons.dbcp2.managed.DataSourceXAConnectionFactory
-
- getTransactionRegistry() - Method in class org.apache.commons.dbcp2.managed.LocalXAConnectionFactory
-
- getTransactionRegistry() - Method in interface org.apache.commons.dbcp2.managed.XAConnectionFactory
-
Gets the TransactionRegistry for this connection factory which contains a the
XAResource for every connection created by this factory.
- getTransactionTimeout() - Method in class org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
-
Always returns 0 since we have no way to set a transaction timeout on a JDBC connection.
- getType() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getTypeInfo() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getTypeMap() - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- getUDTs(String, String, String, int[]) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getUnicodeStream(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
Deprecated.
- getUnicodeStream(String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
Deprecated.
- getUpdateCount() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- getUrl() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the JDBC connection
BasicDataSource.url
property.
- getUrl() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getUrl() - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Get the value of url used to locate the database for this datasource.
- getURL(int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getURL(String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- getURL() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getURL(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getURL(String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getUser() - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Get the value of default user (login or username).
- getUsername() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the JDBC connection
BasicDataSource.username
property.
- getUsername() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getUserName() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getUsername() - Method in class org.apache.commons.dbcp2.managed.DataSourceXAConnectionFactory
-
Gets the username used to authenticate new connections.
- getValidationQuery() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the validation query used to validate connections before
returning them.
- getValidationQuery() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getValidationQuery() - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
The SQL query that will be used to validate connections from this pool
before returning them to the caller.
- getValidationQueryTimeout() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the validation query timeout.
- getValidationQueryTimeout() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- getValidationQueryTimeout() - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Returns the timeout in seconds before the validation query fails.
- getVersionColumns(String, String, String) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- getWarnings() - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- getWarnings() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- getWarnings() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- getXADataSource() - Method in class org.apache.commons.dbcp2.managed.BasicManagedDataSource
-
Gets the optional XADataSource class name.
- getXaDataSourceInstance() - Method in class org.apache.commons.dbcp2.managed.BasicManagedDataSource
-
Gets the XADataSource instance used by the XAConnectionFactory.
- getXAResource(Connection) - Method in class org.apache.commons.dbcp2.managed.TransactionRegistry
-
Gets the XAResource registered for the connection.
- getXid() - Method in class org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
-
Gets the current xid of the transaction branch associated with this XAResource.
H
- handleException(SQLException) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- handleException(SQLException) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- handleException(SQLException) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- handleException(SQLException) - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- hashCode() - Method in class org.apache.commons.dbcp2.cpdsadapter.PStmtKeyCPDS
-
- hashCode() - Method in class org.apache.commons.dbcp2.PStmtKey
-
I
- initializeConnection(Connection) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
- innermostDelegateEquals(Connection) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
Compares innermost delegate to the given connection.
- insertRow() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- insertsAreDetected(int) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- InstanceKeyDataSource - Class in org.apache.commons.dbcp2.datasources
-
The base class for
SharedPoolDataSource
and
PerUserPoolDataSource
.
- InstanceKeyDataSource() - Constructor for class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Default no-arg constructor for Serialization
- invalidateConnection(Connection) - Method in class org.apache.commons.dbcp2.PoolingDriver
-
Invalidates the given connection.
- IS_SECURITY_ENABLED - Static variable in class org.apache.commons.dbcp2.Utils
-
- isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns the value of the accessToUnderlyingConnectionAllowed property.
- isAccessToUnderlyingConnectionAllowed() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Returns the value of the accessToUnderlyingConnectionAllowed property.
- isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.commons.dbcp2.managed.ManagedConnection
-
If false, getDelegate() and getInnermostDelegate() will return null.
- isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.commons.dbcp2.PoolingDataSource
-
Returns the value of the accessToUnderlyingConnectionAllowed property.
- isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.commons.dbcp2.PoolingDriver
-
Returns the value of the accessToUnderlyingConnectionAllowed property.
- isActive() - Method in class org.apache.commons.dbcp2.managed.TransactionContext
-
True if the transaction is active or marked for rollback only.
- isAfterLast() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- isBeforeFirst() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- isCatalogAtStart() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- isClosed() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
If true, this data source is closed and no more connections can be retrieved from this datasource.
- isClosed() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- isClosed() - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- isClosed() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- isClosed() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- isClosed() - Method in class org.apache.commons.dbcp2.PoolableConnection
- isClosed() - Method in interface org.apache.commons.dbcp2.PoolableConnectionMXBean
-
- isClosedInternal() - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- isClosedInternal() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- isCloseOnCompletion() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- isCorrectClass(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSourceFactory
-
- isCorrectClass(String) - Method in class org.apache.commons.dbcp2.datasources.SharedPoolDataSourceFactory
-
- isDefaultAutoCommit() - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Get the value of defaultAutoCommit, which defines the state of
connections handed out from this pool.
- isDefaultReadOnly() - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Get the value of defaultReadOnly, which defines the state of
connections handed out from this pool.
- isEnableAutoCommitOnReturn() - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
- isFirst() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- isLast() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- isPoolable() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- isPoolPreparedStatements() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Returns true if we are pooling statements.
- isPoolPreparedStatements() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
-
- isPoolPreparedStatements() - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Flag to toggle the pooling of
PreparedStatement
s
- isReadOnly() - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- isReadOnly() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- isReadOnly() - Method in interface org.apache.commons.dbcp2.PoolableConnectionMXBean
-
- isRollbackAfterValidation() - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Whether a rollback will be issued after executing the SQL query
that will be used to validate connections from this pool
before returning them to the caller.
- isRollbackOnReturn() - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
- isSameRM(XAResource) - Method in class org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
-
Returns true if the specified XAResource == this XAResource.
- isValid(int) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- isWrapperFor(Class<?>) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
- isWrapperFor(Class<?>) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
- isWrapperFor(Class<?>) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- isWrapperFor(Class<?>) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- isWrapperFor(Class<?>) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- isWrapperFor(Class<?>) - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- isWrapperFor(Class<?>) - Method in class org.apache.commons.dbcp2.PoolingDataSource
-
J
- jdbcCompliant() - Method in class org.apache.commons.dbcp2.PoolingDriver
-
- JMX_CONNECTION_BASE_EXT - Static variable in class org.apache.commons.dbcp2.Constants
-
- JMX_CONNECTION_POOL_BASE_EXT - Static variable in class org.apache.commons.dbcp2.Constants
-
- JMX_CONNECTION_POOL_PREFIX - Static variable in class org.apache.commons.dbcp2.Constants
-
- JMX_STATEMENT_POOL_BASE_EXT - Static variable in class org.apache.commons.dbcp2.Constants
-
- JMX_STATEMENT_POOL_PREFIX - Static variable in class org.apache.commons.dbcp2.Constants
-
L
- last() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- LocalXAConnectionFactory - Class in org.apache.commons.dbcp2.managed
-
An implementation of XAConnectionFactory which manages non-XA connections in XA transactions.
- LocalXAConnectionFactory(TransactionManager, ConnectionFactory) - Constructor for class org.apache.commons.dbcp2.managed.LocalXAConnectionFactory
-
Creates an LocalXAConnectionFactory which uses the specified connection factory to create database
connections.
- LocalXAConnectionFactory.LocalXAResource - Class in org.apache.commons.dbcp2.managed
-
LocalXAResource is a fake XAResource for non-XA connections.
- LocalXAConnectionFactory.LocalXAResource(Connection) - Constructor for class org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
-
- locatorsUpdateCopy() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- log(String) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
M
- MAJOR_VERSION - Static variable in class org.apache.commons.dbcp2.PoolingDriver
-
- makeObject() - Method in class org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory
-
Uses the configured XAConnectionFactory to create a
PoolableManagedConnection
.
- makeObject() - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
- makeObject(PStmtKey) - Method in class org.apache.commons.dbcp2.PoolingConnection
-
KeyedPooledObjectFactory
method for creating
PoolablePreparedStatement
s or PoolableCallableStatement
s.
- ManagedConnection<C extends Connection> - Class in org.apache.commons.dbcp2.managed
-
ManagedConnection is responsible for managing a database connection in a transactional environment
(typically called "Container Managed").
- ManagedConnection(ObjectPool<C>, TransactionRegistry, boolean) - Constructor for class org.apache.commons.dbcp2.managed.ManagedConnection
-
- ManagedConnection.CompletionListener - Class in org.apache.commons.dbcp2.managed
-
Delegates to
ManagedConnection.transactionComplete()
for transaction completion events.
- ManagedConnection.CompletionListener() - Constructor for class org.apache.commons.dbcp2.managed.ManagedConnection.CompletionListener
-
- ManagedDataSource<C extends Connection> - Class in org.apache.commons.dbcp2.managed
-
The ManagedDataSource is a PoolingDataSource that creates ManagedConnections.
- ManagedDataSource(ObjectPool<C>, TransactionRegistry) - Constructor for class org.apache.commons.dbcp2.managed.ManagedDataSource
-
Creates a ManagedDataSource which obtains connections from the specified pool and
manages them using the specified transaction registry.
- MINOR_VERSION - Static variable in class org.apache.commons.dbcp2.PoolingDriver
-
- moveToCurrentRow() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- moveToInsertRow() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
N
- nativeSQL(String) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- next() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- normalizeSQL(String) - Method in class org.apache.commons.dbcp2.PoolingConnection
-
Normalize the given SQL statement, producing a
cannonical form that is semantically equivalent to the original.
- nullPlusNonNullIsNull() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- nullsAreSortedAtEnd() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- nullsAreSortedAtStart() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- nullsAreSortedHigh() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- nullsAreSortedLow() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
O
- onSwallowException(Exception) - Method in class org.apache.commons.dbcp2.SwallowedExceptionLogger
-
- org.apache.commons.dbcp2 - package org.apache.commons.dbcp2
-
Database Connection Pool API.
- org.apache.commons.dbcp2.cpdsadapter - package org.apache.commons.dbcp2.cpdsadapter
-
This package contains one public class which is a
ConnectionPoolDataSource
(CPDS) implementation that can be used to
adapt older Driver
based jdbc implementations.
- org.apache.commons.dbcp2.datasources - package org.apache.commons.dbcp2.datasources
-
This package contains two DataSources:
PerUserPoolDataSource
and
SharedPoolDataSource
which provide a database connection pool.
- org.apache.commons.dbcp2.managed - package org.apache.commons.dbcp2.managed
-
This package provides support for pooling of ManagedConnections.
- othersDeletesAreVisible(int) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- othersInsertsAreVisible(int) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- othersUpdatesAreVisible(int) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- ownDeletesAreVisible(int) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- ownInsertsAreVisible(int) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- ownUpdatesAreVisible(int) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
P
- passivate() - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- passivate() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- passivate() - Method in class org.apache.commons.dbcp2.PoolableCallableStatement
-
Passivates to prepare for return to the pool.
- passivate() - Method in class org.apache.commons.dbcp2.PoolableConnection
-
- passivate() - Method in class org.apache.commons.dbcp2.PoolablePreparedStatement
-
- passivateObject(PooledObject<PoolableConnection>) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
- passivateObject(PStmtKey, PooledObject<DelegatingPreparedStatement>) - Method in class org.apache.commons.dbcp2.PoolingConnection
-
- PerUserPoolDataSource - Class in org.apache.commons.dbcp2.datasources
-
A pooling
DataSource
appropriate for deployment within
J2EE environment.
- PerUserPoolDataSource() - Constructor for class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Default no-arg constructor for Serialization
- PerUserPoolDataSourceFactory - Class in org.apache.commons.dbcp2.datasources
-
A JNDI ObjectFactory which creates
SharedPoolDataSource
s
- PerUserPoolDataSourceFactory() - Constructor for class org.apache.commons.dbcp2.datasources.PerUserPoolDataSourceFactory
-
- PoolableCallableStatement - Class in org.apache.commons.dbcp2
-
A
DelegatingCallableStatement
that cooperates with
PoolingConnection
to implement a pool of CallableStatement
s.
- PoolableCallableStatement(CallableStatement, PStmtKey, KeyedObjectPool<PStmtKey, DelegatingPreparedStatement>, DelegatingConnection<Connection>) - Constructor for class org.apache.commons.dbcp2.PoolableCallableStatement
-
Constructor.
- PoolableConnection - Class in org.apache.commons.dbcp2
-
A delegating connection that, rather than closing the underlying
connection, returns itself to an
ObjectPool
when
closed.
- PoolableConnection(Connection, ObjectPool<PoolableConnection>, ObjectName) - Constructor for class org.apache.commons.dbcp2.PoolableConnection
-
- PoolableConnectionFactory - Class in org.apache.commons.dbcp2
-
A
PooledObjectFactory
that creates
PoolableConnection
s.
- PoolableConnectionFactory(ConnectionFactory, ObjectName) - Constructor for class org.apache.commons.dbcp2.PoolableConnectionFactory
-
Create a new PoolableConnectionFactory.
- PoolableConnectionMXBean - Interface in org.apache.commons.dbcp2
-
Defines the attributes and methods that will be exposed via JMX for
PoolableConnection
instances.
- PoolableManagedConnection - Class in org.apache.commons.dbcp2.managed
-
PoolableConnection that unregisters from TransactionRegistry on Connection real destroy.
- PoolableManagedConnection(TransactionRegistry, Connection, ObjectPool<PoolableConnection>) - Constructor for class org.apache.commons.dbcp2.managed.PoolableManagedConnection
-
Create a PoolableManagedConnection.
- PoolableManagedConnectionFactory - Class in org.apache.commons.dbcp2.managed
-
A
PoolableConnectionFactory
that creates PoolableManagedConnection
s.
- PoolableManagedConnectionFactory(XAConnectionFactory, ObjectName) - Constructor for class org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory
-
Create a PoolableManagedConnectionFactory and attach it to a connection pool.
- PoolablePreparedStatement<K> - Class in org.apache.commons.dbcp2
-
A
DelegatingPreparedStatement
that cooperates with
PoolingConnection
to implement a pool of PreparedStatement
s.
- PoolablePreparedStatement(PreparedStatement, K, KeyedObjectPool<K, PoolablePreparedStatement<K>>, DelegatingConnection<?>) - Constructor for class org.apache.commons.dbcp2.PoolablePreparedStatement
-
Constructor
- PoolingConnection - Class in org.apache.commons.dbcp2
-
A
DelegatingConnection
that pools PreparedStatement
s.
- PoolingConnection(Connection) - Constructor for class org.apache.commons.dbcp2.PoolingConnection
-
Constructor.
- PoolingConnection.StatementType - Enum in org.apache.commons.dbcp2
-
The possible statement types.
- PoolingDataSource<C extends Connection> - Class in org.apache.commons.dbcp2
-
- PoolingDataSource(ObjectPool<C>) - Constructor for class org.apache.commons.dbcp2.PoolingDataSource
-
- PoolingDriver - Class in org.apache.commons.dbcp2
-
- PoolingDriver() - Constructor for class org.apache.commons.dbcp2.PoolingDriver
-
- PoolingDriver(boolean) - Constructor for class org.apache.commons.dbcp2.PoolingDriver
-
For unit testing purposes.
- pools - Static variable in class org.apache.commons.dbcp2.PoolingDriver
-
The map of registered pools.
- postDeregister() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
- postRegister(Boolean) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
- preDeregister() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
- prepare(Xid) - Method in class org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
-
This method does nothing since the LocalXAConnection does not support two-phase-commit.
- prepareCall(String) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- prepareCall(String, int, int) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- prepareCall(String, int, int, int) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- prepareCall(String) - Method in class org.apache.commons.dbcp2.PoolingConnection
-
Create or obtain a
CallableStatement
from the pool.
- prepareCall(String, int, int) - Method in class org.apache.commons.dbcp2.PoolingConnection
-
Create or obtain a
CallableStatement
from the pool.
- prepareStatement(String) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- prepareStatement(String, int, int) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- prepareStatement(String, int, int, int) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- prepareStatement(String, int) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- prepareStatement(String, int[]) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- prepareStatement(String, String[]) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- prepareStatement(String) - Method in class org.apache.commons.dbcp2.PoolingConnection
-
Create or obtain a
PreparedStatement
from the pool.
- prepareStatement(String, int) - Method in class org.apache.commons.dbcp2.PoolingConnection
-
- prepareStatement(String, int, int) - Method in class org.apache.commons.dbcp2.PoolingConnection
-
Create or obtain a
PreparedStatement
from the pool.
- preRegister(MBeanServer, ObjectName) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
- previous() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- PStmtKey - Class in org.apache.commons.dbcp2
-
A key uniquely identifying
PreparedStatement
s.
- PStmtKey(String) - Constructor for class org.apache.commons.dbcp2.PStmtKey
-
- PStmtKey(String, String) - Constructor for class org.apache.commons.dbcp2.PStmtKey
-
- PStmtKey(String, String, int) - Constructor for class org.apache.commons.dbcp2.PStmtKey
-
- PStmtKey(String, String, PoolingConnection.StatementType, Integer) - Constructor for class org.apache.commons.dbcp2.PStmtKey
-
- PStmtKey(String, int, int) - Constructor for class org.apache.commons.dbcp2.PStmtKey
-
- PStmtKey(String, String, int, int) - Constructor for class org.apache.commons.dbcp2.PStmtKey
-
- PStmtKey(String, String, int, int, PoolingConnection.StatementType) - Constructor for class org.apache.commons.dbcp2.PStmtKey
-
- PStmtKeyCPDS - Class in org.apache.commons.dbcp2.cpdsadapter
-
A key uniquely identifying a
PreparedStatement
.
- PStmtKeyCPDS(String) - Constructor for class org.apache.commons.dbcp2.cpdsadapter.PStmtKeyCPDS
-
- PStmtKeyCPDS(String, int) - Constructor for class org.apache.commons.dbcp2.cpdsadapter.PStmtKeyCPDS
-
- PStmtKeyCPDS(String, int, int) - Constructor for class org.apache.commons.dbcp2.cpdsadapter.PStmtKeyCPDS
-
- PStmtKeyCPDS(String, int, int, int) - Constructor for class org.apache.commons.dbcp2.cpdsadapter.PStmtKeyCPDS
-
- PStmtKeyCPDS(String, int[]) - Constructor for class org.apache.commons.dbcp2.cpdsadapter.PStmtKeyCPDS
-
- PStmtKeyCPDS(String, String[]) - Constructor for class org.apache.commons.dbcp2.cpdsadapter.PStmtKeyCPDS
-
R
- reallyClose() - Method in class org.apache.commons.dbcp2.managed.PoolableManagedConnection
-
Actually close the underlying connection.
- reallyClose() - Method in class org.apache.commons.dbcp2.PoolableConnection
-
Actually close my underlying
Connection
.
- reallyClose() - Method in interface org.apache.commons.dbcp2.PoolableConnectionMXBean
-
- recover(int) - Method in class org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
-
Always returns a zero length Xid array.
- refreshRow() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- registerConnection(Connection, XAResource) - Method in class org.apache.commons.dbcp2.managed.TransactionRegistry
-
Registers the association between a Connection and a XAResource.
- registerOutParameter(int, int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- registerOutParameter(int, int, int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- registerOutParameter(int, int, String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- registerOutParameter(String, int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- registerOutParameter(String, int, int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- registerOutParameter(String, int, String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- registerPool(String, ObjectPool<? extends Connection>) - Method in class org.apache.commons.dbcp2.PoolingDriver
-
- relative(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- releaseSavepoint(Savepoint) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- removeConnectionProperty(String) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Remove a custom connection property.
- removeTrace(AbandonedTrace) - Method in class org.apache.commons.dbcp2.AbandonedTrace
-
Remove a child object this object is tracing.
- rollback() - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- rollback(Savepoint) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- rollback(Xid) - Method in class org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
-
Rolls back the transaction and restores the original auto commit setting.
- rollback() - Method in class org.apache.commons.dbcp2.managed.ManagedConnection
-
- rowDeleted() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- rowInserted() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- rowUpdated() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
S
- setAbandonedLogWriter(PrintWriter) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the log writer to be used by this configuration to log
information on abandoned objects.
- setAbandonedUsageTracking(boolean) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
If the connection pool implements
UsageTracking
, configure
whether the connection pool should record a stack trace every time a
method is called on a pooled connection and retain the most recent stack
trace to aid debugging of abandoned connections.
- setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the value of the accessToUnderlyingConnectionAllowed property.
- setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Sets the value of the accessToUnderlyingConnectionAllowed property.
- setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.commons.dbcp2.PoolingDataSource
-
Sets the value of the accessToUnderlyingConnectionAllowed property.
- setArray(int, Array) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setAsciiStream(String, InputStream, int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setAsciiStream(String, InputStream, long) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setAsciiStream(String, InputStream) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setAsciiStream(int, InputStream, int) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setAsciiStream(int, InputStream, long) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setAsciiStream(int, InputStream) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setAutoCommit(boolean) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- setAutoCommit(boolean) - Method in class org.apache.commons.dbcp2.managed.ManagedConnection
-
- setAutoCommit(boolean) - Method in interface org.apache.commons.dbcp2.PoolableConnectionMXBean
-
- setBigDecimal(String, BigDecimal) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setBigDecimal(int, BigDecimal) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setBinaryStream(String, InputStream, int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setBinaryStream(String, InputStream, long) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setBinaryStream(String, InputStream) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setBinaryStream(int, InputStream, int) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setBinaryStream(int, InputStream, long) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setBinaryStream(int, InputStream) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setBlob(String, InputStream, long) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setBlob(String, Blob) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setBlob(String, InputStream) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setBlob(int, Blob) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setBlob(int, InputStream, long) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setBlob(int, InputStream) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setBoolean(String, boolean) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setBoolean(int, boolean) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setByte(String, byte) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setByte(int, byte) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setBytes(String, byte[]) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setBytes(int, byte[]) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setCacheState(boolean) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the state caching flag.
- setCacheState(boolean) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
Sets the state caching flag.
- setCacheState(boolean) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
- setCacheState(boolean) - Method in interface org.apache.commons.dbcp2.PoolableConnectionMXBean
-
- setCatalog(String) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- setCatalog(String) - Method in interface org.apache.commons.dbcp2.PoolableConnectionMXBean
-
- setCharacterStream(String, Reader, int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setCharacterStream(String, Reader, long) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setCharacterStream(String, Reader) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setCharacterStream(int, Reader, int) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setCharacterStream(int, Reader, long) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setCharacterStream(int, Reader) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setClientInfo(String, String) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- setClientInfo(Properties) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- setClob(String, Reader, long) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setClob(String, Clob) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setClob(String, Reader) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setClob(int, Clob) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setClob(int, Reader, long) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setClob(int, Reader) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setClosedInternal(boolean) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- setClosedInternal(boolean) - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- setConnectionInitSql(Collection<String>) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
Sets the SQL statements I use to initialize newly created
Connection
s.
- setConnectionInitSqls(Collection<String>) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the list of SQL statements to be executed when a physical
connection is first created.
- setConnectionPoolDataSource(ConnectionPoolDataSource) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Set the backend ConnectionPoolDataSource.
- setConnectionProperties(String) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the connection properties passed to driver.connect(...).
- setConnectionProperties(Properties) - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Set the connection properties passed to the JDBC driver.
- setCursorName(String) - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- setDataSourceName(String) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Set the name of the ConnectionPoolDataSource which backs this pool.
- setDate(String, Date) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setDate(String, Date, Calendar) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setDate(int, Date) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setDate(int, Date, Calendar) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setDefaultAutoCommit(Boolean) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets default auto-commit state of connections returned by this
datasource.
- setDefaultAutoCommit(Boolean) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Set the value of defaultAutoCommit, which defines the state of
connections handed out from this pool.
- setDefaultAutoCommit(Boolean) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
Sets the default "auto commit" setting for borrowed
Connection
s
- setDefaultBlockWhenExhausted(boolean) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Sets the default value for
BaseObjectPoolConfig.getBlockWhenExhausted()
for each per
user pool.
- setDefaultCatalog(String) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the default catalog.
- setDefaultCatalog(String) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
Sets the default "catalog" setting for borrowed
Connection
s
- setDefaultEvictionPolicyClassName(String) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Sets the default value for
BaseObjectPoolConfig.getEvictionPolicyClassName()
for
each per user pool.
- setDefaultLifo(boolean) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Sets the default value for
BaseObjectPoolConfig.getLifo()
for each per user pool.
- setDefaultMaxIdle(int) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Sets the default value for
GenericKeyedObjectPoolConfig.getMaxIdlePerKey()
for each per user
pool.
- setDefaultMaxTotal(int) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Sets the default value for
GenericKeyedObjectPoolConfig.getMaxTotalPerKey()
for each per
user pool.
- setDefaultMaxWaitMillis(long) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Sets the default value for
BaseObjectPoolConfig.getMaxWaitMillis()
for each per user
pool.
- setDefaultMinEvictableIdleTimeMillis(long) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Sets the default value for
BaseObjectPoolConfig.getMinEvictableIdleTimeMillis()
for
each per user pool.
- setDefaultMinIdle(int) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Sets the default value for
GenericKeyedObjectPoolConfig.getMinIdlePerKey()
for each per user
pool.
- setDefaultNumTestsPerEvictionRun(int) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Sets the default value for
BaseObjectPoolConfig.getNumTestsPerEvictionRun()
for each
per user pool.
- setDefaultQueryTimeout(Integer) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Set the default query timeout that will be used for
Statement
s
created from this connection.
- setDefaultQueryTimeout(Integer) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
Set the default query timeout that will be used for
Statement
s
created from this connection.
- setDefaultQueryTimeout(Integer) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
- setDefaultReadOnly(Boolean) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets defaultReadonly property.
- setDefaultReadOnly(Boolean) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Set the value of defaultReadOnly, which defines the state of
connections handed out from this pool.
- setDefaultReadOnly(Boolean) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
Sets the default "read only" setting for borrowed
Connection
s
- setDefaultSoftMinEvictableIdleTimeMillis(long) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Sets the default value for
GenericObjectPool#getSoftMinEvictableIdleTimeMillis()
for each per user pool.
- setDefaultTestOnBorrow(boolean) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Sets the default value for
GenericObjectPool#getTestOnBorrow()
for each per user pool.
- setDefaultTestOnCreate(boolean) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Sets the default value for
GenericObjectPool#getTestOnCreate()
for each per user pool.
- setDefaultTestOnReturn(boolean) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Sets the default value for
GenericObjectPool#getTestOnReturn()
for each per user pool.
- setDefaultTestWhileIdle(boolean) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Sets the default value for
GenericObjectPool#getTestWhileIdle()
for each per user pool.
- setDefaultTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Sets the default value for
GenericObjectPool#getTimeBetweenEvictionRunsMillis ()
for each
per user pool.
- setDefaultTransactionIsolation(int) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the default transaction isolation state for returned
connections.
- setDefaultTransactionIsolation(int) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Set the value of defaultTransactionIsolation, which defines the state of
connections handed out from this pool.
- setDefaultTransactionIsolation(int) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
Sets the default "Transaction Isolation" setting for borrowed
Connection
s
- setDelegate(C) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
Sets my delegate.
- setDelegate(Statement) - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
Sets my delegate.
- setDescription(String) - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Set the value of description.
- setDescription(String) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Set the description.
- setDouble(String, double) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setDouble(int, double) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setDriver(Driver) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the JDBC Driver instance to use for this pool.
- setDriver(String) - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Set the driver classname.
- setDriverClassLoader(ClassLoader) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the class loader to be used to load the JDBC driver.
- setDriverClassName(String) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the jdbc driver class name.
- setEnableAutoCommitOnReturn(boolean) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the value of the flag that controls whether or not connections
being returned to the pool will checked and configured with
Connection.setAutoCommit(true)
if the auto commit setting is false when the connection
is returned.
- setEnableAutoCommitOnReturn(boolean) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
- setEscapeProcessing(boolean) - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- setEvictionPolicyClassName(String) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the EvictionPolicy implementation to use with this connection pool.
- setFetchDirection(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- setFetchDirection(int) - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- setFetchSize(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- setFetchSize(int) - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- setFloat(String, float) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setFloat(int, float) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setHoldability(int) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- setHoldability(int) - Method in interface org.apache.commons.dbcp2.PoolableConnectionMXBean
-
- setInitialSize(int) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the initial size of the connection pool.
- setInt(String, int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setInt(int, int) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setJmxName(String) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the JMX name that has been requested for this DataSource.
- setJndiEnvironment(String, String) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Sets the value of the given JNDI environment property to be used when
instantiating a JNDI InitialContext.
- setLastUsed() - Method in class org.apache.commons.dbcp2.AbandonedTrace
-
Set the time this object was last used to the
current time in ms.
- setLastUsed(long) - Method in class org.apache.commons.dbcp2.AbandonedTrace
-
Set the time in ms this object was last used.
- setLifo(boolean) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the LIFO property.
- setLogAbandoned(boolean) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
- setLoginTimeout(int) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
BasicDataSource does NOT support this method.
- setLoginTimeout(int) - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Sets the maximum time in seconds that this data source will wait
while attempting to connect to a database.
- setLoginTimeout(int) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Set the value of loginTimeout.
- setLoginTimeout(int) - Method in class org.apache.commons.dbcp2.PoolingDataSource
-
Throws
UnsupportedOperationException
.
- setLogWriter(PrintWriter) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the log writer being used by this data source.
- setLogWriter(PrintWriter) - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Set the log writer for this data source.
- setLogWriter(PrintWriter) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Set the value of logWriter.
- setLogWriter(PrintWriter) - Method in class org.apache.commons.dbcp2.PoolingDataSource
-
Sets my log writer.
- setLong(String, long) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setLong(int, long) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setMaxConnLifetimeMillis(long) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the maximum permitted lifetime of a connection in
milliseconds.
- setMaxConnLifetimeMillis(long) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Sets the maximum permitted lifetime of a connection in
milliseconds.
- setMaxConnLifetimeMillis(long) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
Sets the maximum lifetime in milliseconds of a connection after which the
connection will always fail activation, passivation and validation.
- setMaxFieldSize(int) - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- setMaxIdle(int) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the maximum number of connections that can remain idle in the
pool.
- setMaxIdle(int) - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
The maximum number of statements that can remain idle in the
pool, without extra ones being released, or negative for no limit.
- setMaxOpenPreparedStatements(int) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the value of the
maxOpenPreparedStatements
property.
- setMaxOpenPrepatedStatements(int) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
- setMaxPreparedStatements(int) - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Sets the maximum number of prepared statements.
- setMaxRows(int) - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- setMaxTotal(int) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the maximum total number of idle and borrows connections that can be
active at the same time.
- setMaxTotal(int) - Method in class org.apache.commons.dbcp2.datasources.SharedPoolDataSource
-
Get
BaseGenericObjectPool.getMaxTotal()
for this pool.
- setMaxWaitMillis(long) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the MaxWaitMillis property.
- setMinEvictableIdleTimeMillis(long) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the
BasicDataSource.minEvictableIdleTimeMillis
property.
- setMinEvictableIdleTimeMillis(int) - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Sets the minimum amount of time a statement may sit idle in the pool
before it is eligible for eviction by the idle object evictor
(if any).
- setMinIdle(int) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the minimum number of idle connections in the pool.
- setNCharacterStream(String, Reader, long) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setNCharacterStream(String, Reader) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setNCharacterStream(int, Reader, long) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setNCharacterStream(int, Reader) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setNClob(String, NClob) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setNClob(String, Reader, long) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setNClob(String, Reader) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setNClob(int, NClob) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setNClob(int, Reader, long) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setNClob(int, Reader) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setNetworkTimeout(Executor, int) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- setNString(String, String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setNString(int, String) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setNull(String, int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setNull(String, int, String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setNull(int, int) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setNull(int, int, String) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setNumTestsPerEvictionRun(int) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the value of the
BasicDataSource.numTestsPerEvictionRun
property.
- setNumTestsPerEvictionRun(int) - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Sets the number of statements to examine during each run of the
idle object evictor thread (if any).
- setObject(String, Object, int, int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setObject(String, Object, int) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setObject(String, Object) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setObject(int, Object, int, int) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setObject(int, Object, int) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setObject(int, Object) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setPassword(String) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the
BasicDataSource.password
.
- setPassword(String) - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Set the value of password for the default user.
- setPassword(String) - Method in class org.apache.commons.dbcp2.managed.DataSourceXAConnectionFactory
-
Sets the password used to authenticate new connections.
- setPerUserBlockWhenExhausted(String, Boolean) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific value for
BaseGenericObjectPool.getBlockWhenExhausted()
for the specified
user's pool.
- setPerUserDefaultAutoCommit(String, Boolean) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific default value for
Connection.setAutoCommit(boolean)
for the specified user's pool.
- setPerUserDefaultReadOnly(String, Boolean) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific default value for
Connection.setReadOnly(boolean)
for the specified user's pool.
- setPerUserDefaultTransactionIsolation(String, Integer) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific default value for
Connection.setTransactionIsolation(int)
for the specified user's pool.
- setPerUserEvictionPolicyClassName(String, String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific value for
BaseGenericObjectPool.getEvictionPolicyClassName()
for the specified
user's pool.
- setPerUserLifo(String, Boolean) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific value for
BaseGenericObjectPool.getLifo()
for the specified
user's pool.
- setPerUserMaxIdle(String, Integer) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific value for
GenericObjectPool.getMaxIdle()
for the specified
user's pool.
- setPerUserMaxTotal(String, Integer) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific value for
BaseGenericObjectPool.getMaxTotal()
for the specified
user's pool.
- setPerUserMaxWaitMillis(String, Long) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific value for
BaseGenericObjectPool.getMaxWaitMillis()
for the specified
user's pool.
- setPerUserMinEvictableIdleTimeMillis(String, Long) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific value for
BaseGenericObjectPool.getMinEvictableIdleTimeMillis()
for the
specified user's pool.
- setPerUserMinIdle(String, Integer) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific value for
GenericObjectPool.getMinIdle()
for the specified
user's pool.
- setPerUserNumTestsPerEvictionRun(String, Integer) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific value for
BaseGenericObjectPool.getNumTestsPerEvictionRun()
for the specified
user's pool.
- setPerUserSoftMinEvictableIdleTimeMillis(String, Long) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific value for
BaseGenericObjectPool.getSoftMinEvictableIdleTimeMillis()
for the
specified user's pool.
- setPerUserTestOnBorrow(String, Boolean) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific value for
BaseGenericObjectPool.getTestOnBorrow()
for the specified
user's pool.
- setPerUserTestOnCreate(String, Boolean) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific value for
BaseGenericObjectPool.getTestOnCreate()
for the specified
user's pool.
- setPerUserTestOnReturn(String, Boolean) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific value for
BaseGenericObjectPool.getTestOnReturn()
for the specified
user's pool.
- setPerUserTestWhileIdle(String, Boolean) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific value for
BaseGenericObjectPool.getTestWhileIdle()
for the specified
user's pool.
- setPerUserTimeBetweenEvictionRunsMillis(String, Long) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific value for
()
for the specified
user's pool.
- setPool(ObjectPool<PoolableConnection>) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
Sets the
ObjectPool
in which to pool Connection
s.
- setPoolable(boolean) - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- setPoolPreparedStatements(boolean) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets whether to pool statements or not.
- setPoolPreparedStatements(boolean) - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Flag to toggle the pooling of
PreparedStatement
s
- setPoolStatements(boolean) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
- setQueryTimeout(int) - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- setReadOnly(boolean) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- setReadOnly(boolean) - Method in class org.apache.commons.dbcp2.managed.ManagedConnection
-
- setReadOnly(boolean) - Method in interface org.apache.commons.dbcp2.PoolableConnectionMXBean
-
- setRef(int, Ref) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setRemoveAbandonedOnBorrow(boolean) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Flag to remove abandoned connections if they exceed the
removeAbandonedTimeout during pool maintenance.
- setRemoveAbandonedOnMaintenance(boolean) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Flag to remove abandoned connections if they exceed the
removeAbandonedTimeout when borrowObject is invoked.
- setRemoveAbandonedTimeout(int) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the timeout in seconds before an abandoned connection can be
removed.
- setRollbackAfterValidation(boolean) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Whether a rollback will be issued after executing the SQL query
that will be used to validate connections from this pool
before returning them to the caller.
- setRollbackOnReturn(boolean) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the flag that controls if a connection will be rolled back when it
is returned to the pool if auto commit is not enabled and the connection
is not read only.
- setRollbackOnReturn(boolean) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
- setRowId(String, RowId) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setRowId(int, RowId) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setSavepoint() - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- setSavepoint(String) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- setSchema(String) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- setSchema(String) - Method in interface org.apache.commons.dbcp2.PoolableConnectionMXBean
-
- setSharedConnection(Connection) - Method in class org.apache.commons.dbcp2.managed.TransactionContext
-
Sets the shared connection for this transaction.
- setShort(String, short) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setShort(int, short) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setSoftMinEvictableIdleTimeMillis(long) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the minimum amount of time a connection may sit idle in the pool
before it is eligible for eviction by the idle object evictor, with the
extra condition that at least "minIdle" connections remain in the pool.
- setSQLXML(String, SQLXML) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setSQLXML(int, SQLXML) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setStatementPool(KeyedObjectPool<PStmtKey, DelegatingPreparedStatement>) - Method in class org.apache.commons.dbcp2.PoolingConnection
-
- setString(String, String) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setString(int, String) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setTestOnBorrow(boolean) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the
BasicDataSource.testOnBorrow
property.
- setTestOnCreate(boolean) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the
BasicDataSource.testOnCreate
property.
- setTestOnReturn(boolean) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the
testOnReturn
property.
- setTestWhileIdle(boolean) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the
testWhileIdle
property.
- setTime(String, Time) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setTime(String, Time, Calendar) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setTime(int, Time) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setTime(int, Time, Calendar) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the
BasicDataSource.timeBetweenEvictionRunsMillis
property.
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Sets the number of milliseconds to sleep between runs of the
idle object evictor thread.
- setTimestamp(String, Timestamp) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setTimestamp(String, Timestamp, Calendar) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setTimestamp(int, Timestamp) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setTransactionIsolation(int) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- setTransactionIsolation(int) - Method in interface org.apache.commons.dbcp2.PoolableConnectionMXBean
-
- setTransactionManager(TransactionManager) - Method in class org.apache.commons.dbcp2.managed.BasicManagedDataSource
-
Sets the required transaction manager property.
- setTransactionRegistry(TransactionRegistry) - Method in class org.apache.commons.dbcp2.managed.ManagedDataSource
-
Sets the transaction registry from the XAConnectionFactory used to create the pool.
- setTransactionTimeout(int) - Method in class org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
-
Always returns false since we have no way to set a transaction timeout on a JDBC connection.
- setTypeMap(Map<String, Class<?>>) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- setUnicodeStream(int, InputStream, int) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
Deprecated.
- setupDefaults(Connection, String) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
- setupDefaults(Connection, String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
-
- setupDefaults(Connection, String) - Method in class org.apache.commons.dbcp2.datasources.SharedPoolDataSource
-
- setUrl(String) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the
BasicDataSource.url
.
- setUrl(String) - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Set the value of url used to locate the database for this datasource.
- setURL(String, URL) - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- setURL(int, URL) - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
- setUser(String) - Method in class org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Set the value of default user (login or username).
- setUsername(String) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the
BasicDataSource.username
.
- setUsername(String) - Method in class org.apache.commons.dbcp2.managed.DataSourceXAConnectionFactory
-
Sets the username used to authenticate new connections.
- setValidationQuery(String) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the
BasicDataSource.validationQuery
.
- setValidationQuery(String) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
The SQL query that will be used to validate connections from this pool
before returning them to the caller.
- setValidationQuery(String) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
Sets the query I use to
validate
Connection
s.
- setValidationQueryTimeout(int) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Sets the validation query timeout, the amount of time, in seconds, that
connection validation will wait for a response from the database when
executing a validation query.
- setValidationQueryTimeout(int) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Sets the timeout in seconds before the validation query fails.
- setValidationQueryTimeout(int) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
Sets the validation query timeout, the amount of time, in seconds, that
connection validation will wait for a response from the database when
executing a validation query.
- setXADataSource(String) - Method in class org.apache.commons.dbcp2.managed.BasicManagedDataSource
-
Sets the optional XADataSource class name.
- setXaDataSourceInstance(XADataSource) - Method in class org.apache.commons.dbcp2.managed.BasicManagedDataSource
-
Sets the XADataSource instance used by the XAConnectionFactory.
- SharedPoolDataSource - Class in org.apache.commons.dbcp2.datasources
-
A pooling
DataSource
appropriate for deployment within
J2EE environment.
- SharedPoolDataSource() - Constructor for class org.apache.commons.dbcp2.datasources.SharedPoolDataSource
-
Default no-arg constructor for Serialization
- SharedPoolDataSourceFactory - Class in org.apache.commons.dbcp2.datasources
-
A JNDI ObjectFactory which creates
SharedPoolDataSource
s
- SharedPoolDataSourceFactory() - Constructor for class org.apache.commons.dbcp2.datasources.SharedPoolDataSourceFactory
-
- start(Xid, int) - Method in class org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
-
Signals that a the connection has been enrolled in a transaction.
- startPoolMaintenance() - Method in class org.apache.commons.dbcp2.BasicDataSource
-
Starts the connection pool maintenance task, if configured.
- storesLowerCaseIdentifiers() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- storesLowerCaseQuotedIdentifiers() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- storesMixedCaseIdentifiers() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- storesMixedCaseQuotedIdentifiers() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- storesUpperCaseIdentifiers() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- storesUpperCaseQuotedIdentifiers() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsAlterTableWithAddColumn() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsAlterTableWithDropColumn() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsANSI92EntryLevelSQL() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsANSI92FullSQL() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsANSI92IntermediateSQL() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsBatchUpdates() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsCatalogsInDataManipulation() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsCatalogsInIndexDefinitions() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsCatalogsInPrivilegeDefinitions() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsCatalogsInProcedureCalls() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsCatalogsInTableDefinitions() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsColumnAliasing() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsConvert() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsConvert(int, int) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsCoreSQLGrammar() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsCorrelatedSubqueries() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsDataManipulationTransactionsOnly() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsDifferentTableCorrelationNames() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsExpressionsInOrderBy() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsExtendedSQLGrammar() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsFullOuterJoins() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsGetGeneratedKeys() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsGroupBy() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsGroupByBeyondSelect() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsGroupByUnrelated() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsIntegrityEnhancementFacility() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsLikeEscapeClause() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsLimitedOuterJoins() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsMinimumSQLGrammar() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsMixedCaseIdentifiers() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsMixedCaseQuotedIdentifiers() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsMultipleOpenResults() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsMultipleResultSets() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsMultipleTransactions() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsNamedParameters() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsNonNullableColumns() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsOpenCursorsAcrossCommit() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsOpenCursorsAcrossRollback() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsOpenStatementsAcrossCommit() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsOpenStatementsAcrossRollback() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsOrderByUnrelated() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsOuterJoins() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsPositionedDelete() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsPositionedUpdate() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsResultSetConcurrency(int, int) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsResultSetHoldability(int) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsResultSetType(int) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsSavepoints() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsSchemasInDataManipulation() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsSchemasInIndexDefinitions() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsSchemasInPrivilegeDefinitions() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsSchemasInProcedureCalls() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsSchemasInTableDefinitions() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsSelectForUpdate() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsStatementPooling() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsStoredFunctionsUsingCallSyntax() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsStoredProcedures() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsSubqueriesInComparisons() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsSubqueriesInExists() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsSubqueriesInIns() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsSubqueriesInQuantifieds() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsTableCorrelationNames() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsTransactionIsolationLevel(int) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsTransactions() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsUnion() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- supportsUnionAll() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- SwallowedExceptionLogger - Class in org.apache.commons.dbcp2
-
Class for logging swallowed exceptions
- SwallowedExceptionLogger(Log) - Constructor for class org.apache.commons.dbcp2.SwallowedExceptionLogger
-
T
- testCPDS(String, String) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
- toString() - Method in class org.apache.commons.dbcp2.cpdsadapter.PStmtKeyCPDS
-
- toString() - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
Returns a string representation of the metadata associated with
the innnermost delegate connection.
- toString() - Method in class org.apache.commons.dbcp2.DelegatingPreparedStatement
-
Returns a String representation of this object.
- toString() - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
Returns a String representation of this object.
- toString() - Method in class org.apache.commons.dbcp2.DriverConnectionFactory
-
- toString() - Method in class org.apache.commons.dbcp2.PoolingConnection
-
- toString() - Method in class org.apache.commons.dbcp2.PStmtKey
-
- transactionComplete() - Method in class org.apache.commons.dbcp2.managed.ManagedConnection
-
- TransactionContext - Class in org.apache.commons.dbcp2.managed
-
TransactionContext represents the association between a single XAConnectionFactory and a Transaction.
- TransactionContext(TransactionRegistry, Transaction) - Constructor for class org.apache.commons.dbcp2.managed.TransactionContext
-
Creates a TransactionContext for the specified Transaction and TransactionRegistry.
- TransactionContextListener - Interface in org.apache.commons.dbcp2.managed
-
A listener for transaction completion events.
- TransactionRegistry - Class in org.apache.commons.dbcp2.managed
-
TransactionRegistry tracks Connections and XAResources in a transacted environment for a single XAConnectionFactory.
- TransactionRegistry(TransactionManager) - Constructor for class org.apache.commons.dbcp2.managed.TransactionRegistry
-
Creates a TransactionRegistry for the specified transaction manager.
U
- UNKNOWN_TRANSACTIONISOLATION - Static variable in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
Internal constant to indicate the level is not set.
- unregisterConnection(Connection) - Method in class org.apache.commons.dbcp2.managed.TransactionRegistry
-
Unregisters a destroyed connection from
TransactionRegistry
- unwrap(Class<T>) - Method in class org.apache.commons.dbcp2.BasicDataSource
-
- unwrap(Class<T>) - Method in class org.apache.commons.dbcp2.datasources.InstanceKeyDataSource
-
- unwrap(Class<T>) - Method in class org.apache.commons.dbcp2.DelegatingConnection
-
- unwrap(Class<T>) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- unwrap(Class<T>) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- unwrap(Class<T>) - Method in class org.apache.commons.dbcp2.DelegatingStatement
-
- unwrap(Class<T>) - Method in class org.apache.commons.dbcp2.PoolingDataSource
-
- updateArray(int, Array) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateArray(String, Array) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateAsciiStream(int, InputStream, int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateAsciiStream(String, InputStream, int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateAsciiStream(int, InputStream, long) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateAsciiStream(String, InputStream, long) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateAsciiStream(int, InputStream) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateAsciiStream(String, InputStream) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateBigDecimal(int, BigDecimal) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateBigDecimal(String, BigDecimal) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateBinaryStream(int, InputStream, int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateBinaryStream(String, InputStream, int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateBinaryStream(int, InputStream, long) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateBinaryStream(String, InputStream, long) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateBinaryStream(int, InputStream) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateBinaryStream(String, InputStream) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateBlob(int, Blob) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateBlob(String, Blob) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateBlob(int, InputStream, long) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateBlob(String, InputStream, long) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateBlob(int, InputStream) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateBlob(String, InputStream) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateBoolean(int, boolean) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateBoolean(String, boolean) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateByte(int, byte) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateByte(String, byte) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateBytes(int, byte[]) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateBytes(String, byte[]) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateCharacterStream(int, Reader, int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateCharacterStream(String, Reader, int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateCharacterStream(int, Reader, long) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateCharacterStream(String, Reader, long) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateCharacterStream(int, Reader) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateCharacterStream(String, Reader) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateClob(int, Clob) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateClob(String, Clob) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateClob(int, Reader, long) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateClob(String, Reader, long) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateClob(int, Reader) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateClob(String, Reader) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateDate(int, Date) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateDate(String, Date) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateDouble(int, double) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateDouble(String, double) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateFloat(int, float) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateFloat(String, float) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateInt(int, int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateInt(String, int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateLong(int, long) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateLong(String, long) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateNCharacterStream(int, Reader, long) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateNCharacterStream(String, Reader, long) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateNCharacterStream(int, Reader) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateNCharacterStream(String, Reader) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateNClob(int, NClob) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateNClob(String, NClob) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateNClob(int, Reader, long) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateNClob(String, Reader, long) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateNClob(int, Reader) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateNClob(String, Reader) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateNString(int, String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateNString(String, String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateNull(int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateNull(String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateObject(int, Object, int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateObject(int, Object) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateObject(String, Object, int) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateObject(String, Object) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateRef(int, Ref) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateRef(String, Ref) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateRow() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateRowId(int, RowId) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateRowId(String, RowId) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updatesAreDetected(int) - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- updateShort(int, short) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateShort(String, short) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateSQLXML(int, SQLXML) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateSQLXML(String, SQLXML) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateString(int, String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateString(String, String) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateTime(int, Time) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateTime(String, Time) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateTimestamp(int, Timestamp) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- updateTimestamp(String, Timestamp) - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- URL_PREFIX - Static variable in class org.apache.commons.dbcp2.PoolingDriver
-
My URL prefix
- URL_PREFIX_LEN - Static variable in class org.apache.commons.dbcp2.PoolingDriver
-
- usesLocalFilePerTable() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- usesLocalFiles() - Method in class org.apache.commons.dbcp2.DelegatingDatabaseMetaData
-
- Utils - Class in org.apache.commons.dbcp2
-
Utility methods
V
- validate(String, int) - Method in class org.apache.commons.dbcp2.PoolableConnection
-
- validateConnection(PoolableConnection) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
- validateConnectionFactory(PoolableConnectionFactory) - Static method in class org.apache.commons.dbcp2.BasicDataSource
-
- validateObject(PooledObject<PoolableConnection>) - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
-
- validateObject(PStmtKey, PooledObject<DelegatingPreparedStatement>) - Method in class org.apache.commons.dbcp2.PoolingConnection
-
KeyedPooledObjectFactory
method for validating
pooled statements.
- valueOf(String) - Static method in enum org.apache.commons.dbcp2.PoolingConnection.StatementType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.commons.dbcp2.PoolingConnection.StatementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
W
- wasNull() - Method in class org.apache.commons.dbcp2.DelegatingCallableStatement
-
- wasNull() - Method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- wrapResultSet(Statement, ResultSet) - Static method in class org.apache.commons.dbcp2.DelegatingResultSet
-
- wrapResultSet(Connection, ResultSet) - Static method in class org.apache.commons.dbcp2.DelegatingResultSet
-
X
- XAConnectionFactory - Interface in org.apache.commons.dbcp2.managed
-
XAConnectionFactory is an extension of ConnectionFactory used to create connections
in a transaction managed environment.
A B C D E F G H I J L M N O P R S T U V W X
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.