Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

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

A

ALL_PROPERTIES - Static variable in class org.apache.commons.dbcp.BasicDataSourceFactory
 
AbandonedConfig - class org.apache.commons.dbcp.AbandonedConfig.
Deprecated. This will be removed in a future version of DBCP.
AbandonedConfig() - Constructor for class org.apache.commons.dbcp.AbandonedConfig
Deprecated.  
AbandonedObjectPool - class org.apache.commons.dbcp.AbandonedObjectPool.
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 org.apache.commons.dbcp.AbandonedTrace.
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.
abandonedConfig - Variable in class org.apache.commons.dbcp.BasicDataSource
 
absolute(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
absolute(int) - Method in class org.apache.commons.dbcp.TesterResultSet
 
acceptsURL(String) - Method in class org.apache.commons.dbcp.PoolingDriver
 
acceptsURL(String) - Method in class org.apache.commons.dbcp.TesterDriver
 
accessToUnderlyingConnectionAllowed - Variable in class org.apache.commons.dbcp.BasicDataSource
Controls access to the underlying connection
accessToUnderlyingConnectionAllowed - Variable in class org.apache.commons.dbcp.PoolingDataSource
Controls access to the underlying connection
accessToUnderlyingConnectionAllowed - Static variable in class org.apache.commons.dbcp.PoolingDriver
Controls access to the underlying connection
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 org.apache.commons.pool.KeyedPoolableObjectFactory method for activating java.sql.PreparedStatements.
activateObject(Object) - Method in class org.apache.commons.dbcp.TestAbandonedObjectPool.SimpleFactory
 
active - Variable in class org.apache.commons.dbcp.PooledTestObject
 
addBatch() - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
addBatch(String) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
addBatch() - Method in class org.apache.commons.dbcp.TesterPreparedStatement
 
addBatch(String) - Method in class org.apache.commons.dbcp.TesterStatement
 
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.
addTrace(AbandonedTrace) - Method in class org.apache.commons.dbcp.AbandonedTrace
Deprecated. Add an object to the list of objects being traced.
addUser(String, String) - Static method in class org.apache.commons.dbcp.TesterDriver
TesterDriver specific method to add users to the list of valid users
afterLast() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
afterLast() - Method in class org.apache.commons.dbcp.TesterResultSet
 
assertValidUserPassword(String, String) - Method in class org.apache.commons.dbcp.TesterDriver
 

B

BasicDataSource - class org.apache.commons.dbcp.BasicDataSource.
Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties.
BasicDataSource() - Constructor for class org.apache.commons.dbcp.BasicDataSource
 
BasicDataSourceFactory - class org.apache.commons.dbcp.BasicDataSourceFactory.
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
 
beforeFirst() - Method in class org.apache.commons.dbcp.TesterResultSet
 
borrowObject() - Method in class org.apache.commons.dbcp.AbandonedObjectPool
Deprecated. Get a db connection from the pool.

C

CATALOG - Static variable in class org.apache.commons.dbcp.TestBasicDataSource
 
CATALOG - Static variable in class org.apache.commons.dbcp.TestOracleBasicDataSource
 
CONNECT_STRING - Static variable in class org.apache.commons.dbcp.TesterDriver
 
ConnectionFactory - interface org.apache.commons.dbcp.ConnectionFactory.
Abstract factory interface for creating java.sql.Connections.
cancel() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
cancel() - Method in class org.apache.commons.dbcp.TesterStatement
 
cancelRowUpdates() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
cancelRowUpdates() - Method in class org.apache.commons.dbcp.TesterResultSet
 
cause - Variable in class org.apache.commons.dbcp.DbcpException
Deprecated. The root cause of this exception (typically an SQLException but this is not required).
cause - Variable in class org.apache.commons.dbcp.SQLNestedException
Holds the reference to the exception or error that caused this exception to be thrown.
checkFailure() - Method in class org.apache.commons.dbcp.TesterConnection
 
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.PoolingDataSource.PoolGuardConnectionWrapper
 
checkOpen() - Method in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper
 
checkOpen() - Method in class org.apache.commons.dbcp.TesterConnection
 
checkOpen() - Method in class org.apache.commons.dbcp.TesterResultSet
 
checkOpen() - Method in class org.apache.commons.dbcp.TesterStatement
 
clearBatch() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
clearBatch() - Method in class org.apache.commons.dbcp.TesterStatement
 
clearParameters() - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
clearParameters() - Method in class org.apache.commons.dbcp.TesterPreparedStatement
 
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
 
clearWarnings() - Method in class org.apache.commons.dbcp.PoolingDataSource.PoolGuardConnectionWrapper
 
clearWarnings() - Method in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper
 
clearWarnings() - Method in class org.apache.commons.dbcp.TesterConnection
 
clearWarnings() - Method in class org.apache.commons.dbcp.TesterResultSet
 
clearWarnings() - Method in class org.apache.commons.dbcp.TesterStatement
 
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.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 java.sql.PreparedStatements from my pool, and close my underlying connection.
close() - Method in class org.apache.commons.dbcp.PoolingDataSource.PoolGuardConnectionWrapper
 
close() - Method in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper
 
close() - Method in class org.apache.commons.dbcp.TesterConnection
 
close() - Method in class org.apache.commons.dbcp.TesterResultSet
 
close() - Method in class org.apache.commons.dbcp.TesterStatement
 
closePool(String) - Method in class org.apache.commons.dbcp.PoolingDriver
 
commit() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
commit() - Method in class org.apache.commons.dbcp.PoolingDataSource.PoolGuardConnectionWrapper
 
commit() - Method in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper
 
commit() - Method in class org.apache.commons.dbcp.TesterConnection
 
complete() - Method in class org.apache.commons.dbcp.TestConnectionPool.TestThread
 
config - Variable in class org.apache.commons.dbcp.AbandonedObjectPool
Deprecated.  
config - Variable in class org.apache.commons.dbcp.AbandonedTrace
Deprecated.  
config - Variable in class org.apache.commons.dbcp.TestAbandonedObjectPool
 
conn - Variable in class org.apache.commons.dbcp.TestDelegatingConnection
 
conn - Variable in class org.apache.commons.dbcp.TestDelegatingPreparedStatement
 
conn - Variable in class org.apache.commons.dbcp.TestDelegatingStatement
 
connect(String, Properties) - Method in class org.apache.commons.dbcp.PoolingDriver
 
connect(String, Properties) - Method in class org.apache.commons.dbcp.TesterDriver
 
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.
createConnection() - Method in interface org.apache.commons.dbcp.ConnectionFactory
Create a new java.sql.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() - 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.
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
 
createStatement() - Method in class org.apache.commons.dbcp.PoolingDataSource.PoolGuardConnectionWrapper
 
createStatement(int, int) - Method in class org.apache.commons.dbcp.PoolingDataSource.PoolGuardConnectionWrapper
 
createStatement(int, int, int) - Method in class org.apache.commons.dbcp.PoolingDataSource.PoolGuardConnectionWrapper
 
createStatement() - Method in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper
 
createStatement(int, int) - Method in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper
 
createStatement(int, int, int) - Method in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper
 
createStatement() - Method in class org.apache.commons.dbcp.TesterConnection
 
createStatement(int, int) - Method in class org.apache.commons.dbcp.TesterConnection
 
createStatement(int, int, int) - Method in class org.apache.commons.dbcp.TesterConnection
 
createdBy - Variable in class org.apache.commons.dbcp.AbandonedTrace
Deprecated.  
createdTime - Variable in class org.apache.commons.dbcp.AbandonedTrace
Deprecated.  

D

DataSourceConnectionFactory - class org.apache.commons.dbcp.DataSourceConnectionFactory.
A javax.sql.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
 
DbcpException - exception org.apache.commons.dbcp.DbcpException.
Deprecated. This will be removed in a future version of DBCP.
DbcpException() - Constructor for class org.apache.commons.dbcp.DbcpException
Deprecated. Construct a new runtime exception with null as its detail message.
DbcpException(String) - Constructor for class org.apache.commons.dbcp.DbcpException
Deprecated. Construct a new runtime exception with the specified detail message.
DbcpException(String, Throwable) - Constructor for class org.apache.commons.dbcp.DbcpException
Deprecated. Construct a new runtime exception with the specified detail message and cause.
DbcpException(Throwable) - Constructor for class 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()).
DelegatingCallableStatement - class org.apache.commons.dbcp.DelegatingCallableStatement.
A base delegating implementation of java.sql.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 org.apache.commons.dbcp.DelegatingConnection.
A base delegating implementation of java.sql.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 org.apache.commons.dbcp.DelegatingPreparedStatement.
A base delegating implementation of java.sql.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 org.apache.commons.dbcp.DelegatingResultSet.
A base delegating implementation of java.sql.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 org.apache.commons.dbcp.DelegatingStatement.
A base delegating implementation of java.sql.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.
DriverConnectionFactory - class org.apache.commons.dbcp.DriverConnectionFactory.
A java.sql.Driver-based implementation of ConnectionFactory.
DriverConnectionFactory(Driver, String, Properties) - Constructor for class org.apache.commons.dbcp.DriverConnectionFactory
 
