- generatedKeyAlwaysReturned() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getActiveTransactionContext() - Method in class org.apache.commons.dbcp.managed.TransactionRegistry
-
Gets the active TransactionContext or null if not Transaction is active.
- getArray(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getArray(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getArray(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getArray(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getAsciiStream(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getAsciiStream(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getAttributes(String, String, String, String) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getAutoCommit() - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getBigDecimal(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getBigDecimal(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getBigDecimal(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getBigDecimal(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getBinaryStream(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getBinaryStream(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getBlob(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getBlob(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getBlob(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getBlob(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getBoolean(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getBoolean(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getBoolean(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getBoolean(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getByte(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getByte(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getByte(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getByte(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getBytes(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getBytes(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getBytes(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getBytes(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getCatalog() - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- getCatalogs() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getCatalogSeparator() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getCatalogTerm() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getCharacterStream(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getCharacterStream(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getCharacterStream(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getCharacterStream(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getClientInfo() - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- getClientInfo(String) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- getClientInfoProperties() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getClob(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getClob(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getClob(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getClob(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getColumnPrivileges(String, String, String, String) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getColumns(String, String, String, String) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getConcurrency() - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getConnection() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Create (if necessary) and return a connection to the database.
- getConnection() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
Attempt to establish a database connection.
- getConnection() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getConnection() - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- getConnection() - Method in class org.apache.commons.dbcp.managed.ManagedDataSource
-
- getConnection() - Method in class org.apache.commons.dbcp.PoolingDataSource
-
Return a Connection
from my pool,
according to the contract specified by ObjectPool.borrowObject()
.
- getConnection(String, String) - Method in class org.apache.commons.dbcp.BasicDataSource
-
BasicDataSource does NOT support this method.
- getConnection(String, String) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
- getConnection(String, String) - Method in class org.apache.commons.dbcp.PoolingDataSource
-
Throws UnsupportedOperationException
- getConnectionInitSqls() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Returns the list of SQL statements executed when a physical connection
is first created.
- getConnectionPool(String) - Method in class org.apache.commons.dbcp.PoolingDriver
-
- getConnectionPoolDataSource() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
Get the value of connectionPoolDataSource.
- getConnectionProperties() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Get the connection properties passed to the JDBC driver.
- getConstructor(Class, Class[]) - Static method in class org.apache.commons.jocl.ConstructorUtil
-
Returns a Constructor
for the given method signature, or null
if no such Constructor can be found.
- getCrossReference(String, String, String, String, String, String) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getCursorName() - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getDatabaseMajorVersion() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getDatabaseMinorVersion() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getDatabaseProductName() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getDatabaseProductVersion() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getDataSourceName() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
Get the name of the ConnectionPoolDataSource which backs this pool.
- getDate(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getDate(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getDate(int, Calendar) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getDate(int, Calendar) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getDate(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getDate(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getDate(String, Calendar) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getDate(String, Calendar) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getDefaultAutoCommit() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Returns the default auto-commit property.
- getDefaultCatalog() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Returns the default catalog.
- getDefaultMaxActive() - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
The maximum number of active connections that can be allocated from
this pool at the same time, or non-positive for no limit.
- getDefaultMaxIdle() - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
The maximum number of active connections that can remain idle in the
pool, without extra ones being released, or negative for no limit.
- getDefaultMaxWait() - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
The maximum number of milliseconds that the pool will wait (when there
are no available connections) for a connection to be returned before
throwing an exception, or -1 to wait indefinitely.
- getDefaultReadOnly() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Returns the default readOnly property.
- getDefaultTransactionIsolation() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Returns the default transaction isolation state of returned connections.
- getDefaultTransactionIsolation() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
Get the value of defaultTransactionIsolation, which defines the state of
connections handed out from this pool.
- getDefaultTransactionIsolation() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getDelegate() - Method in class org.apache.commons.dbcp.DelegatingConnection
-
Returns my underlying Connection
.
- getDelegate() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getDelegate() - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getDelegate() - Method in class org.apache.commons.dbcp.DelegatingStatement
-
Returns my underlying Statement
.
- getDelegate() - Method in class org.apache.commons.dbcp.managed.ManagedConnection
-
- getDescription() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Get the value of description.
- getDescription() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
Get the description.
- getDouble(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getDouble(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getDouble(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getDouble(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getDriver() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Get the driver classname.
- getDriverClassLoader() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Returns the class loader specified for loading the JDBC driver.
- getDriverClassName() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Returns the jdbc driver class name.
- getDriverMajorVersion() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getDriverMinorVersion() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getDriverName() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getDriverVersion() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getExportedKeys(String, String, String) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getExtraNameCharacters() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getFetchDirection() - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getFetchDirection() - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- getFetchSize() - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getFetchSize() - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- getFloat(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getFloat(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getFloat(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getFloat(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getFunctionColumns(String, String, String, String) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getFunctions(String, String, String) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getGeneratedKeys() - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- getHoldability() - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- getHoldability() - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getIdentifierQuoteString() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getImportedKeys(String, String, String) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getInitialSize() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Returns the initial size of the connection pool.
- getInnermostDelegate() - Method in class org.apache.commons.dbcp.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.dbcp.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.dbcp.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.dbcp.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.dbcp.managed.ManagedConnection
-
- getInt(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getInt(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getInt(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getInt(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getJDBCMajorVersion() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getJDBCMinorVersion() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getJndiEnvironment(String) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
Get the value of jndiEnvironment which is used when instantiating
a jndi InitialContext.
- getLogAbandoned() - Method in class org.apache.commons.dbcp.AbandonedConfig
-
Flag to log stack traces for application code which abandoned
a Statement or Connection.
- getLogAbandoned() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Flag to log stack traces for application code which abandoned
a Statement or Connection.
- getLoginTimeout() - Method in class org.apache.commons.dbcp.BasicDataSource
-
BasicDataSource does NOT support this method.
- getLoginTimeout() - Method in class org.apache.commons.dbcp.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.dbcp.datasources.InstanceKeyDataSource
-
Get the value of loginTimeout.
- getLoginTimeout() - Method in class org.apache.commons.dbcp.PoolingDataSource
-
Throws UnsupportedOperationException
.
- getLogWriter() - Method in class org.apache.commons.dbcp.AbandonedConfig
-
Returns the log writer being used by this configuration to log
information on abandoned objects.
- getLogWriter() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Returns the log writer being used by this data source.
- getLogWriter() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Get the log writer for this data source.
- getLogWriter() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
Get the value of logWriter.
- getLogWriter() - Method in class org.apache.commons.dbcp.PoolingDataSource
-
Returns my log writer.
- getLong(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getLong(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getLong(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getLong(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getMajorVersion() - Method in class org.apache.commons.dbcp.PoolingDriver
-
- getMaxActive() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Returns the maximum number of active connections that can be
allocated at the same time.
- getMaxActive() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
The maximum number of active statements that can be allocated from
this pool at the same time, or non-positive for no limit.
- getMaxActive() - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSource
-
The maximum number of active connections that can be allocated from
this pool at the same time, or non-positive for no limit.
- getMaxBinaryLiteralLength() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxCatalogNameLength() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxCharLiteralLength() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxColumnNameLength() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxColumnsInGroupBy() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxColumnsInIndex() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxColumnsInOrderBy() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxColumnsInSelect() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxColumnsInTable() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxConnections() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxCursorNameLength() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxFieldSize() - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- getMaxIdle() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Returns the maximum number of connections that can remain idle in the
pool.
- getMaxIdle() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
The maximum number of statements that can remain idle in the
pool, without extra ones being released, or negative for no limit.
- getMaxIdle() - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSource
-
The maximum number of active connections that can remain idle in the
pool, without extra ones being released, or negative for no limit.
- getMaxIndexLength() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxOpenPreparedStatements() - Method in class org.apache.commons.dbcp.BasicDataSource
-
- getMaxPreparedStatements() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Returns the maximun number of prepared statements.
- getMaxProcedureNameLength() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxRows() - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- getMaxRowSize() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxSchemaNameLength() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxStatementLength() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxStatements() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxTableNameLength() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxTablesInSelect() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxUserNameLength() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getMaxWait() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Returns the maximum number of milliseconds that the pool will wait
for a connection to be returned before throwing an exception.
- getMaxWait() - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSource
-
The maximum number of milliseconds that the pool will wait (when there
are no available connections) for a connection to be returned before
throwing an exception, or -1 to wait indefinitely.
- getMetaData() - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- getMetaData() - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- getMetaData() - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getMinEvictableIdleTimeMillis() - Method in class org.apache.commons.dbcp.BasicDataSource
-
- getMinEvictableIdleTimeMillis() - Method in class org.apache.commons.dbcp.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).
- getMinEvictableIdleTimeMillis() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
Returns the minimum amount of time an object may sit idle in the pool
before it is eligable for eviction by the idle object evictor
(if any).
- getMinIdle() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Returns the minimum number of idle connections in the pool
- getMinorVersion() - Method in class org.apache.commons.dbcp.PoolingDriver
-
- getMoreResults() - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- getMoreResults(int) - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- getNCharacterStream(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getNCharacterStream(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getNCharacterStream(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getNCharacterStream(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getNClob(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getNClob(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getNClob(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getNClob(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getNetworkTimeout() - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- getNetworkTimeout() - Method in class org.apache.commons.dbcp.PoolingConnection
-
- getNString(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getNString(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getNString(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getNString(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getNumActive() - Method in class org.apache.commons.dbcp.BasicDataSource
-
[Read Only] The current number of active connections that have been
allocated from this data source.
- getNumActive() - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
Get the number of active connections in the default pool.
- getNumActive() - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSource
-
Get the number of active connections in the pool.
- getNumActive(String, String) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
Get the number of active connections in the pool for a given user.
- getNumericFunctions() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getNumIdle() - Method in class org.apache.commons.dbcp.BasicDataSource
-
[Read Only] The current number of idle connections that are waiting
to be allocated from this data source.
- getNumIdle() - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
Get the number of idle connections in the default pool.
- getNumIdle() - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSource
-
Get the number of idle connections in the pool.
- getNumIdle(String, String) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
Get the number of idle connections in the pool for a given user.
- getNumTestsPerEvictionRun() - Method in class org.apache.commons.dbcp.BasicDataSource
-
- getNumTestsPerEvictionRun() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Returns the number of statements to examine during each run of the
idle object evictor thread (if any).
- getNumTestsPerEvictionRun() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
Returns the number of objects to examine during each run of the
idle object evictor thread (if any).
- getObject(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getObject(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getObject(int, Class<T>) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getObject(int, Class<T>) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getObject(int, Class<T>) - Method in class org.apache.commons.dbcp.PoolableCallableStatement
-
- getObject(int, Map) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getObject(int, Map) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getObject(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getObject(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getObject(String, Class<T>) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getObject(String, Class<T>) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getObject(String, Class<T>) - Method in class org.apache.commons.dbcp.PoolableCallableStatement
-
- getObject(String, Map) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getObject(String, Map) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.commons.dbcp.BasicDataSourceFactory
-
Create and return a new BasicDataSource
instance.
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
implements ObjectFactory to create an instance of this class
- getParameterMetaData() - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- getParentLogger() - Method in class org.apache.commons.dbcp.BasicDataSource
-
- getParentLogger() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
- getParentLogger() - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
- getParentLogger() - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSource
-
- getParentLogger() - Method in class org.apache.commons.dbcp.PoolingDataSource
-
- getParentLogger() - Method in class org.apache.commons.dbcp.PoolingDriver
-
- getPassword() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Returns the password passed to the JDBC driver to establish connections.
- getPassword() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Get the value of password for the default user.
- getPerUserDefaultAutoCommit(String) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
The keys are usernames and the value is the --.
- getPerUserDefaultReadOnly(String) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
The keys are usernames and the value is the --.
- getPerUserDefaultTransactionIsolation(String) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
The isolation level of connections when returned from getConnection.
- getPerUserMaxActive(String) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
The maximum number of active connections that can be allocated from
this pool at the same time, or non-positive for no limit.
- getPerUserMaxIdle(String) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
The maximum number of active connections that can remain idle in the
pool, without extra ones being released, or negative for no limit.
- getPerUserMaxWait(String) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
The maximum number of milliseconds that the pool will wait (when there
are no available connections) for a connection to be returned before
throwing an exception, or -1 to wait indefinitely.
- getPool() - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
-
Returns the ObjectPool
in which Connection
s are pooled.
- getPooledConnection() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Attempt to establish a database connection using the default
user and password.
- getPooledConnection(String, String) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Attempt to establish a database connection.
- getPoolNames() - Method in class org.apache.commons.dbcp.PoolingDriver
-
- getPrimaryKeys(String, String, String) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getProcedureColumns(String, String, String, String) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getProcedures(String, String, String) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getProcedureTerm() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getPropertyInfo(String, Properties) - Method in class org.apache.commons.dbcp.PoolingDriver
-
- getPseudoColumns(String, String, String, String) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getQueryTimeout() - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- getRef(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getRef(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getRef(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getRef(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getReference() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Referenceable
implementation.
- getReference() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
Retrieves the Reference of this object.
- getReference() - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
Returns a PerUserPoolDataSource
Reference
.
- getReference() - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSource
-
Returns a SharedPoolDataSource
Reference
.
- getRemoveAbandoned() - Method in class org.apache.commons.dbcp.AbandonedConfig
-
Flag to remove abandoned connections if they exceed the
removeAbandonedTimeout.
- getRemoveAbandoned() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Flag to remove abandoned connections if they exceed the
removeAbandonedTimout.
- getRemoveAbandonedTimeout() - Method in class org.apache.commons.dbcp.AbandonedConfig
-
Timeout in seconds before an abandoned connection can be removed.
- getRemoveAbandonedTimeout() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Timeout in seconds before an abandoned connection can be removed.
- getResultSet() - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- getResultSetConcurrency() - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- getResultSetHoldability() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getResultSetHoldability() - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- getResultSetType() - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- getRow() - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getRowId(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getRowId(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getRowId(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getRowId(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getRowIdLifetime() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getSchema() - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- getSchema() - Method in class org.apache.commons.dbcp.PoolingConnection
-
- getSchemas() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getSchemas(String, String) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getSchemaTerm() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getSearchStringEscape() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getSharedConnection() - Method in class org.apache.commons.dbcp.managed.TransactionContext
-
Gets the connection shared by all ManagedConnections in the transaction.
- getShort(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getShort(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getShort(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getShort(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getSQLKeywords() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getSQLStateType() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getSQLXML(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getSQLXML(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getSQLXML(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getSQLXML(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getStatement() - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getString(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getString(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getString(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getString(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getStringFunctions() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getSuperTables(String, String, String) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getSuperTypes(String, String, String) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getSystemFunctions() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getTablePrivileges(String, String, String) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getTables(String, String, String, String[]) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getTableTypes() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getTestOnBorrow() - Method in class org.apache.commons.dbcp.BasicDataSource
-
- getTestOnBorrow() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
When true, objects will be
{*link PoolableObjectFactory#validateObject validated}
before being returned by the {*link #borrowObject}
method.
- getTestOnReturn() - Method in class org.apache.commons.dbcp.BasicDataSource
-
- getTestOnReturn() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
When true, objects will be
{*link PoolableObjectFactory#validateObject validated}
before being returned to the pool within the
{*link #returnObject}.
- getTestWhileIdle() - Method in class org.apache.commons.dbcp.BasicDataSource
-
- getTestWhileIdle() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
When true, objects will be
{*link PoolableObjectFactory#validateObject validated}
by the idle object evictor (if any).
- getTime(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getTime(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getTime(int, Calendar) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getTime(int, Calendar) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getTime(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getTime(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getTime(String, Calendar) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getTime(String, Calendar) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getTimeBetweenEvictionRunsMillis() - Method in class org.apache.commons.dbcp.BasicDataSource
-
- getTimeBetweenEvictionRunsMillis() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Returns the number of milliseconds to sleep between runs of the
idle object evictor thread.
- getTimeBetweenEvictionRunsMillis() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
Returns the number of milliseconds to sleep between runs of the
idle object evictor thread.
- getTimeDateFunctions() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getTimestamp(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getTimestamp(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getTimestamp(int, Calendar) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getTimestamp(int, Calendar) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getTimestamp(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getTimestamp(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getTimestamp(String, Calendar) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getTimestamp(String, Calendar) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getTransactionIsolation() - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- getTransactionManager() - Method in class org.apache.commons.dbcp.managed.BasicManagedDataSource
-
Gets the required transaction manager property.
- getTransactionRegistry() - Method in class org.apache.commons.dbcp.managed.DataSourceXAConnectionFactory
-
- getTransactionRegistry() - Method in class org.apache.commons.dbcp.managed.LocalXAConnectionFactory
-
- getTransactionRegistry() - Method in interface org.apache.commons.dbcp.managed.XAConnectionFactory
-
Gets the TransactionRegistry for this connection factory which contains a the
XAResource for every connection created by this factory.
- getType() - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getType(int) - Method in class org.apache.commons.jocl.JOCLContentHandler
-
Returns the type of the object at the specified index.
- getTypeArray() - Method in class org.apache.commons.jocl.JOCLContentHandler
-
Returns a shallow copy of my list of types.
- getTypeInfo() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getTypeMap() - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- getUDTs(String, String, String, int[]) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getUpdateCount() - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- getUrl() - Method in class org.apache.commons.dbcp.BasicDataSource
-
- getUrl() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Get the value of url used to locate the database for this datasource.
- getURL() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getURL(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getURL(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getURL(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- getURL(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getUser() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Get the value of default user (login or username).
- getUsername() - Method in class org.apache.commons.dbcp.BasicDataSource
-
- getUsername() - Method in class org.apache.commons.dbcp.managed.DataSourceXAConnectionFactory
-
Gets the username used to authenticate new connections.
- getUserName() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getValidationQuery() - Method in class org.apache.commons.dbcp.BasicDataSource
-
Returns the validation query used to validate connections before
returning them.
- getValidationQuery() - Method in class org.apache.commons.dbcp.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.dbcp.BasicDataSource
-
Returns the validation query timeout.
- getValue(int) - Method in class org.apache.commons.jocl.JOCLContentHandler
-
Returns the value of the object at the specified index.
- getValueArray() - Method in class org.apache.commons.jocl.JOCLContentHandler
-
Returns a shallow copy of my list of values.
- getVersionColumns(String, String, String) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- getWarnings() - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- getWarnings() - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- getWarnings() - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- getXADataSource() - Method in class org.apache.commons.dbcp.managed.BasicManagedDataSource
-
Gets the optional XADataSource class name.
- getXaDataSourceInstance() - Method in class org.apache.commons.dbcp.managed.BasicManagedDataSource
-
Gets the XADataSource instance used by the XAConnectionFactory.
- getXAResource(Connection) - Method in class org.apache.commons.dbcp.managed.TransactionRegistry
-
Gets the XAResource registered for the connection.
- parse(File) - Static method in class org.apache.commons.jocl.JOCLContentHandler
-
Parses a JOCL document from the specified file, using the
XMLReader
specified by the org.xml.sax.driver
property.
- parse(File, XMLReader) - Static method in class org.apache.commons.jocl.JOCLContentHandler
-
Parses a JOCL document from the specified file, using the
XMLReader
specified by the org.xml.sax.driver
property.
- parse(InputStream) - Static method in class org.apache.commons.jocl.JOCLContentHandler
-
Parses a JOCL document from the specified InputStream
, using the
XMLReader
specified by the org.xml.sax.driver
property.
- parse(InputStream, XMLReader) - Static method in class org.apache.commons.jocl.JOCLContentHandler
-
Parses a JOCL document from the specified InputStream
, using the specified
XMLReader
.
- parse(Reader) - Static method in class org.apache.commons.jocl.JOCLContentHandler
-
Parses a JOCL document from the specified Reader
, using the
XMLReader
specified by the org.xml.sax.driver
property.
- parse(Reader, XMLReader) - Static method in class org.apache.commons.jocl.JOCLContentHandler
-
Parses a JOCL document from the specified Reader
, using the specified
XMLReader
.
- parse(InputSource) - Static method in class org.apache.commons.jocl.JOCLContentHandler
-
Parses a JOCL document from the specified InputSource
, using thethe
XMLReader
specified by the org.xml.sax.driver
property.
- parse(InputSource, XMLReader) - Static method in class org.apache.commons.jocl.JOCLContentHandler
-
Parses a JOCL document from the specified InputSource
, using the
specified XMLReader
.
- passivateObject(Object) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
-
- passivateObject(Object, Object) - Method in class org.apache.commons.dbcp.PoolingConnection
-
KeyedPoolableObjectFactory
method for passivating
PreparedStatement
s or CallableStatement
s.
- PerUserPoolDataSource - Class in org.apache.commons.dbcp.datasources
-
A pooling DataSource
appropriate for deployment within
J2EE environment.
- PerUserPoolDataSource() - Constructor for class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
Default no-arg constructor for Serialization
- PerUserPoolDataSourceFactory - Class in org.apache.commons.dbcp.datasources
-
A JNDI ObjectFactory which creates SharedPoolDataSource
s
- PerUserPoolDataSourceFactory() - Constructor for class org.apache.commons.dbcp.datasources.PerUserPoolDataSourceFactory
-
- PoolableCallableStatement - Class in org.apache.commons.dbcp
-
- PoolableCallableStatement(CallableStatement, Object, KeyedObjectPool, Connection) - Constructor for class org.apache.commons.dbcp.PoolableCallableStatement
-
Constructor.
- PoolableConnection - Class in org.apache.commons.dbcp
-
A delegating connection that, rather than closing the underlying
connection, returns itself to an ObjectPool
when
closed.
- PoolableConnection(Connection, ObjectPool) - Constructor for class org.apache.commons.dbcp.PoolableConnection
-
- PoolableConnection(Connection, ObjectPool, AbandonedConfig) - Constructor for class org.apache.commons.dbcp.PoolableConnection
-
- PoolableConnectionFactory - Class in org.apache.commons.dbcp
-
- PoolableConnectionFactory(ConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, boolean, boolean) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
-
Create a new PoolableConnectionFactory.
- PoolableConnectionFactory(ConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, boolean, boolean, int) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
-
Create a new PoolableConnectionFactory.
- PoolableConnectionFactory(ConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, boolean, boolean, int, String, AbandonedConfig) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
-
Create a new PoolableConnectionFactory.
- PoolableConnectionFactory(ConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, boolean, boolean, int, AbandonedConfig) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
-
Create a new PoolableConnectionFactory.
- PoolableConnectionFactory(ConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, boolean, boolean, AbandonedConfig) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
-
Create a new PoolableConnectionFactory.
- PoolableConnectionFactory(ConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, int, boolean, boolean) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
-
Create a new PoolableConnectionFactory.
- PoolableConnectionFactory(ConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, int, boolean, boolean, int) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
-
Create a new PoolableConnectionFactory.
- PoolableConnectionFactory(ConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, int, Boolean, boolean, int, String, AbandonedConfig) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
-
Create a new PoolableConnectionFactory.
- PoolableConnectionFactory(ConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, int, Collection, boolean, boolean) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
-
Create a new PoolableConnectionFactory.
- PoolableConnectionFactory(ConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, int, Collection, boolean, boolean, int) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
-
Create a new PoolableConnectionFactory.
- PoolableConnectionFactory(ConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, int, Collection, Boolean, boolean, int, String, AbandonedConfig) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
-
Create a new PoolableConnectionFactory.
- PoolableConnectionFactory(ConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, Boolean, boolean, int, String, AbandonedConfig) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
-
Create a new PoolableConnectionFactory.
- PoolableConnectionFactory(ConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, Collection, boolean, boolean) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
-
Create a new PoolableConnectionFactory.
- PoolableConnectionFactory(ConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, Collection, boolean, boolean, int) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
-
Create a new PoolableConnectionFactory.
- PoolableConnectionFactory(ConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, Collection, Boolean, boolean, int, String, AbandonedConfig) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
-
Create a new PoolableConnectionFactory.
- PoolableManagedConnection - Class in org.apache.commons.dbcp.managed
-
PoolableConnection that unregisters from TransactionRegistry on Connection real destroy.
- PoolableManagedConnection(TransactionRegistry, Connection, ObjectPool) - Constructor for class org.apache.commons.dbcp.managed.PoolableManagedConnection
-
Create a PoolableManagedConnection.
- PoolableManagedConnection(TransactionRegistry, Connection, ObjectPool, AbandonedConfig) - Constructor for class org.apache.commons.dbcp.managed.PoolableManagedConnection
-
Create a PoolableManagedConnection.
- PoolableManagedConnectionFactory - Class in org.apache.commons.dbcp.managed
-
- PoolableManagedConnectionFactory(XAConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, boolean, boolean) - Constructor for class org.apache.commons.dbcp.managed.PoolableManagedConnectionFactory
-
Create a PoolableManagedConnectionFactory and attach it to a connection pool.
- PoolableManagedConnectionFactory(XAConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, int, Collection, Boolean, boolean, int, String, AbandonedConfig) - Constructor for class org.apache.commons.dbcp.managed.PoolableManagedConnectionFactory
-
Create a PoolableManagedConnectionFactory and attach it to a connection pool.
- PoolablePreparedStatement - Class in org.apache.commons.dbcp
-
- PoolablePreparedStatement(PreparedStatement, Object, KeyedObjectPool, Connection) - Constructor for class org.apache.commons.dbcp.PoolablePreparedStatement
-
Constructor
- PoolingConnection - Class in org.apache.commons.dbcp
-
- PoolingConnection(Connection) - Constructor for class org.apache.commons.dbcp.PoolingConnection
-
Constructor.
- PoolingConnection(Connection, KeyedObjectPool) - Constructor for class org.apache.commons.dbcp.PoolingConnection
-
Constructor.
- PoolingDataSource - Class in org.apache.commons.dbcp
-
A simple DataSource
implementation that obtains
Connection
s from the specified ObjectPool
.
- PoolingDataSource() - Constructor for class org.apache.commons.dbcp.PoolingDataSource
-
- PoolingDataSource(ObjectPool) - Constructor for class org.apache.commons.dbcp.PoolingDataSource
-
- PoolingDriver - Class in org.apache.commons.dbcp
-
A Driver
implementation that obtains
Connection
s from a registered
ObjectPool
.
- PoolingDriver() - Constructor for class org.apache.commons.dbcp.PoolingDriver
-
- prepareCall(String) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- prepareCall(String) - Method in class org.apache.commons.dbcp.PoolingConnection
-
Create or obtain a CallableStatement
from the pool.
- prepareCall(String, int, int) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- prepareCall(String, int, int) - Method in class org.apache.commons.dbcp.PoolingConnection
-
Create or obtain a CallableStatement
from the pool.
- prepareCall(String, int, int, int) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- prepareStatement(String) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- prepareStatement(String) - Method in class org.apache.commons.dbcp.PoolingConnection
-
Create or obtain a PreparedStatement
from the pool.
- prepareStatement(String, int) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- prepareStatement(String, int[]) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- prepareStatement(String, int, int) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- prepareStatement(String, int, int) - Method in class org.apache.commons.dbcp.PoolingConnection
-
Create or obtain a PreparedStatement
from the pool.
- prepareStatement(String, int, int, int) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- prepareStatement(String, String[]) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- previous() - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- printStackTrace() - Method in class org.apache.commons.dbcp.AbandonedTrace
-
Prints a stack trace of the code that
created this object.
- setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.commons.dbcp.BasicDataSource
-
Sets the value of the accessToUnderlyingConnectionAllowed property.
- setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Sets the value of the accessToUnderlyingConnectionAllowed property.
- setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.commons.dbcp.PoolingDataSource
-
Sets the value of the accessToUnderlyingConnectionAllowed property.
- setAccessToUnderlyingConnectionAllowed(boolean) - Static method in class org.apache.commons.dbcp.PoolingDriver
-
Sets the value of the accessToUnderlyingConnectionAllowed property.
- setArray(int, Array) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setAsciiStream(int, InputStream) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setAsciiStream(int, InputStream, int) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setAsciiStream(int, InputStream, long) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setAsciiStream(String, InputStream) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setAsciiStream(String, InputStream, int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setAsciiStream(String, InputStream, long) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setAutoCommit(boolean) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- setAutoCommit(boolean) - Method in class org.apache.commons.dbcp.managed.ManagedConnection
-
- setBigDecimal(int, BigDecimal) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setBigDecimal(String, BigDecimal) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setBinaryStream(int, InputStream) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setBinaryStream(int, InputStream, int) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setBinaryStream(int, InputStream, long) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setBinaryStream(String, InputStream) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setBinaryStream(String, InputStream, int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setBinaryStream(String, InputStream, long) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setBlob(int, InputStream) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setBlob(int, InputStream, long) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setBlob(int, Blob) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setBlob(String, InputStream) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setBlob(String, InputStream, long) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setBlob(String, Blob) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setBoolean(int, boolean) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setBoolean(String, boolean) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setByte(int, byte) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setByte(String, byte) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setBytes(int, byte[]) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setBytes(String, byte[]) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setCatalog(String) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- setCharacterStream(int, Reader) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setCharacterStream(int, Reader, int) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setCharacterStream(int, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setCharacterStream(String, Reader) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setCharacterStream(String, Reader, int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setCharacterStream(String, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setClientInfo(String, String) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- setClientInfo(Properties) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- setClob(int, Reader) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setClob(int, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setClob(int, Clob) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setClob(String, Reader) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setClob(String, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setClob(String, Clob) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setConnectionFactory(ConnectionFactory) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
-
- setConnectionInitSql(Collection) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
-
Sets the SQL statements I use to initialize newly created Connection
s.
- setConnectionInitSqls(Collection) - Method in class org.apache.commons.dbcp.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.dbcp.datasources.InstanceKeyDataSource
-
Set the backend ConnectionPoolDataSource.
- setConnectionProperties(String) - Method in class org.apache.commons.dbcp.BasicDataSource
-
Sets the connection properties passed to driver.connect(...).
- setConnectionProperties(Properties) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Set the connection properties passed to the JDBC driver.
- setCursorName(String) - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- setDataSourceName(String) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
Set the name of the ConnectionPoolDataSource which backs this pool.
- setDate(int, Date) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setDate(int, Date, Calendar) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setDate(String, Date) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setDate(String, Date, Calendar) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setDefaultAutoCommit(boolean) - Method in class org.apache.commons.dbcp.BasicDataSource
-
Sets default auto-commit state of connections returned by this
datasource.
- setDefaultAutoCommit(boolean) - Method in class org.apache.commons.dbcp.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.dbcp.PoolableConnectionFactory
-
Sets the default "auto commit" setting for borrowed Connection
s
- setDefaultCatalog(String) - Method in class org.apache.commons.dbcp.BasicDataSource
-
Sets the default catalog.
- setDefaultCatalog(String) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
-
Sets the default "catalog" setting for borrowed Connection
s
- setDefaultMaxActive(int) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
The maximum number of active connections that can be allocated from
this pool at the same time, or non-positive for no limit.
- setDefaultMaxIdle(int) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
The maximum number of active connections that can remain idle in the
pool, without extra ones being released, or negative for no limit.
- setDefaultMaxWait(int) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
The maximum number of milliseconds that the pool will wait (when there
are no available connections) for a connection to be returned before
throwing an exception, or -1 to wait indefinitely.
- setDefaultReadOnly(boolean) - Method in class org.apache.commons.dbcp.BasicDataSource
-
Sets defaultReadonly property.
- setDefaultReadOnly(boolean) - Method in class org.apache.commons.dbcp.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.dbcp.PoolableConnectionFactory
-
Sets the default "read only" setting for borrowed Connection
s
- setDefaultTransactionIsolation(int) - Method in class org.apache.commons.dbcp.BasicDataSource
-
Sets the default transaction isolation state for returned
connections.
- setDefaultTransactionIsolation(int) - Method in class org.apache.commons.dbcp.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.dbcp.PoolableConnectionFactory
-
Sets the default "Transaction Isolation" setting for borrowed Connection
s
- setDelegate(CallableStatement) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
Sets my delegate.
- setDelegate(Connection) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
Sets my delegate.
- setDelegate(PreparedStatement) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
Sets my delegate.
- setDelegate(Statement) - Method in class org.apache.commons.dbcp.DelegatingStatement
-
Sets my delegate.
- setDescription(String) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Set the value of description.
- setDescription(String) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
Set the description.
- setDocumentLocator(Locator) - Method in class org.apache.commons.jocl.JOCLContentHandler
-
- setDouble(int, double) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setDouble(String, double) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setDriver(String) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Set the driver classname.
- setDriverClassLoader(ClassLoader) - Method in class org.apache.commons.dbcp.BasicDataSource
-
Sets the class loader to be used to load the JDBC driver.
- setDriverClassName(String) - Method in class org.apache.commons.dbcp.BasicDataSource
-
Sets the jdbc driver class name.
- setEscapeProcessing(boolean) - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- setFetchDirection(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- setFetchDirection(int) - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- setFetchSize(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- setFetchSize(int) - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- setFloat(int, float) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setFloat(String, float) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setHoldability(int) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- setInitialSize(int) - Method in class org.apache.commons.dbcp.BasicDataSource
-
Sets the initial size of the connection pool.
- setInt(int, int) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setInt(String, int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setJndiEnvironment(String, String) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
Sets the value of the given JNDI environment property to be used when
instantiating a JNDI InitialContext.
- setLogAbandoned(boolean) - Method in class org.apache.commons.dbcp.AbandonedConfig
-
Flag to log stack traces for application code which abandoned
a Statement or Connection.
- setLogAbandoned(boolean) - Method in class org.apache.commons.dbcp.BasicDataSource
-
- setLoginTimeout(int) - Method in class org.apache.commons.dbcp.BasicDataSource
-
BasicDataSource does NOT support this method.
- setLoginTimeout(int) - Method in class org.apache.commons.dbcp.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.dbcp.datasources.InstanceKeyDataSource
-
Set the value of loginTimeout.
- setLoginTimeout(int) - Method in class org.apache.commons.dbcp.PoolingDataSource
-
Throws UnsupportedOperationException
.
- setLogWriter(PrintWriter) - Method in class org.apache.commons.dbcp.AbandonedConfig
-
Sets the log writer to be used by this configuration to log
information on abandoned objects.
- setLogWriter(PrintWriter) - Method in class org.apache.commons.dbcp.BasicDataSource
-
Sets the log writer being used by this data source.
- setLogWriter(PrintWriter) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Set the log writer for this data source.
- setLogWriter(PrintWriter) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
Set the value of logWriter.
- setLogWriter(PrintWriter) - Method in class org.apache.commons.dbcp.PoolingDataSource
-
Sets my log writer.
- setLong(int, long) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setLong(String, long) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setMaxActive(int) - Method in class org.apache.commons.dbcp.BasicDataSource
-
Sets the maximum number of active connections that can be
allocated at the same time.
- setMaxActive(int) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
The maximum number of active statements that can be allocated from
this pool at the same time, or non-positive for no limit.
- setMaxActive(int) - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSource
-
The maximum number of active connections that can be allocated from
this pool at the same time, or non-positive for no limit.
- setMaxFieldSize(int) - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- setMaxIdle(int) - Method in class org.apache.commons.dbcp.BasicDataSource
-
Sets the maximum number of connections that can remain idle in the
pool.
- setMaxIdle(int) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
The maximum number of statements that can remain idle in the
pool, without extra ones being released, or negative for no limit.
- setMaxIdle(int) - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSource
-
The maximum number of active connections 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.dbcp.BasicDataSource
-
- setMaxPreparedStatements(int) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Sets the maximum number of prepared statements.
- setMaxRows(int) - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- setMaxWait(int) - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSource
-
The maximum number of milliseconds that the pool will wait (when there
are no available connections) for a connection to be returned before
throwing an exception, or -1 to wait indefinitely.
- setMaxWait(long) - Method in class org.apache.commons.dbcp.BasicDataSource
-
Sets the maxWait property.
- setMinEvictableIdleTimeMillis(int) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Sets the minimum amount of time a statement may sit idle in the pool
before it is eligable for eviction by the idle object evictor
(if any).
- setMinEvictableIdleTimeMillis(int) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
Sets the minimum amount of time an object may sit idle in the pool
before it is eligable for eviction by the idle object evictor
(if any).
- setMinEvictableIdleTimeMillis(long) - Method in class org.apache.commons.dbcp.BasicDataSource
-
- setMinIdle(int) - Method in class org.apache.commons.dbcp.BasicDataSource
-
Sets the minimum number of idle connections in the pool.
- setNCharacterStream(int, Reader) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setNCharacterStream(int, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setNCharacterStream(String, Reader) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setNCharacterStream(String, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setNClob(int, Reader) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setNClob(int, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setNClob(int, NClob) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setNClob(String, Reader) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setNClob(String, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setNClob(String, NClob) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setNetworkTimeout(Executor, int) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- setNetworkTimeout(Executor, int) - Method in class org.apache.commons.dbcp.PoolingConnection
-
- setNString(int, String) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setNString(String, String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setNull(int, int) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setNull(int, int, String) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setNull(String, int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setNull(String, int, String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setNumTestsPerEvictionRun(int) - Method in class org.apache.commons.dbcp.BasicDataSource
-
- setNumTestsPerEvictionRun(int) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Sets the number of statements to examine during each run of the
idle object evictor thread (if any).
- setNumTestsPerEvictionRun(int) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
Sets the number of objects to examine during each run of the
idle object evictor thread (if any).
- setObject(int, Object) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setObject(int, Object, int) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setObject(int, Object, int, int) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setObject(String, Object) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setObject(String, Object, int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setObject(String, Object, int, int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setPassword(String) - Method in class org.apache.commons.dbcp.BasicDataSource
-
- setPassword(String) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Set the value of password for the default user.
- setPassword(String) - Method in class org.apache.commons.dbcp.managed.DataSourceXAConnectionFactory
-
Sets the password used to authenticate new connections.
- setPerUserDefaultAutoCommit(String, Boolean) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
The keys are usernames and the value is the --.
- setPerUserDefaultReadOnly(String, Boolean) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
The keys are usernames and the value is the --.
- setPerUserDefaultTransactionIsolation(String, Integer) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
The isolation level of connections when returned from getConnection.
- setPerUserMaxActive(String, Integer) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
The maximum number of active connections that can be allocated from
this pool at the same time, or non-positive for no limit.
- setPerUserMaxIdle(String, Integer) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
The maximum number of active connections that can remain idle in the
pool, without extra ones being released, or negative for no limit.
- setPerUserMaxWait(String, Integer) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
-
The maximum number of milliseconds that the pool will wait (when there
are no available connections) for a connection to be returned before
throwing an exception, or -1 to wait indefinitely.
- setPool(ObjectPool) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
-
Sets the ObjectPool
in which to pool Connection
s.
- setPool(ObjectPool) - Method in class org.apache.commons.dbcp.PoolingDataSource
-
- setPoolable(boolean) - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- setPoolPreparedStatements(boolean) - Method in class org.apache.commons.dbcp.BasicDataSource
-
Sets whether to pool statements or not.
- setPoolPreparedStatements(boolean) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Flag to toggle the pooling of PreparedStatement
s
- setQueryTimeout(int) - Method in class org.apache.commons.dbcp.DelegatingStatement
-
- setReadOnly(boolean) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- setReadOnly(boolean) - Method in class org.apache.commons.dbcp.managed.ManagedConnection
-
- setRef(int, Ref) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setRemoveAbandoned(boolean) - Method in class org.apache.commons.dbcp.AbandonedConfig
-
Flag to remove abandoned connections if they exceed the
removeAbandonedTimeout.
- setRemoveAbandoned(boolean) - Method in class org.apache.commons.dbcp.BasicDataSource
-
- setRemoveAbandonedTimeout(int) - Method in class org.apache.commons.dbcp.AbandonedConfig
-
Timeout in seconds before an abandoned connection can be removed.
- setRemoveAbandonedTimeout(int) - Method in class org.apache.commons.dbcp.BasicDataSource
-
- setRollbackAfterValidation(boolean) - Method in class org.apache.commons.dbcp.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.
- setRowId(int, RowId) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setRowId(String, RowId) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setSavepoint() - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- setSavepoint(String) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- setSchema(String) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- setSchema(String) - Method in class org.apache.commons.dbcp.PoolingConnection
-
- setSharedConnection(Connection) - Method in class org.apache.commons.dbcp.managed.TransactionContext
-
Sets the shared connection for this transaction.
- setShort(int, short) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setShort(String, short) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setSQLXML(int, SQLXML) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setSQLXML(String, SQLXML) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setStatementPoolFactory(KeyedObjectPoolFactory) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
-
Sets the KeyedObjectPoolFactory
I use to create KeyedObjectPool
s
for pooling PreparedStatement
s.
- setString(int, String) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setString(String, String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setTestOnBorrow(boolean) - Method in class org.apache.commons.dbcp.BasicDataSource
-
- setTestOnBorrow(boolean) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
When true, objects will be
{*link PoolableObjectFactory#validateObject validated}
before being returned by the {*link #borrowObject}
method.
- setTestOnReturn(boolean) - Method in class org.apache.commons.dbcp.BasicDataSource
-
Sets the testOnReturn
property.
- setTestOnReturn(boolean) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
When true, objects will be
{*link PoolableObjectFactory#validateObject validated}
before being returned to the pool within the
{*link #returnObject}.
- setTestWhileIdle(boolean) - Method in class org.apache.commons.dbcp.BasicDataSource
-
Sets the testWhileIdle
property.
- setTestWhileIdle(boolean) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
When true, objects will be
{*link PoolableObjectFactory#validateObject validated}
by the idle object evictor (if any).
- setTime(int, Time) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setTime(int, Time, Calendar) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setTime(String, Time) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setTime(String, Time, Calendar) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setTimeBetweenEvictionRunsMillis(int) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Sets the number of milliseconds to sleep between runs of the
idle object evictor thread.
- setTimeBetweenEvictionRunsMillis(int) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
-
Sets the number of milliseconds to sleep between runs of the
idle object evictor thread.
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.commons.dbcp.BasicDataSource
-
- setTimestamp(int, Timestamp) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setTimestamp(String, Timestamp) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setTimestamp(String, Timestamp, Calendar) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setTransactionIsolation(int) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- setTransactionManager(TransactionManager) - Method in class org.apache.commons.dbcp.managed.BasicManagedDataSource
-
Sets the required transaction manager property.
- setTransactionRegistry(TransactionRegistry) - Method in class org.apache.commons.dbcp.managed.ManagedDataSource
-
Sets the transaction registry from the XAConnectionFactory used to create the pool.
- setTypeMap(Map) - Method in class org.apache.commons.dbcp.DelegatingConnection
-
- setUrl(String) - Method in class org.apache.commons.dbcp.BasicDataSource
-
- setUrl(String) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Set the value of url used to locate the database for this datasource.
- setURL(int, URL) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
-
- setURL(String, URL) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
-
- setUser(String) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-
Set the value of default user (login or username).
- setUsername(String) - Method in class org.apache.commons.dbcp.BasicDataSource
-
- setUsername(String) - Method in class org.apache.commons.dbcp.managed.DataSourceXAConnectionFactory
-
Sets the username used to authenticate new connections.
- setValidationQuery(String) - Method in class org.apache.commons.dbcp.BasicDataSource
-
- setValidationQuery(String) - Method in class org.apache.commons.dbcp.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.dbcp.PoolableConnectionFactory
-
Sets the query I use to
validate
Connection
s.
- setValidationQueryTimeout(int) - Method in class org.apache.commons.dbcp.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.dbcp.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.dbcp.managed.BasicManagedDataSource
-
Sets the optional XADataSource class name.
- setXaDataSourceInstance(XADataSource) - Method in class org.apache.commons.dbcp.managed.BasicManagedDataSource
-
Sets the XADataSource instance used by the XAConnectionFactory.
- SharedPoolDataSource - Class in org.apache.commons.dbcp.datasources
-
A pooling DataSource
appropriate for deployment within
J2EE environment.
- SharedPoolDataSource() - Constructor for class org.apache.commons.dbcp.datasources.SharedPoolDataSource
-
Default no-arg constructor for Serialization
- SharedPoolDataSourceFactory - Class in org.apache.commons.dbcp.datasources
-
A JNDI ObjectFactory which creates SharedPoolDataSource
s
- SharedPoolDataSourceFactory() - Constructor for class org.apache.commons.dbcp.datasources.SharedPoolDataSourceFactory
-
- size() - Method in class org.apache.commons.jocl.JOCLContentHandler
-
Returns the number of values and types in my list.
- startElement(String, String, String, Attributes) - Method in class org.apache.commons.jocl.JOCLContentHandler
-
- storesLowerCaseIdentifiers() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- storesLowerCaseQuotedIdentifiers() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- storesMixedCaseIdentifiers() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- storesMixedCaseQuotedIdentifiers() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- storesUpperCaseIdentifiers() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- storesUpperCaseQuotedIdentifiers() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsAlterTableWithAddColumn() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsAlterTableWithDropColumn() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsANSI92EntryLevelSQL() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsANSI92FullSQL() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsANSI92IntermediateSQL() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsBatchUpdates() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsCatalogsInDataManipulation() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsCatalogsInIndexDefinitions() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsCatalogsInPrivilegeDefinitions() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsCatalogsInProcedureCalls() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsCatalogsInTableDefinitions() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsColumnAliasing() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsConvert() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsConvert(int, int) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsCoreSQLGrammar() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsCorrelatedSubqueries() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsDataManipulationTransactionsOnly() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsDifferentTableCorrelationNames() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsExpressionsInOrderBy() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsExtendedSQLGrammar() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsFullOuterJoins() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsGetGeneratedKeys() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsGroupBy() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsGroupByBeyondSelect() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsGroupByUnrelated() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsIntegrityEnhancementFacility() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsLikeEscapeClause() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsLimitedOuterJoins() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsMinimumSQLGrammar() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsMixedCaseIdentifiers() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsMixedCaseQuotedIdentifiers() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsMultipleOpenResults() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsMultipleResultSets() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsMultipleTransactions() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsNamedParameters() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsNonNullableColumns() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsOpenCursorsAcrossCommit() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsOpenCursorsAcrossRollback() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsOpenStatementsAcrossCommit() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsOpenStatementsAcrossRollback() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsOrderByUnrelated() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsOuterJoins() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsPositionedDelete() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsPositionedUpdate() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsResultSetConcurrency(int, int) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsResultSetHoldability(int) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsResultSetType(int) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsSavepoints() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsSchemasInDataManipulation() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsSchemasInIndexDefinitions() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsSchemasInPrivilegeDefinitions() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsSchemasInProcedureCalls() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsSchemasInTableDefinitions() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsSelectForUpdate() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsStatementPooling() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsStoredFunctionsUsingCallSyntax() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsStoredProcedures() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsSubqueriesInComparisons() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsSubqueriesInExists() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsSubqueriesInIns() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsSubqueriesInQuantifieds() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsTableCorrelationNames() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsTransactionIsolationLevel(int) - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsTransactions() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsUnion() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-
- supportsUnionAll() - Method in class org.apache.commons.dbcp.DelegatingDatabaseMetaData
-