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
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 maximum 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
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
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
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
getPerUserDefaultAutoCommit(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
getPerUserDefaultReadOnly(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
getPerUserDefaultTransactionIsolation(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
getPerUserEvictionPolicyClassName(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
getPerUserLifo(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
getPerUserMaxIdle(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
getPerUserMaxTotal(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
getPerUserMaxWaitMillis(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
getPerUserMinEvictableIdleTimeMillis(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
getPerUserMinIdle(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
getPerUserNumTestsPerEvictionRun(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
getPerUserSoftMinEvictableIdleTimeMillis(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
getPerUserTestOnBorrow(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
getPerUserTestOnCreate(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
getPerUserTestOnReturn(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
getPerUserTestWhileIdle(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
getPerUserTimeBetweenEvictionRunsMillis(String) - Method in class org.apache.commons.dbcp2.datasources.PerUserPoolDataSource
getPool() - Method in class org.apache.commons.dbcp2.PoolableConnectionFactory
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
getReference() - Method in class org.apache.commons.dbcp2.datasources.SharedPoolDataSource
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
getTestOnBorrow() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
getTestOnCreate() - Method in class org.apache.commons.dbcp2.BasicDataSource
getTestOnCreate() - Method in interface org.apache.commons.dbcp2.BasicDataSourceMXBean
getTestOnReturn() - Method in class org.apache.commons.dbcp2.BasicDataSource
getTestWhileIdle() - Method in class org.apache.commons.dbcp2.BasicDataSource
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
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
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
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
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.