DriverManagerConnectionFactory - class org.apache.commons.dbcp.DriverManagerConnectionFactory.
A java.sql.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
 
dataSource - Variable in class org.apache.commons.dbcp.BasicDataSource
The data source we will use to manage connections.
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.
delegate - Variable in class org.apache.commons.dbcp.PoolingDataSource.PoolGuardConnectionWrapper
 
delegate - Variable in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper
 
delegateConn - Variable in class org.apache.commons.dbcp.TestDelegatingConnection
 
delegateConn - Variable in class org.apache.commons.dbcp.TestDelegatingPreparedStatement
 
delegateConn - Variable in class org.apache.commons.dbcp.TestDelegatingStatement
 
delegateConn2 - Variable in class org.apache.commons.dbcp.TestDelegatingConnection
 
delegateStmt - Variable in class org.apache.commons.dbcp.TestDelegatingPreparedStatement
 
delegateStmt - Variable in class org.apache.commons.dbcp.TestDelegatingStatement
 
deleteRow() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
deleteRow() - Method in class org.apache.commons.dbcp.TesterResultSet
 
destroyObject(Object) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
 
destroyObject(Object, Object) - Method in class org.apache.commons.dbcp.PoolingConnection
My org.apache.commons.pool.KeyedPoolableObjectFactory method for destroying java.sql.PreparedStatements.
destroyObject(Object) - Method in class org.apache.commons.dbcp.TestAbandonedObjectPool.SimpleFactory
 
