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

A

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.
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.
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.
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.

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
 
borrowObject() - Method in class org.apache.commons.dbcp.AbandonedObjectPool
Deprecated. Get a db connection from the pool.

C

ConnectionFactory - interface org.apache.commons.dbcp.ConnectionFactory.
Abstract factory interface for creating Connections.
ConstructorUtil - class org.apache.commons.jocl.ConstructorUtil.
Miscellaneous Constructor related utility functions.
ConstructorUtil() - Constructor for class org.apache.commons.jocl.ConstructorUtil
 
cancel() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
cancelRowUpdates() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
cause - Variable in class 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
 
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.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.
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.
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
 
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 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
 

D

DataSourceConnectionFactory - class org.apache.commons.dbcp.DataSourceConnectionFactory.
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
 
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 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 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 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 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 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.
DriverAdapterCPDS - class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS.
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 org.apache.commons.dbcp.DriverConnectionFactory.
A 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 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.
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.
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.
driverClassName - Variable in class org.apache.commons.dbcp.BasicDataSource
The fully qualified Java class name of the JDBC driver to be used.

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.
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
 
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 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
 
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.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
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.
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.
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.
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.  
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.PoolingDataSource
Returns my log writer.
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.
getLoginTimeout() - Method in class org.apache.commons.dbcp.BasicDataSource
Returns the login timeout (in seconds) for connecting to the database.
getLoginTimeout() - Method in class org.apache.commons.dbcp.PoolingDataSource
Throws UnsupportedOperationException.
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.
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
 
getPool(String) - Method in class org.apache.commons.dbcp.PoolingDriver
Deprecated. This will be removed in a future version of DBCP.
getPoolNames() - Method in class org.apache.commons.dbcp.PoolingDriver
 
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
 
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
Retrieves the Reference of this object.
getReference() - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
Returns a PerUserPoolDataSource Reference.
getReference() - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSource
Returns a SharedPoolDataSource Reference.
getRemoveAbandoned() - Method in class org.apache.commons.dbcp.AbandonedConfig
Deprecated. Flag to remove abandoned connections if they exceed the removeAbandonedTimeout.
getRemoveAbandoned() - Method in class org.apache.commons.dbcp.BasicDataSource
Deprecated.  
getRemoveAbandonedTimeout() - Method in class org.apache.commons.dbcp.AbandonedConfig
Deprecated. Timeout in seconds before an abandoned connection can be removed.
getRemoveAbandonedTimeout() - Method in class org.apache.commons.dbcp.BasicDataSource
Deprecated.  
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
 
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
 
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
Returns the BasicDataSource.testOnBorrow property.
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
Returns the value of the BasicDataSource.testOnReturn property.
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
Returns the value of the BasicDataSource.testWhileIdle property.
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
Returns the value of the BasicDataSource.timeBetweenEvictionRunsMillis property.
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
 
getTrace() - Method in class org.apache.commons.dbcp.AbandonedTrace
Deprecated. Get a list of objects being traced by this object.
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
 
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
 
