A B C D E F G H I J L M N O P R S T U V W 

A

abort(Executor) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
absolute(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
acceptsURL(String) - Method in class org.apache.commons.dbcp.PoolingDriver
 
activateObject(Object) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
 
activateObject(Object, Object) - Method in class org.apache.commons.dbcp.PoolingConnection
My KeyedPoolableObjectFactory method for activating PreparedStatements.
addBatch() - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
addBatch(String) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
addConnectionProperty(String, String) - Method in class org.apache.commons.dbcp.BasicDataSource
Add a custom connection property to the set that will be passed to our JDBC driver.
afterLast() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 

B

BasicDataSource - Class in org.apache.commons.dbcp
Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties.
BasicDataSource() - Constructor for class org.apache.commons.dbcp.BasicDataSource
 
BasicDataSourceFactory - Class in org.apache.commons.dbcp
JNDI object factory that creates an instance of BasicDataSource that has been configured based on the RefAddr values of the specified Reference, which must match the names and data types of the BasicDataSource bean properties.
BasicDataSourceFactory() - Constructor for class org.apache.commons.dbcp.BasicDataSourceFactory
 
beforeFirst() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 

C

cancel() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
cancelRowUpdates() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
clear() - Method in class org.apache.commons.jocl.JOCLContentHandler
Clears all the values and types in my list.
clear(int) - Method in class org.apache.commons.jocl.JOCLContentHandler
Removes the value/type pair at the specified index.
clearBatch() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
clearParameters() - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
clearWarnings() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
clearWarnings() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
clearWarnings() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
close() - Method in class org.apache.commons.dbcp.BasicDataSource
Close and release all connections that are currently stored in the connection pool associated with our data source.
close() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
Close pool being maintained by this datasource.
close() - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
Close pool(s) being maintained by this datasource.
close() - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSource
Close pool being maintained by this datasource.
close() - Method in class org.apache.commons.dbcp.DelegatingConnection
Closes the underlying connection, and close any Statements that were not explicitly closed.
close() - Method in class org.apache.commons.dbcp.DelegatingResultSet
Wrapper for close of ResultSet which removes this result set from being traced then calls close on the original ResultSet.
close() - Method in class org.apache.commons.dbcp.DelegatingStatement
Close this DelegatingStatement, and close any ResultSets that were not explicitly closed.
close() - Method in class org.apache.commons.dbcp.PoolableConnection
Returns me to my pool.
close() - Method in class org.apache.commons.dbcp.PoolablePreparedStatement
Return me to my pool.
close() - Method in class org.apache.commons.dbcp.PoolingConnection
Close and free all PreparedStatements from my pool, and close my underlying connection.
closeOnCompletion() - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
closeOnCompletion() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
closePool(String) - Method in class org.apache.commons.dbcp.PoolingDriver
 
commit() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
connect(String, Properties) - Method in class org.apache.commons.dbcp.PoolingDriver
 
ConnectionFactory - Interface in org.apache.commons.dbcp
Abstract factory interface for creating Connections.
ConstructorUtil - Class in org.apache.commons.jocl
Miscellaneous Constructor related utility functions.
ConstructorUtil() - Constructor for class org.apache.commons.jocl.ConstructorUtil
 
createArrayOf(String, Object[]) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
createBlob() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
createClob() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
createConnection() - Method in interface org.apache.commons.dbcp.ConnectionFactory
Create a new Connection in an implementation specific fashion.
createConnection() - Method in class org.apache.commons.dbcp.DataSourceConnectionFactory
 
createConnection() - Method in class org.apache.commons.dbcp.DriverConnectionFactory
 
createConnection() - Method in class org.apache.commons.dbcp.DriverManagerConnectionFactory
 
createDataSource(Properties) - Static method in class org.apache.commons.dbcp.BasicDataSourceFactory
Creates and configures a BasicDataSource instance based on the given properties.
createNClob() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
createSQLXML() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
createStatement() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
createStatement(int, int) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
createStatement(int, int, int) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
createStruct(String, Object[]) - Method in class org.apache.commons.dbcp.DelegatingConnection
 

D

DataSourceConnectionFactory - Class in org.apache.commons.dbcp
A DataSource-based implementation of ConnectionFactory.
DataSourceConnectionFactory(DataSource) - Constructor for class org.apache.commons.dbcp.DataSourceConnectionFactory
 
DataSourceConnectionFactory(DataSource, String, String) - Constructor for class org.apache.commons.dbcp.DataSourceConnectionFactory
 
DelegatingCallableStatement - Class in org.apache.commons.dbcp
A base delegating implementation of CallableStatement.
DelegatingCallableStatement(DelegatingConnection, CallableStatement) - Constructor for class org.apache.commons.dbcp.DelegatingCallableStatement
Create a wrapper for the Statement which traces this Statement to the Connection which created it and the code which created it.
DelegatingConnection - Class in org.apache.commons.dbcp
A base delegating implementation of Connection.
DelegatingConnection(Connection) - Constructor for class org.apache.commons.dbcp.DelegatingConnection
Create a wrapper for the Connectin which traces this Connection in the AbandonedObjectPool.
DelegatingPreparedStatement - Class in org.apache.commons.dbcp
A base delegating implementation of PreparedStatement.
DelegatingPreparedStatement(DelegatingConnection, PreparedStatement) - Constructor for class org.apache.commons.dbcp.DelegatingPreparedStatement
Create a wrapper for the Statement which traces this Statement to the Connection which created it and the code which created it.
DelegatingResultSet - Class in org.apache.commons.dbcp
A base delegating implementation of ResultSet.
DelegatingResultSet(Statement, ResultSet) - Constructor for class org.apache.commons.dbcp.DelegatingResultSet
Create a wrapper for the ResultSet which traces this ResultSet to the Statement which created it and the code which created it.
DelegatingStatement - Class in org.apache.commons.dbcp
A base delegating implementation of Statement.
DelegatingStatement(DelegatingConnection, Statement) - Constructor for class org.apache.commons.dbcp.DelegatingStatement
Create a wrapper for the Statement which traces this Statement to the Connection which created it and the code which created it.
deleteRow() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
destroyObject(Object) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
 
destroyObject(Object, Object) - Method in class org.apache.commons.dbcp.PoolingConnection
My KeyedPoolableObjectFactory method for destroying PreparedStatements.
DriverAdapterCPDS - Class in org.apache.commons.dbcp.cpdsadapter
An adapter for jdbc drivers that do not include an implementation of ConnectionPoolDataSource, but still include a DriverManager implementation.
DriverAdapterCPDS() - Constructor for class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
Default no-arg constructor for Serialization
DriverConnectionFactory - Class in org.apache.commons.dbcp
A Driver-based implementation of ConnectionFactory.
DriverConnectionFactory(Driver, String, Properties) - Constructor for class org.apache.commons.dbcp.DriverConnectionFactory
 
DriverManagerConnectionFactory - Class in org.apache.commons.dbcp
A DriverManager-based implementation of ConnectionFactory.
DriverManagerConnectionFactory(String, Properties) - Constructor for class org.apache.commons.dbcp.DriverManagerConnectionFactory
 
DriverManagerConnectionFactory(String, String, String) - Constructor for class org.apache.commons.dbcp.DriverManagerConnectionFactory
 

E

endElement(String, String, String) - Method in class org.apache.commons.jocl.JOCLContentHandler
 
equals(Object) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
equals(Object) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
equals(Object) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
equals(Object) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
equals(Object) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
execute() - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
execute(String) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
execute(String, int) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
execute(String, int[]) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
execute(String, String[]) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
executeBatch() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
executeQuery() - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
executeQuery(String) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
executeUpdate() - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
executeUpdate(String) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
executeUpdate(String, int) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
executeUpdate(String, int[]) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
executeUpdate(String, String[]) - Method in class org.apache.commons.dbcp.DelegatingStatement
 

F

findColumn(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
first() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 

G

getArray(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getArray(String) - 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.DelegatingResultSet
 
getAsciiStream(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getAsciiStream(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getAutoCommit() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
getBigDecimal(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getBigDecimal(String) - 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.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(String) - 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.DelegatingResultSet
 
getBoolean(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getBoolean(String) - 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.DelegatingResultSet
 
getByte(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getByte(String) - 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.DelegatingResultSet
 
getBytes(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getBytes(String) - 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.DelegatingResultSet
 
getCatalog() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
getCause() - Method in exception org.apache.commons.dbcp.SQLNestedException
 
getCharacterStream(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getCharacterStream(String) - 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.DelegatingResultSet
 
getClientInfo(String) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
getClientInfo() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
getClob(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getClob(String) - 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.DelegatingResultSet
 
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(String, String) - 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(String, String) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
Attempt to establish a database connection.
getConnection() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
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.PoolingDataSource
Throws UnsupportedOperationException
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.
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.
getCursorName() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
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, Calendar) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getDate(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getDate(String, Calendar) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getDate(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getDate(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getDate(int, Calendar) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getDate(String, Calendar) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getDefaultAutoCommit() - Method in class org.apache.commons.dbcp.BasicDataSource
 
getDefaultCatalog() - Method in class org.apache.commons.dbcp.BasicDataSource
 
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 zero 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 zero 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
 
getDefaultTransactionIsolation() - Method in class org.apache.commons.dbcp.BasicDataSource
 
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.
getDelegate() - Method in class org.apache.commons.dbcp.DelegatingConnection
Returns my underlying Connection.
getDelegate() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getDelegate() - Method in class org.apache.commons.dbcp.DelegatingStatement
Returns my underlying Statement.
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(String) - 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.DelegatingResultSet
 
getDriver() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
Get the driver classname.
getDriverClassName() - Method in class org.apache.commons.dbcp.BasicDataSource
 
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(String) - 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.DelegatingResultSet
 
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
 
getInitialSize() - Method in class org.apache.commons.dbcp.BasicDataSource
 
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.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.
getInt(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getInt(String) - 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.DelegatingResultSet
 
getJndiEnvironment(String) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
Get the value of jndiEnvironment which is used when instantiating a jndi InitialContext.
getLoginTimeout() - Method in class org.apache.commons.dbcp.BasicDataSource
Return the login timeout (in seconds) for connecting to the database.
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.BasicDataSource
Return 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(String) - 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.DelegatingResultSet
 
getMajorVersion() - Method in class org.apache.commons.dbcp.PoolingDriver
 
getMaxActive() - Method in class org.apache.commons.dbcp.BasicDataSource
 
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 zero 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 zero for no limit.
getMaxFieldSize() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
getMaxIdle() - Method in class org.apache.commons.dbcp.BasicDataSource
 
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 zero 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 zero for no limit.
getMaxOpenPreparedStatements() - Method in class org.apache.commons.dbcp.BasicDataSource
 
getMaxRows() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
getMaxWait() - Method in class org.apache.commons.dbcp.BasicDataSource
 
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
 
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(String) - 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.DelegatingResultSet
 
getNClob(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getNClob(String) - 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.DelegatingResultSet
 
getNetworkTimeout() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
getNString(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getNString(String) - 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.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(String, String) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
Get the number of active connections in the pool for a given user.
getNumActive() - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSource
Get the number of active connections in the pool.
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(String, String) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
Get the number of idle connections in the pool for a given user.
getNumIdle() - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSource
Get the number of idle connections in the pool.
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, Map) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getObject(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getObject(String, Map) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getObject(int, Class<T>) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getObject(String, Class<T>) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getObject(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getObject(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getObject(int, Map) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getObject(String, Map) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getObject(int, Class<T>) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getObject(String, Class<T>) - 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
 
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 zero 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 zero 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
 
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
 
getPropertyInfo(String, Properties) - Method in class org.apache.commons.dbcp.PoolingDriver
 
getQueryTimeout() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
getRef(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getRef(String) - 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.DelegatingResultSet
 
getReference() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
Referenceable implementation.
getReference() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
Referenceable implementation prepares object for binding in jndi.
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.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(String) - 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.DelegatingResultSet
 
getSchema() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
getShort(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getShort(String) - 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.DelegatingResultSet
 
getSQLXML(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getSQLXML(String) - 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.DelegatingResultSet
 
getStatement() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getString(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getString(String) - 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.DelegatingResultSet
 
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, Calendar) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getTime(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getTime(String, Calendar) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getTime(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getTime(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getTime(int, Calendar) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
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.
getTimestamp(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getTimestamp(int, Calendar) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getTimestamp(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getTimestamp(String, Calendar) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getTimestamp(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getTimestamp(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getTimestamp(int, Calendar) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getTimestamp(String, Calendar) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getTransactionIsolation() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
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.
getTypeMap() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
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(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getURL(String) - 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.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
 
getValidationQuery() - Method in class org.apache.commons.dbcp.BasicDataSource
 
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.
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.
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
 

H

hashCode() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
hashCode() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
hashCode() - Method in class org.apache.commons.dbcp.DelegatingStatement
 

I

insertRow() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
InstanceKeyDataSource - Class in org.apache.commons.dbcp.datasources
The base class for SharedPoolDataSource and PerUserPoolDataSource.
InstanceKeyDataSource() - Constructor for class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
Default no-arg constructor for Serialization
invokeConstructor(Class, Class[], Object[]) - Static method in class org.apache.commons.jocl.ConstructorUtil
Creates a new instance of the specified type using a Constructor described by the given parameter types and values.
isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.commons.dbcp.BasicDataSource
Returns the value of the accessToUnderlyingConnectionAllowed property.
isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.commons.dbcp.PoolingDataSource
Returns the value of the accessToUnderlyingConnectionAllowed property.
isAccessToUnderlyingConnectionAllowed() - Static method in class org.apache.commons.dbcp.PoolingDriver
Returns the value of the accessToUnderlyingConnectionAllowed property.
isAfterLast() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
isBeforeFirst() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
isClosed() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
isClosed() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
isClosed() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
isCloseOnCompletion() - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
isCloseOnCompletion() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
isDefaultAutoCommit() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
Get the value of defaultAutoCommit, which defines the state of connections handed out from this pool.
isDefaultReadOnly() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
Get the value of defaultReadOnly, which defines the state of connections handed out from this pool.
isFirst() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
isLast() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
isPoolable() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
isPoolPreparedStatements() - Method in class org.apache.commons.dbcp.BasicDataSource
Returns true if we are pooling statements.
isPoolPreparedStatements() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
Flag to toggle the pooling of PreparedStatements
isReadOnly() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
isTestOnBorrow() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
 
isTestOnReturn() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
 
isTestWhileIdle() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
 
isValid(int) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
isWrapperFor(Class<?>) - Method in class org.apache.commons.dbcp.BasicDataSource
 
isWrapperFor(Class<?>) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
 
isWrapperFor(Class<?>) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
isWrapperFor(Class<?>) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
isWrapperFor(Class<?>) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
isWrapperFor(Class<?>) - Method in class org.apache.commons.dbcp.PoolingDataSource
 

J

jdbcCompliant() - Method in class org.apache.commons.dbcp.PoolingDriver
 
JOCL_NAMESPACE_URI - Static variable in class org.apache.commons.jocl.JOCLContentHandler
The JOCL namespace URI, http://apache.org/xml/xmlns/jakarta/commons/jocl.
JOCL_PREFIX - Static variable in class org.apache.commons.jocl.JOCLContentHandler
The default JOCL prefix, jocl:.
JOCLContentHandler - Class in org.apache.commons.jocl
A ContentHandler for the Java Object Configuration Language.
JOCLContentHandler() - Constructor for class org.apache.commons.jocl.JOCLContentHandler
JOCLContentHandler(boolean, boolean, boolean, boolean) - Constructor for class org.apache.commons.jocl.JOCLContentHandler
Construct a JOCLContentHandler.

L

last() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 

M

main(String[]) - Static method in class org.apache.commons.jocl.JOCLContentHandler
A simple tester method.
makeObject() - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
 
makeObject(Object) - Method in class org.apache.commons.dbcp.PoolingConnection
My KeyedPoolableObjectFactory method for creating PreparedStatements.
moveToCurrentRow() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
moveToInsertRow() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 

N

nativeSQL(String) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
next() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 

O

org.apache.commons.dbcp - package org.apache.commons.dbcp
Database Connection Pool API.
org.apache.commons.dbcp.cpdsadapter - package org.apache.commons.dbcp.cpdsadapter
This package contains one public class which is a ConnectionPoolDataSource (CPDS) implementation that can be used to adapt older Driver based jdbc implementations.
org.apache.commons.dbcp.datasources - package org.apache.commons.dbcp.datasources
This package contains two DataSources: PerUserPoolDataSource and SharedPoolDataSource which provide a database connection pool.
org.apache.commons.jocl - package org.apache.commons.jocl
Java Object Configuration Language, an XML application for describing Java Objects to be instantiated.

P

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(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(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(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(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(Reader, XMLReader) - Static method in class org.apache.commons.jocl.JOCLContentHandler
Parses a JOCL document from the specified Reader, using the specified XMLReader.
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(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
My KeyedPoolableObjectFactory method for passivating PreparedStatements.
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 SharedPoolDataSources
PerUserPoolDataSourceFactory() - Constructor for class org.apache.commons.dbcp.datasources.PerUserPoolDataSourceFactory
 
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
 
PoolableConnectionFactory - Class in org.apache.commons.dbcp
A PoolableObjectFactory that creates PoolableConnections.
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.
PoolablePreparedStatement - Class in org.apache.commons.dbcp
A DelegatingPreparedStatement that cooperates with PoolingConnection to implement a pool of PreparedStatements.
PoolablePreparedStatement(PreparedStatement, Object, KeyedObjectPool, Connection) - Constructor for class org.apache.commons.dbcp.PoolablePreparedStatement
Constructor
PoolingConnection - Class in org.apache.commons.dbcp
A DelegatingConnection that pools PreparedStatements.
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 Connections 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 Connections 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, int, int) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
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, int, int) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
prepareStatement(String, int, int, int) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
prepareStatement(String, int) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
prepareStatement(String, int[]) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
prepareStatement(String, 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 my pool.
prepareStatement(String, int, int) - Method in class org.apache.commons.dbcp.PoolingConnection
Create or obtain a PreparedStatement from my pool.
previous() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
printStackTrace(PrintStream) - Method in exception org.apache.commons.dbcp.SQLNestedException
 
printStackTrace(PrintWriter) - Method in exception org.apache.commons.dbcp.SQLNestedException
 

R

reallyClose() - Method in class org.apache.commons.dbcp.PoolableConnection
Actually close my underlying Connection.
refreshRow() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
registerOutParameter(int, int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
registerOutParameter(int, int, int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
registerOutParameter(int, int, String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
registerOutParameter(String, int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
registerOutParameter(String, int, int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
registerOutParameter(String, int, String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
registerPool(String, ObjectPool) - Method in class org.apache.commons.dbcp.PoolingDriver
 
relative(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
releaseSavepoint(Savepoint) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
removeConnectionProperty(String) - Method in class org.apache.commons.dbcp.BasicDataSource
 
rollback() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
rollback(Savepoint) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
rowDeleted() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
rowInserted() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
rowUpdated() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 

S

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.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(String, InputStream, int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setAsciiStream(String, InputStream, long) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setAsciiStream(String, InputStream) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
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(int, InputStream) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setAutoCommit(boolean) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
setBigDecimal(String, BigDecimal) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setBinaryStream(String, InputStream, int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setBinaryStream(String, InputStream, long) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setBinaryStream(String, InputStream) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
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(int, InputStream) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setBlob(String, InputStream, long) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setBlob(String, Blob) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setBlob(String, InputStream) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setBlob(int, Blob) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setBlob(int, InputStream, long) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setBlob(int, InputStream) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setBoolean(String, boolean) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setBoolean(int, boolean) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setByte(String, byte) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setByte(int, byte) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setBytes(String, byte[]) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setBytes(int, byte[]) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setCatalog(String) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
setCharacterStream(String, Reader, int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setCharacterStream(String, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setCharacterStream(String, Reader) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
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(int, Reader) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setClientInfo(String, String) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
setClientInfo(Properties) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
setClob(String, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setClob(String, Clob) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setClob(String, Reader) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setClob(int, Clob) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setClob(int, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setClob(int, Reader) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setConnectionFactory(ConnectionFactory) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
Sets the ConnectionFactory from which to obtain base Connections.
setConnectionPoolDataSource(ConnectionPoolDataSource) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
Set the backend ConnectionPoolDataSource.
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(String, Date) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setDate(String, Date, Calendar) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setDate(int, Date) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setDate(int, Date, Calendar) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setDefaultAutoCommit(boolean) - Method in class org.apache.commons.dbcp.BasicDataSource
 
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 Connections
setDefaultCatalog(String) - Method in class org.apache.commons.dbcp.BasicDataSource
 
setDefaultCatalog(String) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
Sets the default "catalog" setting for borrowed Connections
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 zero 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 zero 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
 
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 Connections
setDefaultTransactionIsolation(int) - Method in class org.apache.commons.dbcp.BasicDataSource
 
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 Connections
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(String, double) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setDouble(int, double) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setDriver(String) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
Set the driver classname.
setDriverClassName(String) - Method in class org.apache.commons.dbcp.BasicDataSource
 
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(String, float) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setFloat(int, float) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setHoldability(int) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
setInitialSize(int) - Method in class org.apache.commons.dbcp.BasicDataSource
 
setInt(String, int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setInt(int, int) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setJndiEnvironment(String, String) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
Set the value of jndiEnvironment which is used when instantiating a jndi InitialContext.
setLoginTimeout(int) - Method in class org.apache.commons.dbcp.BasicDataSource
Set the login timeout (in seconds) for connecting to the database.
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.BasicDataSource
Set 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(String, long) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setLong(int, long) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setMaxActive(int) - Method in class org.apache.commons.dbcp.BasicDataSource
 
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 zero 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 zero for no limit.
setMaxFieldSize(int) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
setMaxIdle(int) - Method in class org.apache.commons.dbcp.BasicDataSource
 
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 zero 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 zero for no limit.
setMaxOpenPreparedStatements(int) - Method in class org.apache.commons.dbcp.BasicDataSource
 
setMaxRows(int) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
setMaxWait(long) - Method in class org.apache.commons.dbcp.BasicDataSource
 
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.
setMinEvictableIdleTimeMillis(long) - Method in class org.apache.commons.dbcp.BasicDataSource
 
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).
setMinIdle(int) - Method in class org.apache.commons.dbcp.BasicDataSource
 
setNCharacterStream(String, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setNCharacterStream(String, Reader) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setNCharacterStream(int, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setNCharacterStream(int, Reader) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setNClob(String, NClob) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setNClob(String, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setNClob(String, Reader) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setNClob(int, NClob) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setNClob(int, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setNClob(int, Reader) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setNetworkTimeout(Executor, int) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
setNString(String, String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setNString(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
 
setNull(int, int) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setNull(int, int, String) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
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(String, Object, int, int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setObject(String, Object, int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setObject(String, Object) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setObject(int, Object, int, int) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setObject(int, Object, int) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setObject(int, Object) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
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.
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 zero 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 zero 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 Connections.
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 PreparedStatements
setQueryTimeout(int) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
setReadOnly(boolean) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
setRef(int, Ref) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setRowId(String, RowId) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setRowId(int, RowId) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
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
 
setShort(String, short) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setShort(int, short) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setSQLXML(String, SQLXML) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setSQLXML(int, SQLXML) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setStatementPoolFactory(KeyedObjectPoolFactory) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
Sets the KeyedObjectPoolFactory I use to create KeyedObjectPools for pooling PreparedStatements.
setString(String, String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setString(int, String) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
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
 
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
 
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(String, Time) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setTime(String, Time, Calendar) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setTime(int, Time) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setTime(int, Time, Calendar) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.commons.dbcp.BasicDataSource
 
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.
setTimestamp(String, Timestamp) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setTimestamp(int, Timestamp) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setTransactionIsolation(int) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
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(String, URL) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setURL(int, URL) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
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
 
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 Connections.
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 SharedPoolDataSources
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.
SQLNestedException - Exception in org.apache.commons.dbcp
A SQLException subclass containing another Throwable
SQLNestedException(String, Throwable) - Constructor for exception org.apache.commons.dbcp.SQLNestedException
Constructs a new SQLNestedException with specified detail message and nested Throwable.
startElement(String, String, String, Attributes) - Method in class org.apache.commons.jocl.JOCLContentHandler
 

T

toString() - Method in class org.apache.commons.dbcp.DriverConnectionFactory
 
toString() - Method in class org.apache.commons.dbcp.PoolingConnection
 

U

unwrap(Class<T>) - Method in class org.apache.commons.dbcp.BasicDataSource
 
unwrap(Class<T>) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
 
unwrap(Class<T>) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
unwrap(Class<T>) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
unwrap(Class<T>) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
unwrap(Class<T>) - Method in class org.apache.commons.dbcp.PoolingDataSource
 
updateArray(int, Array) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateArray(String, Array) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateAsciiStream(int, InputStream) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateAsciiStream(String, InputStream) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBinaryStream(int, InputStream) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBinaryStream(String, InputStream) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBlob(int, Blob) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBlob(String, Blob) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBlob(int, InputStream, long) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBlob(String, InputStream, long) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBlob(int, InputStream) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBlob(String, InputStream) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBoolean(int, boolean) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBoolean(String, boolean) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateByte(int, byte) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateByte(String, byte) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBytes(int, byte[]) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBytes(String, byte[]) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateCharacterStream(int, Reader, int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateCharacterStream(String, Reader, int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateCharacterStream(int, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateCharacterStream(String, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateCharacterStream(int, Reader) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateCharacterStream(String, Reader) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateClob(int, Clob) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateClob(String, Clob) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateClob(int, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateClob(String, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateClob(int, Reader) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateClob(String, Reader) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateDate(int, Date) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateDate(String, Date) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateDouble(int, double) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateDouble(String, double) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateFloat(int, float) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateFloat(String, float) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateInt(int, int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateInt(String, int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateLong(int, long) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateLong(String, long) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateNCharacterStream(int, Reader) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateNCharacterStream(String, Reader) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateNClob(int, NClob) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateNClob(String, NClob) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateNClob(int, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateNClob(String, Reader, long) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateNClob(int, Reader) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateNClob(String, Reader) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateNString(int, String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateNString(String, String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateNull(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateNull(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateObject(int, Object, int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateObject(int, Object) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateObject(String, Object, int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateObject(String, Object) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateRef(int, Ref) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateRef(String, Ref) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateRow() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateRowId(int, RowId) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateRowId(String, RowId) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateShort(int, short) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateShort(String, short) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateSQLXML(int, SQLXML) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateSQLXML(String, SQLXML) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateString(int, String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateString(String, String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateTime(int, Time) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateTime(String, Time) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateTimestamp(int, Timestamp) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateTimestamp(String, Timestamp) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 

V

validateConnection(Connection) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
 
validateObject(Object) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
 
validateObject(Object, Object) - Method in class org.apache.commons.dbcp.PoolingConnection
My KeyedPoolableObjectFactory method for validating PreparedStatements.

W

wasNull() - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
wasNull() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
wrapResultSet(Statement, ResultSet) - Static method in class org.apache.commons.dbcp.DelegatingResultSet
 
A B C D E F G H I J L M N O P R S T U V W 

Copyright © 2001-2003 Apache Software Foundation. Documenation generated May 10 2016.