driver - Variable in class org.apache.commons.dbcp.TestJOCLed
 
driver - Variable in class org.apache.commons.dbcp.TestManual
 
driverClassName - Variable in class org.apache.commons.dbcp.BasicDataSource
The fully qualified Java class name of the JDBC driver to be used.
ds - Variable in class org.apache.commons.dbcp.TestBasicDataSource
 
ds - Variable in class org.apache.commons.dbcp.TestOracleBasicDataSource
 

E

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
 
equals(Object) - Method in class org.apache.commons.dbcp.PooledTestObject
 
equals(Object) - Method in class org.apache.commons.dbcp.PoolingConnection.PStmtKey
 
equals(Object) - Method in class org.apache.commons.dbcp.PoolingDataSource.PoolGuardConnectionWrapper
 
equals(Object) - Method in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper
 
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
 
execute() - Method in class org.apache.commons.dbcp.TesterPreparedStatement
 
execute(String, int) - Method in class org.apache.commons.dbcp.TesterPreparedStatement
 
execute(String, int[]) - Method in class org.apache.commons.dbcp.TesterPreparedStatement
 
execute(String, String[]) - Method in class org.apache.commons.dbcp.TesterPreparedStatement
 
execute(String) - Method in class org.apache.commons.dbcp.TesterStatement
 
execute(String, int) - Method in class org.apache.commons.dbcp.TesterStatement
 
execute(String, int[]) - Method in class org.apache.commons.dbcp.TesterStatement
 
execute(String, String[]) - Method in class org.apache.commons.dbcp.TesterStatement
 
executeBatch() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
executeBatch() - Method in class org.apache.commons.dbcp.TesterStatement
 