getUnicodeStream(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
Deprecated.  
getUnicodeStream(String) - Method in class org.apache.commons.dbcp.DelegatingResultSet
Deprecated.  
getUpdateCount() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
getUrl() - Method in class org.apache.commons.dbcp.BasicDataSource
Returns the JDBC connection BasicDataSource.url property.
getUrl() - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
Get the value of url used to locate the database for this datasource.
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
Returns the JDBC connection BasicDataSource.username property.
getValidationQuery() - Method in class org.apache.commons.dbcp.BasicDataSource
Returns the validation query used to validate connections before returning them.
getValidationQuery() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
The SQL query that will be used to validate connections from this pool before returning them to the caller.
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

handleException(SQLException) - Method in class org.apache.commons.dbcp.DelegatingConnection
 
handleException(SQLException) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
handleException(SQLException) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
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

InstanceKeyDataSource - class org.apache.commons.dbcp.datasources.InstanceKeyDataSource.
The base class for SharedPoolDataSource and PerUserPoolDataSource.
InstanceKeyDataSource() - Constructor for class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
Default no-arg constructor for Serialization
initialSize - Variable in class org.apache.commons.dbcp.BasicDataSource
The initial number of connections that are created when the pool is started.
innermostDelegateEquals(Connection) - Method in class org.apache.commons.dbcp.DelegatingConnection
Compares innermost delegate to the given connection.
insertRow() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
instanceKey - Variable in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
 
invalidateConnection(Connection) - Method in class org.apache.commons.dbcp.PoolingDriver
Invalidates the given connection.
invalidateObject(Object) - Method in class org.apache.commons.dbcp.AbandonedObjectPool
Deprecated. Invalidates an object from the pool.
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.DelegatingStatement
 
isCorrectClass(String) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSourceFactory
 
isCorrectClass(String) - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSourceFactory
 
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
 
isJoclNamespace(String, String, String) - Method in class org.apache.commons.jocl.JOCLContentHandler
Returns true if the given attributes define an element within the JOCL namespace (according to my current configuration.)
isLast() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
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
 
isRollbackAfterValidation() - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
Whether a rollback will be issued after executing the SQL query that will be used to validate connections from this pool before returning them to the caller.
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
 

J

JOCLContentHandler - class org.apache.commons.jocl.JOCLContentHandler.
A ContentHandler for the Java Object Configuration Language.
JOCLContentHandler() - Constructor for class org.apache.commons.jocl.JOCLContentHandler
Equivalent to JOCLContentHandler(true,true,true,true).
JOCLContentHandler(boolean, boolean, boolean, boolean) - Constructor for class org.apache.commons.jocl.JOCLContentHandler
Construct a JOCLContentHandler.
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:.
jdbcCompliant() - Method in class org.apache.commons.dbcp.PoolingDriver
 

L

last() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
logWriter - Variable in class org.apache.commons.dbcp.BasicDataSource
The PrintWriter to which log messages should be directed.

M

MAJOR_VERSION - Static variable in class org.apache.commons.dbcp.PoolingDriver
 
MINOR_VERSION - Static variable in class org.apache.commons.dbcp.PoolingDriver
 
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.
maxActive - Variable in class org.apache.commons.dbcp.BasicDataSource
The maximum number of active connections that can be allocated from this pool at the same time, or non-positive for no limit.
maxIdle - Variable in class org.apache.commons.dbcp.BasicDataSource
The maximum number of connections that can remain idle in the pool, without extra ones being released, or negative for no limit.
maxOpenPreparedStatements - Variable in class org.apache.commons.dbcp.BasicDataSource
The maximum number of open statements that can be allocated from the statement pool at the same time, or non-positive for no limit.
maxWait - Variable in class org.apache.commons.dbcp.BasicDataSource
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.
minEvictableIdleTimeMillis - Variable in class org.apache.commons.dbcp.BasicDataSource
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).
minIdle - Variable in class org.apache.commons.dbcp.BasicDataSource
The minimum number of active connections that can remain idle in the pool, without extra ones being created, or 0 to create none.
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
 
normalizeSQL(String) - Method in class org.apache.commons.dbcp.PoolingConnection
Normalize the given SQL statement, producing a cannonical form that is semantically equivalent to the original.
numTestsPerEvictionRun - Variable in class org.apache.commons.dbcp.BasicDataSource
The number of objects to examine during each run of the idle object evictor thread (if any).

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

PerUserPoolDataSource - class org.apache.commons.dbcp.datasources.PerUserPoolDataSource.
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 org.apache.commons.dbcp.datasources.PerUserPoolDataSourceFactory.
A JNDI ObjectFactory which creates SharedPoolDataSources
PerUserPoolDataSourceFactory() - Constructor for class org.apache.commons.dbcp.datasources.PerUserPoolDataSourceFactory
 
PoolableConnection - class org.apache.commons.dbcp.PoolableConnection.
A delegating connection that, rather than closing the underlying connection, returns itself to an ObjectPool when closed.
PoolableConnection(Connection, ObjectPool) - Constructor for class org.apache.commons.dbcp.PoolableConnection
 
PoolableConnection(Connection, ObjectPool, AbandonedConfig) - Constructor for class org.apache.commons.dbcp.PoolableConnection
Deprecated. AbandonedConfig is now deprecated.
PoolableConnectionFactory - class org.apache.commons.dbcp.PoolableConnectionFactory.
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, AbandonedConfig) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
Deprecated. AbandonedConfig is now deprecated.
PoolableConnectionFactory(ConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, boolean, boolean, int, AbandonedConfig) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
Deprecated. AbandonedConfig is now deprecated.
PoolableConnectionFactory(ConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, boolean, boolean, int, String, AbandonedConfig) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
Deprecated. AbandonedConfig is now deprecated.
PoolableConnectionFactory(ConnectionFactory, ObjectPool, KeyedObjectPoolFactory, String, Boolean, boolean, int, String, AbandonedConfig) - Constructor for class org.apache.commons.dbcp.PoolableConnectionFactory
Create a new PoolableConnectionFactory.
PoolablePreparedStatement - class org.apache.commons.dbcp.PoolablePreparedStatement.
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 org.apache.commons.dbcp.PoolingConnection.
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 org.apache.commons.dbcp.PoolingDataSource.
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 org.apache.commons.dbcp.PoolingDriver.
A Driver implementation that obtains Connections from a registered ObjectPool.
PoolingDriver() - Constructor for class org.apache.commons.dbcp.PoolingDriver
 
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.
passivate() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
passivate() - Method in class org.apache.commons.dbcp.DelegatingStatement
 
