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

A

AbandonedConfig - Class in org.apache.commons.dbcp
Deprecated. This will be removed in a future version of DBCP.
AbandonedConfig() - Constructor for class org.apache.commons.dbcp.AbandonedConfig
Deprecated.  
AbandonedObjectPool - Class in org.apache.commons.dbcp
Deprecated. This will be removed in a future version of DBCP.
AbandonedObjectPool(PoolableObjectFactory, AbandonedConfig) - Constructor for class org.apache.commons.dbcp.AbandonedObjectPool
Deprecated. Create an ObjectPool which tracks db connections.
AbandonedTrace - Class in org.apache.commons.dbcp
Deprecated. This will be removed in a future version of DBCP.
AbandonedTrace() - Constructor for class org.apache.commons.dbcp.AbandonedTrace
Deprecated. Create a new AbandonedTrace without config and without doing abandoned tracing.
AbandonedTrace(AbandonedConfig) - Constructor for class org.apache.commons.dbcp.AbandonedTrace
Deprecated. Construct a new AbandonedTrace with no parent object.
AbandonedTrace(AbandonedTrace) - Constructor for class org.apache.commons.dbcp.AbandonedTrace
Deprecated. Construct a new AbandonedTrace with a parent object.
absolute(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
acceptsURL(String) - Method in class org.apache.commons.dbcp.PoolingDriver
 
activate() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
activate() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
activate() - Method in class org.apache.commons.dbcp.PoolablePreparedStatement
 
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.
addObject(Class, Object) - Method in class org.apache.commons.jocl.JOCLContentHandler
Add the specified object either to my type/value list, or as an argument to the object I'm currently constructing.
addTrace(AbandonedTrace) - Method in class org.apache.commons.dbcp.AbandonedTrace
Deprecated. Add an object to the list of objects being traced.
addTransactionContextListener(TransactionContextListener) - Method in class org.apache.commons.dbcp.managed.TransactionContext
Adds a listener for transaction completion events.
afterCompletion(TransactionContext, boolean) - Method in class org.apache.commons.dbcp.managed.ManagedConnection.CompletionListener
 
afterCompletion(TransactionContext, boolean) - Method in interface org.apache.commons.dbcp.managed.TransactionContextListener
Occurs after the transaction commits or rolls back.
afterLast() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
assertInitializationAllowed() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
Throws an IllegalStateException, if a PooledConnection has already been requested.
ATT_CLASS - Static variable in class org.apache.commons.jocl.JOCLContentHandler
The name of the "object" element's "class" attribute.
ATT_ISNULL - Static variable in class org.apache.commons.jocl.JOCLContentHandler
The name of the "object" element's "isnull" attribute.
ATT_VALUE - Static variable in class org.apache.commons.jocl.JOCLContentHandler
The name of the "value" attribute.

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
 
BasicManagedDataSource - Class in org.apache.commons.dbcp.managed
BasicManagedDataSource is an extension of BasicDataSource which creates ManagedConnections.
BasicManagedDataSource() - Constructor for class org.apache.commons.dbcp.managed.BasicManagedDataSource
 
beforeFirst() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
borrowObject() - Method in class org.apache.commons.dbcp.AbandonedObjectPool
Deprecated. Get a db connection from the pool.

C

cancel() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
cancelRowUpdates() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
cause - Variable in exception org.apache.commons.dbcp.DbcpException
Deprecated. The root cause of this exception (typically an SQLException but this is not required).
checkOpen() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
checkOpen() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
checkOpen() - Method in class org.apache.commons.dbcp.managed.ManagedConnection
 
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
 
clearTrace() - Method in class org.apache.commons.dbcp.AbandonedTrace
Deprecated. Clear the list of objects being traced by this object.
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.managed.ManagedConnection
 
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.
closed - Variable in class org.apache.commons.dbcp.BasicDataSource
 
closePool(String) - Method in class org.apache.commons.dbcp.PoolingDriver
 
commit() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
commit(Xid, boolean) - Method in class org.apache.commons.dbcp.managed.LocalXAConnectionFactory.LocalXAResource
Commits the transaction and restores the original auto commit setting.
commit() - Method in class org.apache.commons.dbcp.managed.ManagedConnection
 
connect(String, Properties) - Method in class org.apache.commons.dbcp.PoolingDriver
 
ConnectionFactory - Interface in org.apache.commons.dbcp
Abstract factory interface for creating Connections.
connectionFactory - Variable in class org.apache.commons.dbcp.managed.LocalXAConnectionFactory
 
connectionPool - Variable in class org.apache.commons.dbcp.BasicDataSource
The object pool that internally manages our connections.
connectionProperties - Variable in class org.apache.commons.dbcp.BasicDataSource
The connection properties that will be sent to our JDBC driver when establishing new connections.
ConstructorUtil - Class in org.apache.commons.jocl
Miscellaneous Constructor related utility functions.
ConstructorUtil() - Constructor for class org.apache.commons.jocl.ConstructorUtil
 
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
 
createConnection() - Method in class org.apache.commons.dbcp.managed.DataSourceXAConnectionFactory
 
createConnection() - Method in class org.apache.commons.dbcp.managed.LocalXAConnectionFactory
 
createConnection() - Method in interface org.apache.commons.dbcp.managed.XAConnectionFactory
Create a new Connection in an implementation specific fashion.
createConnectionFactory() - Method in class org.apache.commons.dbcp.BasicDataSource
Creates a connection factory for this datasource.
createConnectionFactory() - Method in class org.apache.commons.dbcp.managed.BasicManagedDataSource
 
createConnectionPool() - Method in class org.apache.commons.dbcp.BasicDataSource
Creates a connection pool for this datasource.
createDataSource() - Method in class org.apache.commons.dbcp.BasicDataSource
Create (if necessary) and return the internal data source we are using to manage our connections.
createDataSource(Properties) - Static method in class org.apache.commons.dbcp.BasicDataSourceFactory
Creates and configures a BasicDataSource instance based on the given properties.
createDataSourceInstance() - Method in class org.apache.commons.dbcp.BasicDataSource
Creates the actual data source instance.
createDataSourceInstance() - Method in class org.apache.commons.dbcp.managed.BasicManagedDataSource
 
createKey(String, int, int) - Method in class org.apache.commons.dbcp.PoolingConnection
Create a PStmtKey for the given arguments.
createKey(String) - Method in class org.apache.commons.dbcp.PoolingConnection
Create a PStmtKey for the given arguments.
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
 

D

dataSource - Variable in class org.apache.commons.dbcp.BasicDataSource
The data source we will use to manage connections.
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
 
DataSourceXAConnectionFactory - Class in org.apache.commons.dbcp.managed
An implementation of XAConnectionFactory which uses a real XADataSource to obtain connections and XAResources.
DataSourceXAConnectionFactory(TransactionManager, XADataSource) - Constructor for class org.apache.commons.dbcp.managed.DataSourceXAConnectionFactory
Creates an DataSourceXAConnectionFactory which uses the specified XADataSource to create database connections.
DataSourceXAConnectionFactory(TransactionManager, XADataSource, String, String) - Constructor for class org.apache.commons.dbcp.managed.DataSourceXAConnectionFactory
Creates an DataSourceXAConnectionFactory which uses the specified XADataSource to create database connections.
DbcpException - Exception in org.apache.commons.dbcp
Deprecated. This will be removed in a future version of DBCP.
DbcpException() - Constructor for exception org.apache.commons.dbcp.DbcpException
Deprecated. Construct a new runtime exception with null as its detail message.
DbcpException(String) - Constructor for exception org.apache.commons.dbcp.DbcpException
Deprecated. Construct a new runtime exception with the specified detail message.
DbcpException(String, Throwable) - Constructor for exception org.apache.commons.dbcp.DbcpException
Deprecated. Construct a new runtime exception with the specified detail message and cause.
DbcpException(Throwable) - Constructor for exception org.apache.commons.dbcp.DbcpException
Deprecated. Construct a new runtime exception with the specified cause and a detail message of (cause == null ? null : cause.toString()).
defaultAutoCommit - Variable in class org.apache.commons.dbcp.BasicDataSource
The default auto-commit state of connections created by this pool.
defaultCatalog - Variable in class org.apache.commons.dbcp.BasicDataSource
The default "catalog" of connections created by this pool.
defaultReadOnly - Variable in class org.apache.commons.dbcp.BasicDataSource
The default read-only state of connections created by this pool.
defaultTransactionIsolation - Variable in class org.apache.commons.dbcp.BasicDataSource
The default TransactionIsolation state of connections created by this pool.
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.
DelegatingConnection(Connection, AbandonedConfig) - Constructor for class org.apache.commons.dbcp.DelegatingConnection
Deprecated. AbandonedConfig is now deprecated.
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
driverClassName - Variable in class org.apache.commons.dbcp.BasicDataSource
The fully qualified Java class name of the JDBC driver to be used.
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
Constructor for DriverManagerConnectionFactory.
DriverManagerConnectionFactory(String, String, String) - Constructor for class org.apache.commons.dbcp.DriverManagerConnectionFactory
Constructor for DriverManagerConnectionFactory.

E

ELT_BOOLEAN - Static variable in class org.apache.commons.jocl.JOCLContentHandler
The name of the "boolean" element.
ELT_BYTE - Static variable in class org.apache.commons.jocl.JOCLContentHandler
The name of the "byte" element.
ELT_CHAR - Static variable in class org.apache.commons.jocl.JOCLContentHandler
The name of the "char" element.
ELT_DOUBLE - Static variable in class org.apache.commons.jocl.JOCLContentHandler
The name of the "double" element.
ELT_FLOAT - Static variable in class org.apache.commons.jocl.JOCLContentHandler
The name of the "float" element.
ELT_INT - Static variable in class org.apache.commons.jocl.JOCLContentHandler
The name of the "int" element.
ELT_LONG - Static variable in class org.apache.commons.jocl.JOCLContentHandler
The name of the "long" element.
ELT_OBJECT - Static variable in class org.apache.commons.jocl.JOCLContentHandler
The name of the "object" element.
ELT_SHORT - Static variable in class org.apache.commons.jocl.JOCLContentHandler
The name of the "short" element.
ELT_STRING - Static variable in class org.apache.commons.jocl.JOCLContentHandler
The name of the "string" element.
end(Xid, int) - Method in class org.apache.commons.dbcp.managed.LocalXAConnectionFactory.LocalXAResource
This method does nothing.
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
 
forget(Xid) - Method in class org.apache.commons.dbcp.managed.LocalXAConnectionFactory.LocalXAResource
Clears the currently associated transaction if it is the specified xid.

G

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(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
 
getAttributeValue(String, Attributes) - Method in class org.apache.commons.jocl.JOCLContentHandler
Equivalent to getAttributeValue(localname,attr,null).
getAttributeValue(String, Attributes, String) - Method in class org.apache.commons.jocl.JOCLContentHandler
Returns the value of attribute with the given localname within the JOCL namespace from the given set of Attributes.
getAutoCommit() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
getBigDecimal(int, int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
Deprecated.  
getBigDecimal(int) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getBigDecimal(String) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
getBigDecimal(int, int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
Deprecated.  
getBigDecimal(String, int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
Deprecated.  
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.DbcpException
Deprecated. Return the root cause of this exception (if any).
getCause() - Method in exception org.apache.commons.dbcp.SQLNestedException
Deprecated.  
getCharacterStream(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getCharacterStream(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
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
 
getConfig() - Method in class org.apache.commons.dbcp.AbandonedTrace
Deprecated. Get the abandoned config for this object.
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
BasicDataSource does NOT support this method.
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.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.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
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.
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.
getDelegate() - Method in class org.apache.commons.dbcp.managed.ManagedConnection
 
getDelegateInternal() - Method in class org.apache.commons.dbcp.managed.ManagedConnection
Gets the actual delegate without checking the isAccessToUnderlyingConnectionAllowed() flag.
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
Returns the jdbc driver class name.
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
 
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.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(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.
getLastUsed() - Method in class org.apache.commons.dbcp.AbandonedTrace
Deprecated. Get the last time this object was used in ms.
getLogAbandoned() - Method in class org.apache.commons.dbcp.AbandonedConfig
Deprecated. Flag to log stack traces for application code which abandoned a Statement or Connection.
getLogAbandoned() - Method in class org.apache.commons.dbcp.BasicDataSource
Deprecated.  
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.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(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
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.
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.
getMaxOpenPreparedStatements() - Method in class org.apache.commons.dbcp.BasicDataSource
Gets the value of the BasicDataSource.maxOpenPreparedStatements property.
getMaxPreparedStatements() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
Returns the maximun number of prepared statements.
getMaxRows() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
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
Returns the BasicDataSource.minEvictableIdleTimeMillis property.
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
 
getNewInstance(Reference) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSourceFactory
 
getNewInstance(Reference) - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSourceFactory
 
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
Returns the value of the BasicDataSource.numTestsPerEvictionRun property.
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) - 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
 
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
 
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 Connections are pooled.
getPool(String) - Method in class org.apache.commons.dbcp.PoolingDriver
Deprecated. This will be removed in a future version of DBCP.
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.
getPooledConnectionAndInfo(String, String) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
 
getPooledConnectionAndInfo(String, String) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
 
getPooledConnectionAndInfo(String, String) - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSource
 
getPoolNames() - Method in class org.apache.commons.dbcp.PoolingDriver
 
getProper