executeQuery() - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
executeQuery(String) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
executeQuery(String) - Method in class org.apache.commons.dbcp.TesterPreparedStatement
 
executeQuery() - Method in class org.apache.commons.dbcp.TesterPreparedStatement
 
executeQuery(String) - Method in class org.apache.commons.dbcp.TesterStatement
 
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
 
executeUpdate(String) - Method in class org.apache.commons.dbcp.TesterPreparedStatement
 
executeUpdate() - Method in class org.apache.commons.dbcp.TesterPreparedStatement
 
executeUpdate(String, int) - Method in class org.apache.commons.dbcp.TesterPreparedStatement
 
executeUpdate(String, int[]) - Method in class org.apache.commons.dbcp.TesterPreparedStatement
 
executeUpdate(String, String[]) - Method in class org.apache.commons.dbcp.TesterPreparedStatement
 
executeUpdate(String) - Method in class org.apache.commons.dbcp.TesterStatement
 
executeUpdate(String, int) - Method in class org.apache.commons.dbcp.TesterStatement
 
executeUpdate(String, int[]) - Method in class org.apache.commons.dbcp.TesterStatement
 
executeUpdate(String, String[]) - Method in class org.apache.commons.dbcp.TesterStatement
 

F

failed() - Method in class org.apache.commons.dbcp.TestConnectionPool.TestThread
 
failure - Variable in class org.apache.commons.dbcp.TesterConnection
 