passivate() - Method in class org.apache.commons.dbcp.PoolablePreparedStatement
 
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.
password - Variable in class org.apache.commons.dbcp.BasicDataSource
The connection password to be passed to our JDBC driver to establish a connection.
poolPreparedStatements - Variable in class org.apache.commons.dbcp.BasicDataSource
Prepared statement pooling for this pool.
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() - Method in class org.apache.commons.dbcp.AbandonedTrace
Deprecated. If logAbandoned=true, print a stack trace of the code that created this object.
printStackTrace(PrintStream) - Method in class org.apache.commons.dbcp.SQLNestedException
 
printStackTrace(PrintWriter) - Method in class 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
Remove a custom connection property.
removeTrace(AbandonedTrace) - Method in class org.apache.commons.dbcp.AbandonedTrace
Deprecated. Remove a child object this object is tracing.
returnObject(Object) - Method in class org.apache.commons.dbcp.AbandonedObjectPool
Deprecated. Return a db connection to the pool.
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

SQLNestedException - exception org.apache.commons.dbcp.SQLNestedException.
A SQLException subclass containing another Throwable
SQLNestedException(String, Throwable) - Constructor for class org.apache.commons.dbcp.SQLNestedException
Constructs a new SQLNestedException with specified detail message and nested Throwable.
SharedPoolDataSource - class org.apache.commons.dbcp.datasources.SharedPoolDataSource.
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 org.apache.commons.dbcp.datasources.SharedPoolDataSourceFactory.
A JNDI ObjectFactory which creates SharedPoolDataSources
SharedPoolDataSourceFactory() - Constructor for class org.apache.commons.dbcp.datasources.SharedPoolDataSourceFactory
 
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(int, InputStream, int) - 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(int, InputStream, int) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setBlob(int, Blob) - 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(int, Reader, int) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setClob(int, Clob) - 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
Sets default auto-commit state of connections returned by this datasource.
setDefaultAutoCommit(boolean) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
Sets the default "auto commit" setting for borrowed Connections
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.
setDefaultCatalog(String) - Method in class org.apache.commons.dbcp.BasicDataSource
Sets the default catalog.
setDefaultCatalog(String) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
Sets the default "catalog" setting for borrowed 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 non-positive for no limit.
setDefaultMaxIdle(int) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
The maximum number of active connections that can remain idle in the pool, without extra ones being released, or negative for no limit.
setDefaultMaxWait(int) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
The maximum number of milliseconds that the pool will wait (when there are no available connections) for a connection to be returned before throwing an exception, or -1 to wait indefinitely.
setDefaultReadOnly(boolean) - Method in class org.apache.commons.dbcp.BasicDataSource
Sets defaultReadonly property.
setDefaultReadOnly(boolean) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
Sets the default "read only" setting for borrowed Connections
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.
setDefaultTransactionIsolation(int) - Method in class org.apache.commons.dbcp.BasicDataSource
Sets the default transaction isolation state for returned connections.
setDefaultTransactionIsolation(int) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
Sets the default "Transaction Isolation" setting for borrowed Connections
setDefaultTransactionIsolation(int) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
Set the value of defaultTransactionIsolation, which defines the state of connections handed out from this pool.
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
Sets the jdbc driver class name.
setEscapeProcessing(boolean) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
setFetchDirection(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
setFetchDirection(int) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
setFetchSize(int) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
setFetchSize(int) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
setFloat(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
Sets the initial size of the connection pool.
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
Sets the value of the given JNDI environment property to be used when instantiating a JNDI InitialContext.
setLastUsed() - Method in class org.apache.commons.dbcp.AbandonedTrace
Deprecated. Set the time this object was last used to the current time in ms.
setLastUsed(long) - Method in class org.apache.commons.dbcp.AbandonedTrace
Deprecated. Set the time in ms this object was last used.
setLogAbandoned(boolean) - Method in class org.apache.commons.dbcp.AbandonedConfig
Deprecated. Flag to log stack traces for application code which abandoned a Statement or Connection.
setLogAbandoned(boolean) - Method in class org.apache.commons.dbcp.BasicDataSource
Deprecated.  
setLogWriter(PrintWriter) - Method in class org.apache.commons.dbcp.BasicDataSource
Sets the log writer being used by this data source.
setLogWriter(PrintWriter) - Method in class org.apache.commons.dbcp.PoolingDataSource
Sets my log writer.
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.
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.PoolingDataSource
Throws UnsupportedOperationException.
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.
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
Sets the maximum number of active connections that can be allocated at the same time.
setMaxActive(int) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
The maximum number of active statements that can be allocated from this pool at the same time, or non-positive for no limit.
setMaxActive(int) - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSource
The maximum number of active connections that can be allocated from this pool at the same time, or non-positive for no limit.
setMaxFieldSize(int) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
setMaxIdle(int) - Method in class org.apache.commons.dbcp.BasicDataSource
Sets the maximum number of connections that can remail idle in the pool.
setMaxIdle(int) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
The maximum number of statements that can remain idle in the pool, without extra ones being released, or negative for no limit.
setMaxIdle(int) - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSource
The maximum number of active connections that can remain idle in the pool, without extra ones being released, or negative for no limit.
setMaxOpenPreparedStatements(int) - Method in class org.apache.commons.dbcp.BasicDataSource
Sets the value of the BasicDataSource.maxOpenPreparedStatements property.
setMaxPreparedStatements(int) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
Sets the maximum number of prepared statements.
setMaxRows(int) - Method in class org.apache.commons.dbcp.DelegatingStatement
 
setMaxWait(long) - Method in class org.apache.commons.dbcp.BasicDataSource
Sets the maxWait property.
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
Sets the BasicDataSource.minEvictableIdleTimeMillis property.
setMinEvictableIdleTimeMillis(int) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
Sets the minimum amount of time a statement may sit idle in the pool before it is eligable for eviction by the idle object evictor (if any).
setMinEvictableIdleTimeMillis(int) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
Sets the minimum amount of time an object may sit idle in the pool before it is eligable for eviction by the idle object evictor (if any).
setMinIdle(int) - Method in class org.apache.commons.dbcp.BasicDataSource
Sets the minimum number of idle connections in the pool.
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
Sets the value of the BasicDataSource.numTestsPerEvictionRun property.
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
Sets the BasicDataSource.password.
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 non-positive for no limit.
setPerUserMaxIdle(String, Integer) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
The maximum number of active connections that can remain idle in the pool, without extra ones being released, or negative for no limit.
setPerUserMaxWait(String, Integer) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
The maximum number of milliseconds that the pool will wait (when there are no available connections) for a connection to be returned before throwing an exception, or -1 to wait indefinitely.
setPool(ObjectPool) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
Sets the ObjectPool in which to pool Connections.
setPool(ObjectPool) - Method in class org.apache.commons.dbcp.PoolingDataSource
 
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
 
setRemoveAbandoned(boolean) - Method in class org.apache.commons.dbcp.AbandonedConfig
Deprecated. Flag to remove abandoned connections if they exceed the removeAbandonedTimeout.
setRemoveAbandoned(boolean) - Method in class org.apache.commons.dbcp.BasicDataSource
Deprecated.  
setRemoveAbandonedTimeout(int) - Method in class org.apache.commons.dbcp.AbandonedConfig
Deprecated. Timeout in seconds before an abandoned connection can be removed.
setRemoveAbandonedTimeout(int) - Method in class org.apache.commons.dbcp.BasicDataSource
Deprecated.  
setRollbackAfterValidation(boolean) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
Whether a rollback will be issued after executing the SQL query that will be used to validate connections from this pool before returning them to the caller.
setSavepoint() - Method in class org.apache.commons.dbcp.DelegatingConnection
 
setSavepoint(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
 
setStackTrace() - Method in class org.apache.commons.dbcp.AbandonedTrace
Deprecated. If logAbandoned=true generate a stack trace for this object then add this object to the parent object trace list.
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
Sets the BasicDataSource.testOnBorrow property.
setTestOnBorrow(boolean) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
When true, objects will be {*link PoolableObjectFactory#validateObject validated} before being returned by the {*link #borrowObject} method.
setTestOnReturn(boolean) - Method in class org.apache.commons.dbcp.BasicDataSource
Sets the testOnReturn property.
setTestOnReturn(boolean) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
When true, objects will be {*link PoolableObjectFactory#validateObject validated} before being returned to the pool within the {*link #returnObject}.
setTestWhileIdle(boolean) - Method in class org.apache.commons.dbcp.BasicDataSource
Sets the testWhileIdle property.
setTestWhileIdle(boolean) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
When true, objects will be {*link PoolableObjectFactory#validateObject validated} by the idle object evictor (if any).
setTime(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
Sets the BasicDataSource.timeBetweenEvictionRunsMillis property.
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, URL) - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
setURL(int, URL) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
 
setUnicodeStream(int, InputStream, int) - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
Deprecated.  
setUrl(String) - Method in class org.apache.commons.dbcp.BasicDataSource
Sets the BasicDataSource.url.
setUrl(String) - Method in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
Set the value of url used to locate the database for this datasource.
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
Sets the BasicDataSource.username.
setValidationQuery(String) - Method in class org.apache.commons.dbcp.BasicDataSource
Sets the BasicDataSource.validationQuery.
setValidationQuery(String) - Method in class org.apache.commons.dbcp.PoolableConnectionFactory
Sets the query I use to validate Connections.
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.
setupDefaults(Connection, String) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
 
setupDefaults(Connection, String) - Method in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource
 
setupDefaults(Connection, String) - Method in class org.apache.commons.dbcp.datasources.SharedPoolDataSource
 
size() - Method in class org.apache.commons.jocl.JOCLContentHandler
Returns the number of values and types in my list.
startElement(String, String, String, Attributes) - Method in class org.apache.commons.jocl.JOCLContentHandler
 

T

testCPDS(String, String) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
 
testOnBorrow - Variable in class org.apache.commons.dbcp.BasicDataSource
The indication of whether objects will be validated before being borrowed from the pool.
testOnReturn - Variable in class org.apache.commons.dbcp.BasicDataSource
The indication of whether objects will be validated before being returned to the pool.
testWhileIdle - Variable in class org.apache.commons.dbcp.BasicDataSource
The indication of whether objects will be validated by the idle object evictor (if any).
timeBetweenEvictionRunsMillis - Variable in class org.apache.commons.dbcp.BasicDataSource
The number of milliseconds to sleep between runs of the idle object evictor thread.
toString() - Method in class org.apache.commons.dbcp.DelegatingConnection
Returns a string representation of the metadata associated with the innnermost delegate connection.
toString() - Method in class org.apache.commons.dbcp.DelegatingPreparedStatement
Returns a String representation of this object.
toString() - Method in class org.apache.commons.dbcp.DelegatingStatement
Returns a String representation of this object.
toString() - Method in class org.apache.commons.dbcp.DriverConnectionFactory
 
toString() - Method in class org.apache.commons.dbcp.PoolingConnection
 

U

UNKNOWN_TRANSACTIONISOLATION - Static variable in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
Internal constant to indicate the level is not set.
URL_PREFIX - Static variable in class org.apache.commons.dbcp.PoolingDriver
My URL prefix
URL_PREFIX_LEN - Static variable in class org.apache.commons.dbcp.PoolingDriver
 
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
 
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
 
updateBlob(int, Blob) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateBlob(String, Blob) - 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
 
updateClob(int, Clob) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateClob(String, Clob) - 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
 
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
 
updateShort(int, short) - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
updateShort(String, short) - 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
 
url - Variable in class org.apache.commons.dbcp.BasicDataSource
The connection URL to be passed to our JDBC driver to establish a connection.
username - Variable in class org.apache.commons.dbcp.BasicDataSource
The connection username to be passed to our JDBC driver to establish a connection.

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.
validationQuery - Variable in class org.apache.commons.dbcp.BasicDataSource
The SQL query that will be used to validate connections from this pool before returning them to the caller.

W

wasNull() - Method in class org.apache.commons.dbcp.DelegatingCallableStatement
 
wasNull() - Method in class org.apache.commons.dbcp.DelegatingResultSet
 
whenExhaustedAction(int, int) - Method in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource
 
wrapResultSet(Statement, ResultSet) - Static method in class org.apache.commons.dbcp.DelegatingResultSet
 

_

_acceptEmptyNamespaceForAttributes - Variable in class org.apache.commons.jocl.JOCLContentHandler
When true, I will treat attributes with an empty namespace URI as part of the JOCL namespace.
_acceptEmptyNamespaceForElements - Variable in class org.apache.commons.jocl.JOCLContentHandler
When true, I will treat elements with an empty namespace URI as part of the JOCL namespace.
_acceptJoclPrefixForAttributes - Variable in class org.apache.commons.jocl.JOCLContentHandler
When true, I will treat attributes with the JOCLContentHandler.JOCL_PREFIX but no namespace URI as being mapped to the jocl namespace.
_acceptJoclPrefixForElements - Variable in class org.apache.commons.jocl.JOCLContentHandler
When true, I will treat elements with the JOCLContentHandler.JOCL_PREFIX but no namespace URI as being mapped to the jocl namespace.
_closed - Variable in class org.apache.commons.dbcp.DelegatingConnection
 
_closed - Variable in class org.apache.commons.dbcp.DelegatingStatement
 
_config - Variable in class org.apache.commons.dbcp.PoolableConnectionFactory
Deprecated. AbandonedConfig is now deprecated.
_conn - Variable in class org.apache.commons.dbcp.DelegatingConnection
My delegate Connection.
_conn - Variable in class org.apache.commons.dbcp.DelegatingStatement
The connection that created me.
_connFactory - Variable in class org.apache.commons.dbcp.PoolableConnectionFactory
 
_connectUri - Variable in class org.apache.commons.dbcp.DriverConnectionFactory
 
_connectUri - Variable in class org.apache.commons.dbcp.DriverManagerConnectionFactory
 
_cur - Variable in class org.apache.commons.jocl.JOCLContentHandler
The object I'm currently working on.
_defaultAutoCommit - Variable in class org.apache.commons.dbcp.PoolableConnectionFactory
 
_defaultCatalog - Variable in class org.apache.commons.dbcp.PoolableConnectionFactory
 
_defaultReadOnly - Variable in class org.apache.commons.dbcp.PoolableConnectionFactory
 
_defaultTransactionIsolation - Variable in class org.apache.commons.dbcp.PoolableConnectionFactory
 
_driver - Variable in class org.apache.commons.dbcp.DriverConnectionFactory
 
_key - Variable in class org.apache.commons.dbcp.PoolablePreparedStatement
My "key" as used by KeyedObjectPool.
_locator - Variable in class org.apache.commons.jocl.JOCLContentHandler
My Locator.
_logWriter - Variable in class org.apache.commons.dbcp.PoolingDataSource
My log writer.
_passwd - Variable in class org.apache.commons.dbcp.DataSourceConnectionFactory
 
_passwd - Variable in class org.apache.commons.dbcp.DriverManagerConnectionFactory
 
_pool - Variable in class org.apache.commons.dbcp.PoolableConnection
The pool to which I should return.
_pool - Variable in class org.apache.commons.dbcp.PoolableConnectionFactory
 
_pool - Variable in class org.apache.commons.dbcp.PoolablePreparedStatement
The KeyedObjectPool from which I was obtained.
_pool - Variable in class org.apache.commons.dbcp.PoolingDataSource
 
_pools - Static variable in class org.apache.commons.dbcp.PoolingDriver
The map of registered pools.
_props - Variable in class org.apache.commons.dbcp.DriverConnectionFactory
 
_props - Variable in class org.apache.commons.dbcp.DriverManagerConnectionFactory
 
_pstmtPool - Variable in class org.apache.commons.dbcp.PoolingConnection
My pool of PreparedStatements.
_source - Variable in class org.apache.commons.dbcp.DataSourceConnectionFactory
 
_stmt - Variable in class org.apache.commons.dbcp.DelegatingCallableStatement
My delegate.
_stmt - Variable in class org.apache.commons.dbcp.DelegatingPreparedStatement
My delegate.
_stmt - Variable in class org.apache.commons.dbcp.DelegatingStatement
My delegate.
_stmtPoolFactory - Variable in class org.apache.commons.dbcp.PoolableConnectionFactory
 
_typeList - Variable in class org.apache.commons.jocl.JOCLContentHandler
A list of the types (Classes) already created via the parse.
_uname - Variable in class org.apache.commons.dbcp.DataSourceConnectionFactory
 
_uname - Variable in class org.apache.commons.dbcp.DriverManagerConnectionFactory
 
_validationQuery - Variable in class org.apache.commons.dbcp.PoolableConnectionFactory
 
_valueList - Variable in class org.apache.commons.jocl.JOCLContentHandler
A list of the values (Objects) already created via the parse.

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

Copyright © The Apache Software Foundation. All Rights Reserved.