findColumn(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
findColumn(String) - Method in class org.apache.commons.dbcp.TesterResultSet
 
first() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
first() - Method in class org.apache.commons.dbcp.TesterResultSet
 
format - Static variable in class org.apache.commons.dbcp.AbandonedTrace
Deprecated.  

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
 
getArray(int) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getArray(String) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getAsciiStream(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getAsciiStream(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getAsciiStream(int) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getAsciiStream(String) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getAutoCommit() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
getAutoCommit() - Method in class org.apache.commons.dbcp.PoolingDataSource.PoolGuardConnectionWrapper
 
getAutoCommit() - Method in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper
 
getAutoCommit() - Method in class org.apache.commons.dbcp.TesterConnection
 
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
 
getBigDecimal(int, int) - Method in class org.apache.commons.dbcp.TesterResultSet
Deprecated.  
getBigDecimal(String, int) - Method in class org.apache.commons.dbcp.TesterResultSet
Deprecated.  
getBigDecimal(int) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getBigDecimal(String) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getBinaryStream(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getBinaryStream(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getBinaryStream(int) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getBinaryStream(String) - Method in class org.apache.commons.dbcp.TesterResultSet
 
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
 
getBlob(int) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getBlob(String) - Method in class org.apache.commons.dbcp.TesterResultSet
 
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
 
getBoolean(int) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getBoolean(String) - Method in class org.apache.commons.dbcp.TesterResultSet
 
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
 
getByte(int) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getByte(String) - Method in class org.apache.commons.dbcp.TesterResultSet
 
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
 
getBytes(int) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getBytes(String) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getCatalog() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
getCatalog() - Method in class org.apache.commons.dbcp.PoolingDataSource.PoolGuardConnectionWrapper
 
getCatalog() - Method in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper
 
getCatalog() - Method in class org.apache.commons.dbcp.TesterConnection
 
getCatalog() - Method in class org.apache.commons.dbcp.TesterPreparedStatement
for junit test only
getCause() - Method in class org.apache.commons.dbcp.DbcpException
Deprecated. Return the root cause of this exception (if any).
getCause() - Method in class org.apache.commons.dbcp.SQLNestedException
 
getCharacterStream(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getCharacterStream(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getCharacterStream(int) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getCharacterStream(String) - Method in class org.apache.commons.dbcp.TesterResultSet
 
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
 
getClob(int) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getClob(String) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getConcurrency() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getConcurrency() - Method in class org.apache.commons.dbcp.TesterResultSet
 
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
Create (if necessary) and return a connection to the database.
getConnection() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
getConnection() - Method in class org.apache.commons.dbcp.PoolingDataSource
Return a java.sql.Connection from my pool, according to the contract specified by ObjectPool.borrowObject()>ObjectPool.borrowObject() 55 .
getConnection(String, String) - Method in class org.apache.commons.dbcp.PoolingDataSource
Throws java.lang.UnsupportedOperationException
getConnection() - Method in class org.apache.commons.dbcp.TestBasicDataSource
 
getConnection() - Method in class org.apache.commons.dbcp.TestConnectionPool
 
getConnection() - Method in class org.apache.commons.dbcp.TestJOCLed
 
getConnection() - Method in class org.apache.commons.dbcp.TestManual
 
getConnection() - Method in class org.apache.commons.dbcp.TestOracleBasicDataSource
 
getConnection() - Method in class org.apache.commons.dbcp.TesterStatement
 
getConnection1() - Method in class org.apache.commons.dbcp.TestAbandonedBasicDataSource
 
getConnection2() - Method in class org.apache.commons.dbcp.TestAbandonedBasicDataSource
 
getConnection3() - Method in class org.apache.commons.dbcp.TestAbandonedBasicDataSource
 
getConnectionPool(String) - Method in class org.apache.commons.dbcp.PoolingDriver
 
getCursorName() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getCursorName() - Method in class org.apache.commons.dbcp.TesterResultSet
 
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
 
getDate(int) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getDate(String) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getDate(int, Calendar) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getDate(String, Calendar) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getDefaultAutoCommit() - Method in class org.apache.commons.dbcp.BasicDataSource
 
getDefaultCatalog() - Method in class org.apache.commons.dbcp.BasicDataSource
 
getDefaultReadOnly() - Method in class org.apache.commons.dbcp.BasicDataSource
 
getDefaultTransactionIsolation() - Method in class org.apache.commons.dbcp.BasicDataSource
 
getDelegate() - Method in class org.apache.commons.dbcp.DelegatingConnection
Returns my underlying java.sql.Connection.
getDelegate() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getDelegate() - Method in class org.apache.commons.dbcp.DelegatingStatement
Returns my underlying java.sql.Statement.
getDelegate() - Method in class org.apache.commons.dbcp.PoolingDataSource.PoolGuardConnectionWrapper
 
getDelegate() - Method in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper
 
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
 
getDouble(int) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getDouble(String) - Method in class org.apache.commons.dbcp.TesterResultSet
 
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
 
getFetchDirection() - Method in class org.apache.commons.dbcp.TesterResultSet
 
getFetchDirection() - Method in class org.apache.commons.dbcp.TesterStatement
 
getFetchSize() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
getFetchSize() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
getFetchSize() - Method in class org.apache.commons.dbcp.TesterResultSet
 
getFetchSize() - Method in class org.apache.commons.dbcp.TesterStatement
 
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
 
getFloat(int) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getFloat(String) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getGeneratedKeys() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
getGeneratedKeys() - Method in class org.apache.commons.dbcp.TesterPreparedStatement
 
getGeneratedKeys() - Method in class org.apache.commons.dbcp.TesterStatement
 
getHoldability() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
getHoldability() - Method in class org.apache.commons.dbcp.PoolingDataSource.PoolGuardConnectionWrapper
 
getHoldability() - Method in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper
 
getHoldability() - Method in class org.apache.commons.dbcp.TesterConnection
 
getInitialSize() - Method in class org.apache.commons.dbcp.BasicDataSource
 
getInnermostDelegate() - Method in class org.apache.commons.dbcp.DelegatingConnection
If my underlying java.sql.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 java.sql.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 java.sql.Statement is not a DelegatingStatement, returns it, otherwise recursively invokes this method on my delegate.
getInnermostDelegate() - Method in class org.apache.commons.dbcp.PoolingDataSource.PoolGuardConnectionWrapper
 
getInnermostDelegate() - Method in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper
 
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
 
getInt(int) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getInt(String) - Method in class org.apache.commons.dbcp.TesterResultSet
 
getLastUsed() - Method in class org.apache.commons.dbcp.AbandonedTrace
Deprecated. Get the last time this object was used in ms.
getLastUsed() - Method in class org.apache.commons.dbcp.PooledTestObject
 
getLogAbandoned() - Method in class org.apache.commons.dbcp.AbandonedConfig
Deprecated. Flag to log stack traces for application code which abandoned