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

A

addBatch() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
addBatch(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
addBatch() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
addBatch(String) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
addBatch(String) - Method in class org.enhydra.jdbc.core.CoreStatement
 
addConnectionEventListener(ConnectionEventListener) - Method in class org.enhydra.jdbc.standard.StandardPooledConnection
 
autoGeneratedKeys - Variable in class org.enhydra.jdbc.standard.StandardXAPreparedStatement
 

C

CoreCallableStatement - class org.enhydra.jdbc.core.CoreCallableStatement.
A very simple implementation of Statement.
CoreCallableStatement() - Constructor for class org.enhydra.jdbc.core.CoreCallableStatement
 
CoreConnection - class org.enhydra.jdbc.core.CoreConnection.
This is an implementation of java.sql.Connection which simply delegates everything to an underlying physical implemention of the same interface.
CoreConnection(Connection) - Constructor for class org.enhydra.jdbc.core.CoreConnection
Constructor
CoreConnection() - Constructor for class org.enhydra.jdbc.core.CoreConnection
 
CoreDataSource - class org.enhydra.jdbc.core.CoreDataSource.
Provides a Data Source which can be used to generate JDBC connections.
CoreDataSource() - Constructor for class org.enhydra.jdbc.core.CoreDataSource
Constructor
CorePreparedStatement - class org.enhydra.jdbc.core.CorePreparedStatement.
A very simple implementation of PreparedStatement.
CorePreparedStatement() - Constructor for class org.enhydra.jdbc.core.CorePreparedStatement
 
CoreStatement - class org.enhydra.jdbc.core.CoreStatement.
A very simple implementation of Statement.
CoreStatement() - Constructor for class org.enhydra.jdbc.core.CoreStatement
 
cacheSize() - Method in class org.enhydra.jdbc.util.LRUCache
 
cancel() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
cancel() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
cancel() - Method in class org.enhydra.jdbc.core.CoreStatement
 
catchInvoke(SQLException) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
catchInvoke(SQLException) - Method in class org.enhydra.jdbc.core.CoreConnection
 
catchInvoke(SQLException) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
catchInvoke(SQLException) - Method in class org.enhydra.jdbc.core.CoreStatement
Methods used to do some works before and during the catch clause, to prevent the pool that a connection is broken.
catchInvoke(SQLException) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
Exception management : catch or throw the exception
catchInvoke(SQLException) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
Exception management : catch or throw the exception
catchInvoke(SQLException) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
Exception management : catch or throw the exception
catchInvoke(SQLException) - Method in class org.enhydra.jdbc.standard.StandardXAPreparedStatement
Exception management : catch or throw the exception
catchInvoke(SQLException) - Method in class org.enhydra.jdbc.standard.StandardXAStatement
Exception management : catch or throw the exception
checkIn(Object) - Method in class org.enhydra.jdbc.pool.GenericPool
remove object from locked pool
checkOut(String, String) - Method in class org.enhydra.jdbc.pool.GenericPool
return pooled object
checkOwner(GenerationObject, String, String) - Method in class org.enhydra.jdbc.pool.GenericPool
 
checkPreparedState(Xid) - Method in class org.enhydra.jdbc.standard.StandardXAConnection
Does most of the work of a generic prepare.
checkThisObject(Object) - Method in interface org.enhydra.jdbc.pool.PoolHelper
 
checkThisObject(Object) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
This method tests if a connection is closed or not
cleanUp() - Method in class org.enhydra.jdbc.pool.GenericPool
Remove unusable objects from the pool, called by PoolKeeper Check the unlocked objects for expired members.
cleanupAll() - Method in class org.enhydra.jdbc.util.LRUCache
 
cleanupObject(Object) - Method in class org.enhydra.jdbc.standard.PreparedStatementCache
Overriden to close the statement
cleanupObject(Object) - Method in class org.enhydra.jdbc.util.LRUCache
Override this method to do special cleanup on an object, such as closing a statement or a connection
clearBatch() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
clearBatch() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
clearBatch() - Method in class org.enhydra.jdbc.core.CoreStatement
 
clearParameters() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
clearParameters() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
clearWarnings() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
clearWarnings() - Method in class org.enhydra.jdbc.core.CoreConnection
 
clearWarnings() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
clearWarnings() - Method in class org.enhydra.jdbc.core.CoreStatement
 
close() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
close() - Method in class org.enhydra.jdbc.core.CoreConnection
 
close() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
close() - Method in class org.enhydra.jdbc.core.CoreStatement
 
close() - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
Closes this StandardConnectionHandle and prevents it from being reused.
close() - Method in class org.enhydra.jdbc.standard.StandardPooledConnection
 
close() - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
Close this statement.
close() - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
Close this statement.
close() - Method in class org.enhydra.jdbc.standard.StandardXAConnection
Close this XA connection.
close() - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
close() - Method in class org.enhydra.jdbc.standard.StandardXAPreparedStatement
Close this statement.
close() - Method in class org.enhydra.jdbc.standard.StandardXAStatement
Close this statement.
closeFreeConnection() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
closed - Variable in class org.enhydra.jdbc.standard.StandardPreparedStatement
 
commit() - Method in class org.enhydra.jdbc.core.CoreConnection
 
commit(Xid, boolean) - Method in class org.enhydra.jdbc.oracle.OracleXAConnection
 
commit(Xid, boolean) - Method in class org.enhydra.jdbc.standard.StandardXAConnection
Performs a commit on this resource manager's branch of the global transaction.
commit() - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
commitOnPrepare - Variable in class org.enhydra.jdbc.standard.StandardXAStatefulConnection
 
con - Variable in class org.enhydra.jdbc.core.CoreConnection
 
con - Variable in class org.enhydra.jdbc.standard.StandardPooledConnection
 
con - Variable in class org.enhydra.jdbc.standard.StandardXAStatefulConnection
 
connectionClosed(ConnectionEvent) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
Invoked when the application calls close() on its representation of the connection
connectionClosed(ConnectionEvent) - Method in class org.enhydra.jdbc.pool.StandardXAPoolDataSource
Invoked when the application calls close() on its representation of the connection
connectionCount - Variable in class org.enhydra.jdbc.standard.StandardXADataSource
 
connectionErrorOccurred(ConnectionEvent) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
connectionErrorOccurred and connectionClosed are methods from ConnectionEventListener interface Invoked when a fatal connection error occurs, just before an SQLException is thrown to the application
connectionErrorOccurred(ConnectionEvent) - Method in class org.enhydra.jdbc.standard.StandardPooledConnection
Invoked when a fatal connection error occurs, just before an SQLException is thrown to the application This method is automatically called when a fatal error is detected on the base connection.
connectionHandle - Variable in class org.enhydra.jdbc.standard.StandardPooledConnection
 
connectionHandle - Variable in class org.enhydra.jdbc.standard.StandardXAConnection
 
cpds - Variable in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
create() - Method in interface org.enhydra.jdbc.pool.PoolHelper
 
create(String, String) - Method in interface org.enhydra.jdbc.pool.PoolHelper
 
create() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
create(String, String) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
create(String, String) - Method in class org.enhydra.jdbc.pool.StandardXAPoolDataSource
 
createPreparedStatement(String, int, int, int) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
 
createPreparedStatement(String, int) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
 
createStatement() - Method in class org.enhydra.jdbc.core.CoreConnection
 
createStatement(int, int) - Method in class org.enhydra.jdbc.core.CoreConnection
 
createStatement(int, int, int) - Method in class org.enhydra.jdbc.core.CoreConnection
 
createStatement() - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
createStatement(int, int) - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
createStatement(int, int, int) - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
cs - Variable in class org.enhydra.jdbc.core.CoreCallableStatement
 
curCon - Variable in class org.enhydra.jdbc.standard.StandardXAConnection
 

D

DEFAULT_DEADLOCKMAXWAIT - Static variable in class org.enhydra.jdbc.pool.GenericPool
 
DEFAULT_DEADLOCKMAXWAIT - Static variable in class org.enhydra.jdbc.standard.StandardXADataSource
 
DEFAULT_DEADLOCKRETRYWAIT - Static variable in class org.enhydra.jdbc.pool.GenericPool
 
DEFAULT_DEADLOCKRETRYWAIT - Static variable in class org.enhydra.jdbc.standard.StandardXADataSource
 
DEFAULT_EXPIRATION - Static variable in class org.enhydra.jdbc.pool.GenericPool
 
DEFAULT_MAXSIZE - Static variable in class org.enhydra.jdbc.pool.GenericPool
 
DEFAULT_MAX_CON - Static variable in class org.enhydra.jdbc.standard.StandardXADataSource
 
DEFAULT_MINSIZE - Static variable in class org.enhydra.jdbc.pool.GenericPool
 
DEFAULT_MIN_CON - Static variable in class org.enhydra.jdbc.standard.StandardXADataSource
 
DEFAULT_PREPAREDSTMTCACHESIZE - Static variable in class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource
 
DEFAULT_SLEEPTIME - Static variable in class org.enhydra.jdbc.pool.GenericPool
 
dataSource - Variable in class org.enhydra.jdbc.standard.StandardPooledConnection
 
dataSource - Variable in class org.enhydra.jdbc.standard.StandardXAStatefulConnection
 
dataSourceName - Variable in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
deadLockMaxWait - Variable in class org.enhydra.jdbc.standard.StandardXADataSource
 
deadLockRetryWait - Variable in class org.enhydra.jdbc.standard.StandardXADataSource
 
debug(Object) - Method in class org.enhydra.jdbc.util.Logger
 
debug(Object, Throwable) - Method in class org.enhydra.jdbc.util.Logger
 
doStart(Xid, int) - Method in class org.enhydra.jdbc.standard.StandardXAConnection
Does most of the work of the start() call (below).
dump() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 

E

end(Xid, int) - Method in class org.enhydra.jdbc.oracle.OracleXAConnection
 
end(Xid, int) - Method in class org.enhydra.jdbc.standard.StandardXAConnection
Ends a connection's association with a global transaction.
equals(Object) - Method in class org.enhydra.jdbc.standard.StandardDataSource
 
error(Object) - Method in class org.enhydra.jdbc.util.Logger
 
error(Object, Throwable) - Method in class org.enhydra.jdbc.util.Logger
 
execute() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
execute(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
execute(String, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
execute(String, int[]) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
execute(String, String[]) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
execute() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
execute(String) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
execute(String, int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
execute(String, int[]) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
execute(String, String[]) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
execute(String) - Method in class org.enhydra.jdbc.core.CoreStatement
 
execute(String, int) - Method in class org.enhydra.jdbc.core.CoreStatement
 
execute(String, int[]) - Method in class org.enhydra.jdbc.core.CoreStatement
 
execute(String, String[]) - Method in class org.enhydra.jdbc.core.CoreStatement
 
execute(String) - Method in class org.enhydra.jdbc.informix.InformixConnectionHandle
 
executeBatch() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
executeBatch() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
executeBatch() - Method in class org.enhydra.jdbc.core.CoreStatement
 
executeQuery() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
executeQuery(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
executeQuery() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
executeQuery(String) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
executeQuery(String) - Method in class org.enhydra.jdbc.core.CoreStatement
 
executeUpdate() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
executeUpdate(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
executeUpdate(String, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
executeUpdate(String, int[]) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
executeUpdate(String, String[]) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
executeUpdate() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
executeUpdate(String) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
executeUpdate(String, int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
executeUpdate(String, int[]) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
executeUpdate(String, String[]) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
executeUpdate(String) - Method in class org.enhydra.jdbc.core.CoreStatement
 
executeUpdate(String, int) - Method in class org.enhydra.jdbc.core.CoreStatement
 
executeUpdate(String, int[]) - Method in class org.enhydra.jdbc.core.CoreStatement
 
executeUpdate(String, String[]) - Method in class org.enhydra.jdbc.core.CoreStatement
 
expire(Object) - Method in interface org.enhydra.jdbc.pool.PoolHelper
 
expire(Object) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
object specific work to kill the object

F

fatal(Object) - Method in class org.enhydra.jdbc.util.Logger
 
fatal(Object, Throwable) - Method in class org.enhydra.jdbc.util.Logger
 
forget(Xid) - Method in class org.enhydra.jdbc.oracle.OracleXAConnection
 
forget(Xid) - Method in class org.enhydra.jdbc.standard.StandardXAConnection
This is called by a TM when the RM has reported a heuristic completion.
freeConnection(Xid, boolean) - Method in class org.enhydra.jdbc.standard.StandardXADataSource
Frees a connection to make it eligible for reuse.

G

GenerationObject - class org.enhydra.jdbc.pool.GenerationObject.
This class allows to store multiple things in the Generic Pool hashtable.
GenerationObject(Object, int) - Constructor for class org.enhydra.jdbc.pool.GenerationObject
constructor
GenerationObject(Object, int, String, String) - Constructor for class org.enhydra.jdbc.pool.GenerationObject
constructor
GenericPool - class org.enhydra.jdbc.pool.GenericPool.
GenericPool is the main class of the Pool.
GenericPool(PoolHelper) - Constructor for class org.enhydra.jdbc.pool.GenericPool
Creates an GenericPool with the default params.
GenericPool(PoolHelper, int) - Constructor for class org.enhydra.jdbc.pool.GenericPool
 
GenericPool(PoolHelper, int, int, long, long) - Constructor for class org.enhydra.jdbc.pool.GenericPool
Constructor, set the two hashtables and set by default the other values
generation - Variable in class org.enhydra.jdbc.pool.GenericPool
Generation number.
get(Object) - Method in class org.enhydra.jdbc.util.LRUCache
Gets an object from the cache.
getAllConnections() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
getArray(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getArray(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getAutoCommit() - Method in class org.enhydra.jdbc.core.CoreConnection
 
getBigDecimal(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getBigDecimal(int, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getBigDecimal(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getBlob(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getBlob(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getBoolean(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getBoolean(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getByte(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getByte(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getBytes(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getBytes(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getCatalog() - Method in class org.enhydra.jdbc.core.CoreConnection
 
getCheckLevelObject() - Method in class org.enhydra.jdbc.pool.GenericPool
 
getCheckLevelObject() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getClob(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getClob(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getCommitOnPrepare() - Method in class org.enhydra.jdbc.standard.StandardXAConnection
 
getConnection() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getConnection() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getConnection() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getConnection() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
getConnection allows to get an object from the pool and returns it to the user.
getConnection(String, String) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
getConnection allows to get an object from the pool and returns it to the user.
getConnection() - Method in class org.enhydra.jdbc.standard.StandardDataSource
 
getConnection(String, String) - Method in class org.enhydra.jdbc.standard.StandardDataSource
 
getConnection() - Method in class org.enhydra.jdbc.standard.StandardPooledConnection
Creates a new StandardConnectionHandle for use by an application.
getConnection() - Method in class org.enhydra.jdbc.standard.StandardXAConnection
Creates a new StandardXAConnectionHandle for use by an application.
getConnectionCount() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
getCount() - Method in class org.enhydra.jdbc.pool.GenericPool
 
getDataSource() - Method in class org.enhydra.jdbc.pool.StandardXAPoolDataSource
Getter for property dataSource.
getDataSourceName() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getDate(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getDate(int, Calendar) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getDate(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getDate(String, Calendar) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getDeadLockMaxWait() - Method in class org.enhydra.jdbc.pool.GenericPool
 
getDeadLockMaxWait() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getDeadLockMaxWait() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
getDeadLockRetryWait() - Method in class org.enhydra.jdbc.pool.GenericPool
 
getDeadLockRetryWait() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getDeadLockRetryWait() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
getDescription() - Method in class org.enhydra.jdbc.core.CoreDataSource
Setter/Getter defined for standard properties
getDouble(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getDouble(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getDriverName() - Method in class org.enhydra.jdbc.standard.StandardDataSource
return the name of the driver
getFetchDirection() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getFetchDirection() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getFetchDirection() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getFetchSize() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getFetchSize() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getFetchSize() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getFloat(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getFloat(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getGeneratedKeys() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getGeneratedKeys() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getGeneratedKeys() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getGeneration() - Method in class org.enhydra.jdbc.pool.GenerationObject
 
getGeneration() - Method in class org.enhydra.jdbc.pool.GenericPool
 
getGeneration() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getHoldability() - Method in class org.enhydra.jdbc.core.CoreConnection
 
getInt(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getInt(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getJdbcTestStmt() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getLifeTime() - Method in class org.enhydra.jdbc.pool.GenericPool
 
getLifeTime() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getLockedObject() - Method in class org.enhydra.jdbc.pool.GenericPool
 
getLockedObjectCount() - Method in class org.enhydra.jdbc.pool.GenericPool
returns the current number of objects that are locked
getLockedObjectCount() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getLogWriter() - Method in class org.enhydra.jdbc.core.CoreDataSource
 
getLogWriter() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getLoginTimeout() - Method in class org.enhydra.jdbc.core.CoreDataSource
 
getLong(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getLong(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getMasterPrepStmtCache() - Method in class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource
 
getMaxCon() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
getMaxFieldSize() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getMaxFieldSize() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getMaxFieldSize() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getMaxRows() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getMaxRows() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getMaxRows() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getMaxSize() - Method in class org.enhydra.jdbc.pool.GenericPool
 
getMaxSize() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getMetaData() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getMetaData() - Method in class org.enhydra.jdbc.core.CoreConnection
 
getMetaData() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getMinCon() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
getMinSize() - Method in class org.enhydra.jdbc.pool.GenericPool
 
getMinSize() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getMoreResults() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getMoreResults(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getMoreResults() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getMoreResults(int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getMoreResults() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getMoreResults(int) - Method in class org.enhydra.jdbc.core.CoreStatement
 
getObj() - Method in class org.enhydra.jdbc.pool.GenerationObject
 
getObject(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getObject(int, Map) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getObject(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getObject(String, Map) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.enhydra.jdbc.core.CoreDataSource
Methods inherited from ObjectFactory
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.enhydra.jdbc.instantdb.IdbXADataSource
The factory interface.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.enhydra.jdbc.oracle.OracleXADataSource
The factory interface.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.enhydra.jdbc.pool.StandardXAPoolDataSource
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.enhydra.jdbc.standard.StandardDataSource
Methods inherited from ObjectFactory
getParameterMetaData() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getParameterMetaData() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getPassword() - Method in class org.enhydra.jdbc.core.CoreDataSource
 
getPassword() - Method in class org.enhydra.jdbc.pool.GenerationObject
 
getPhysicalConnection() - Method in class org.enhydra.jdbc.standard.StandardPooledConnection
Access method allowing access to the underlying physical connection.
getPooledConnection() - Method in class org.enhydra.jdbc.informix.InformixConnectionPoolDataSource
Create a pooled connection using the default username and password.
getPooledConnection(String, String) - Method in class org.enhydra.jdbc.informix.InformixConnectionPoolDataSource
Create a informix pooled connection using the supplied username and password.
getPooledConnection() - Method in class org.enhydra.jdbc.informix.InformixXADataSource
Create a pooled connection using the default username and password.
getPooledConnection(String, String) - Method in class org.enhydra.jdbc.informix.InformixXADataSource
Create a informix pooled connection using the supplied username and password.
getPooledConnection() - Method in class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource
Create a pooled connection using the default username and password.
getPooledConnection(String, String) - Method in class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource
Create a standard pooled connection using the supplied username and password.
getPooledConnection() - Method in class org.enhydra.jdbc.sybase.SybaseConnectionPoolDataSource
Create a pooled connection using the default username and password.
getPooledConnection(String, String) - Method in class org.enhydra.jdbc.sybase.SybaseConnectionPoolDataSource
Create a sybase pooled connection using the supplied username and password.
getPooledConnection() - Method in class org.enhydra.jdbc.sybase.SybaseXADataSource
Create a pooled connection using the default username and password.
getPooledConnection(String, String) - Method in class org.enhydra.jdbc.sybase.SybaseXADataSource
Create a sybase pooled connection using the supplied username and password.
getPreparedStmtCacheSize() - Method in class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource
Gets the size of the prepared statement cache
getQueryTimeout() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getQueryTimeout() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getQueryTimeout() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getRef(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getRef(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getReference() - Method in class org.enhydra.jdbc.core.CoreDataSource
Methods inherited from referenceable
getReference() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
Retrieves the Reference of this object.
getReference() - Method in class org.enhydra.jdbc.pool.StandardXAPoolDataSource
Retrieves the Reference of this object.
getReference() - Method in class org.enhydra.jdbc.standard.StandardDataSource
Methods inherited from referenceable
getReference() - Method in class org.enhydra.jdbc.standard.StandardXAConnection
 
getResultSet() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getResultSet() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getResultSet() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getResultSetConcurrency() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getResultSetConcurrency() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getResultSetConcurrency() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getResultSetHoldability() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getResultSetHoldability() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getResultSetHoldability() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getResultSetType() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getResultSetType() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getResultSetType() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getShort(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getShort(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getSleepTime() - Method in class org.enhydra.jdbc.pool.GenericPool
 
getSleepTime() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getString(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getString(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getThread(Runnable) - Method in interface org.enhydra.jdbc.core.JdbcThreadFactory
Get a thread for the client.
getThread(Runnable, String) - Method in interface org.enhydra.jdbc.core.JdbcThreadFactory
Get a thread for the client.
getThread(ThreadGroup, Runnable) - Method in interface org.enhydra.jdbc.core.JdbcThreadFactory
Get a thread for the client.
getThread(ThreadGroup, Runnable, String) - Method in interface org.enhydra.jdbc.core.JdbcThreadFactory
Get a thread for the client.
getThreadFactory() - Method in class org.enhydra.jdbc.core.CoreDataSource
 
getTime(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getTime(int, Calendar) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getTime(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getTime(String, Calendar) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getTimestamp(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getTimestamp(int, Calendar) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getTimestamp(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getTimestamp(String, Calendar) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getTransactionIsolation() - Method in class org.enhydra.jdbc.core.CoreConnection
 
getTransactionIsolation() - Method in class org.enhydra.jdbc.standard.StandardDataSource
return the transaction isolation level defined for the current database
getTransactionManager() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
getTransactionTimeout() - Method in class org.enhydra.jdbc.standard.StandardXAConnection
 
getTypeMap() - Method in class org.enhydra.jdbc.core.CoreConnection
 
getURL(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getURL(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getUnlockedObjectCount() - Method in class org.enhydra.jdbc.pool.GenericPool
returns the current number of objects that are unlocked
getUnlockedObjectCount() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getUpdateCount() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getUpdateCount() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getUpdateCount() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getUrl() - Method in class org.enhydra.jdbc.standard.StandardDataSource
return the url of the database
getUser() - Method in class org.enhydra.jdbc.core.CoreDataSource
 
getUser() - Method in class org.enhydra.jdbc.pool.GenerationObject
 
getWarnings() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getWarnings() - Method in class org.enhydra.jdbc.core.CoreConnection
 
getWarnings() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getWarnings() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getXAConnection() - Method in class org.enhydra.jdbc.informix.InformixXADataSource
Creates an XA connection using the default username and password.
getXAConnection(String, String) - Method in class org.enhydra.jdbc.informix.InformixXADataSource
Creates an XA connection using the supplied username and password.
getXAConnection() - Method in class org.enhydra.jdbc.instantdb.IdbXADataSource
Creates an XA connection using the default username and password.
getXAConnection(String, String) - Method in class org.enhydra.jdbc.instantdb.IdbXADataSource
Creates an XA connection using the supplied username and password.
getXAConnection() - Method in class org.enhydra.jdbc.oracle.OracleXADataSource
Creates an XA connection using the default username and password.
getXAConnection(String, String) - Method in class org.enhydra.jdbc.oracle.OracleXADataSource
Creates an XA connection using the supplied username and password.
getXAConnection() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
Creates an XA connection using the default username and password.
getXAConnection(String, String) - Method in class org.enhydra.jdbc.standard.StandardXADataSource
Creates an XA connection using the supplied username and password.
getXAConnection() - Method in class org.enhydra.jdbc.sybase.SybaseXADataSource
Creates an XA connection using the default username and password.
getXAConnection(String, String) - Method in class org.enhydra.jdbc.sybase.SybaseXADataSource
Creates an XA connection using the supplied username and password.
getXAResource() - Method in class org.enhydra.jdbc.standard.StandardXAConnection
We are required to maintain a 1-1 mapping between an XAConnection and its corresponding XAResource.
getXidConnections() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
getXidCount() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
Returns the number of connections that are either prepared or heuristically completed.
glog - Variable in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
glog - Variable in class org.enhydra.jdbc.pool.StandardXAPoolDataSource
 

H

hashCode() - Method in class org.enhydra.jdbc.standard.StandardDataSource
 

I

IdbDataSource - class org.enhydra.jdbc.instantdb.IdbDataSource.
Data source for creating IdbConnections.
IdbDataSource() - Constructor for class org.enhydra.jdbc.instantdb.IdbDataSource
Constructors
IdbDataSource(Driver) - Constructor for class org.enhydra.jdbc.instantdb.IdbDataSource
Constructors
IdbXAConnection - class org.enhydra.jdbc.instantdb.IdbXAConnection.
Provides and InstantDB specific instance of StandardXAConnection.
IdbXAConnection(StandardXADataSource, String, String) - Constructor for class org.enhydra.jdbc.instantdb.IdbXAConnection
Creates the first free connection.
IdbXADataSource - class org.enhydra.jdbc.instantdb.IdbXADataSource.
Data source for creating IdbXAConnections.
IdbXADataSource() - Constructor for class org.enhydra.jdbc.instantdb.IdbXADataSource
Constructor.
InformixConnectionHandle - class org.enhydra.jdbc.informix.InformixConnectionHandle.
 
InformixConnectionHandle(InformixPooledConnection, Hashtable, int) - Constructor for class org.enhydra.jdbc.informix.InformixConnectionHandle
 
InformixConnectionPoolDataSource - class org.enhydra.jdbc.informix.InformixConnectionPoolDataSource.
 
InformixConnectionPoolDataSource() - Constructor for class org.enhydra.jdbc.informix.InformixConnectionPoolDataSource
 
InformixPooledConnection - class org.enhydra.jdbc.informix.InformixPooledConnection.
 
InformixPooledConnection(ConnectionPoolDataSource, String, String) - Constructor for class org.enhydra.jdbc.informix.InformixPooledConnection
 
InformixXAConnection - class org.enhydra.jdbc.informix.InformixXAConnection.
 
InformixXAConnection(InformixXADataSource, String, String) - Constructor for class org.enhydra.jdbc.informix.InformixXAConnection
Creates the first free connection.
InformixXADataSource - class org.enhydra.jdbc.informix.InformixXADataSource.
 
InformixXADataSource() - Constructor for class org.enhydra.jdbc.informix.InformixXADataSource
 
InformixXAStatefulConnection - class org.enhydra.jdbc.informix.InformixXAStatefulConnection.
 
ictx - Variable in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
id - Variable in class org.enhydra.jdbc.standard.StandardXAStatefulConnection
 
inUse - Variable in class org.enhydra.jdbc.standard.StandardConnectionHandle
 
info(Object) - Method in class org.enhydra.jdbc.util.Logger
 
info(Object, Throwable) - Method in class org.enhydra.jdbc.util.Logger
 
isClosed() - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
 
isDebug() - Method in class org.enhydra.jdbc.core.CoreDataSource
 
isDebug() - Method in class org.enhydra.jdbc.pool.GenericPool
 
isGC() - Method in class org.enhydra.jdbc.pool.GenericPool
 
isGC() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
isReadOnly() - Method in class org.enhydra.jdbc.core.CoreConnection
 
isReallyUsed - Variable in class org.enhydra.jdbc.standard.StandardConnectionHandle
 
isSameRM(XAResource) - Method in class org.enhydra.jdbc.instantdb.IdbXAConnection
Checks to see if two XAResource objects correspond to the same Resource Manager.
isSameRM(XAResource) - Method in class org.enhydra.jdbc.oracle.OracleXAConnection
 
isSameRM(XAResource) - Method in class org.enhydra.jdbc.standard.StandardXAConnection
 
isVerbose() - Method in class org.enhydra.jdbc.core.CoreDataSource
 

J

JdbcThreadFactory - interface org.enhydra.jdbc.core.JdbcThreadFactory.
Generic interface for getting threads, modeled after Enhydra ThreadClientService interface.
JdbcUtil - class org.enhydra.jdbc.util.JdbcUtil.
 
JdbcUtil() - Constructor for class org.enhydra.jdbc.util.JdbcUtil
 
jdbcTestStmt - Variable in class org.enhydra.jdbc.pool.StandardPoolDataSource
 

K

keeper - Variable in class org.enhydra.jdbc.pool.GenericPool
 
key - Variable in class org.enhydra.jdbc.standard.StandardPreparedStatement
 
killObject() - Method in class org.enhydra.jdbc.pool.GenerationObject
 

L

LRUCache - class org.enhydra.jdbc.util.LRUCache.
Simple implementation of a cache, using Least Recently Used algorithm for discarding members when the cache fills up
LRUCache(int) - Constructor for class org.enhydra.jdbc.util.LRUCache
Constructor
LRUSize() - Method in class org.enhydra.jdbc.util.LRUCache
 
Logger - class org.enhydra.jdbc.util.Logger.
 
Logger(Log) - Constructor for class org.enhydra.jdbc.util.Logger
 
log - Variable in class org.enhydra.jdbc.standard.StandardPooledConnection
 
log - Variable in class org.enhydra.jdbc.util.JdbcUtil
 
log - Variable in class org.enhydra.jdbc.util.LRUCache
 
logWriter - Variable in class org.enhydra.jdbc.core.CoreDataSource
 

M

masterPrepStmtCache - Variable in class org.enhydra.jdbc.standard.StandardConnectionHandle
 
maxCon - Variable in class org.enhydra.jdbc.standard.StandardXADataSource
 
minCon - Variable in class org.enhydra.jdbc.standard.StandardXADataSource
 
minimumObject() - Method in class org.enhydra.jdbc.pool.GenericPool
 
minimumObject(String, String) - Method in class org.enhydra.jdbc.pool.GenericPool
 

N

nativeSQL(String) - Method in class org.enhydra.jdbc.core.CoreConnection
 
newConnectionHandle() - Method in class org.enhydra.jdbc.informix.InformixPooledConnection
 
newConnectionHandle() - Method in class org.enhydra.jdbc.standard.StandardPooledConnection
 
newConnectionHandle() - Method in class org.enhydra.jdbc.standard.StandardXAConnection
 
newConnectionHandle() - Method in class org.enhydra.jdbc.sybase.SybasePooledConnection
 
nextGeneration(Object) - Method in class org.enhydra.jdbc.pool.GenericPool
Allows to verify if objects from the pool - for the o generation - are valid or not.
nextId - Static variable in class org.enhydra.jdbc.standard.StandardXAStatefulConnection
 

O

OracleXAConnection - class org.enhydra.jdbc.oracle.OracleXAConnection.
Provides an Oracle specific instance of StandardXAConnection.
OracleXAConnection(StandardXADataSource, String, String) - Constructor for class org.enhydra.jdbc.oracle.OracleXAConnection
Creates the first free connection.
OracleXADataSource - class org.enhydra.jdbc.oracle.OracleXADataSource.
Data source for creating IdbXAConnections.
OracleXADataSource() - Constructor for class org.enhydra.jdbc.oracle.OracleXADataSource
Constructor.
onOff - Variable in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
org.enhydra.jdbc.core - package org.enhydra.jdbc.core
 
org.enhydra.jdbc.informix - package org.enhydra.jdbc.informix
 
org.enhydra.jdbc.instantdb - package org.enhydra.jdbc.instantdb
 
org.enhydra.jdbc.oracle - package org.enhydra.jdbc.oracle
 
org.enhydra.jdbc.pool - package org.enhydra.jdbc.pool
 
org.enhydra.jdbc.standard - package org.enhydra.jdbc.standard
 
org.enhydra.jdbc.sybase - package org.enhydra.jdbc.sybase
 
org.enhydra.jdbc.util - package org.enhydra.jdbc.util
 

P

PoolHelper - interface org.enhydra.jdbc.pool.PoolHelper.
PoolHelper defines methods allowing to make some specific operation on object.
PoolKeeper - class org.enhydra.jdbc.pool.PoolKeeper.
PoolKeeper class allows to clean up automatically dead and expired objects.
PoolKeeper(long, GenericPool) - Constructor for class org.enhydra.jdbc.pool.PoolKeeper
constructor, called by GenericPool (any kind of object)
PreparedStatementCache - class org.enhydra.jdbc.standard.PreparedStatementCache.
Implementation of LRUCache to handle prepared statements TODO: Override put to check type
PreparedStatementCache(int) - Constructor for class org.enhydra.jdbc.standard.PreparedStatementCache
Constructor
password - Variable in class org.enhydra.jdbc.core.CoreDataSource
 
pool - Variable in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
poolKeeper - Variable in class org.enhydra.jdbc.pool.GenericPool
 
preInvoke() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
Methods used to do some works before and during the catch clause, to prevent the pool that a connection is broken.
preInvoke() - Method in class org.enhydra.jdbc.core.CoreConnection
Methods used to do some works before and during the catch clause, to prevent the pool that a connection is broken.
preInvoke() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
Methods used to do some works before and during the catch clause, to prevent the pool that a connection is broken.
preInvoke() - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
Pre-invokation of the delegation, in case of connection is closed, we throw an exception
preInvoke() - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
Pre-invokation of the delegation, in case of the Statement is closed, we throw an exception
preInvoke() - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
Pre-invokation of the delegation, in case of the Statement is closed, we throw an exception
prepare(Xid) - Method in class org.enhydra.jdbc.instantdb.IdbXAConnection
Prepares to perform a commit.
prepare(Xid) - Method in class org.enhydra.jdbc.oracle.OracleXAConnection
 
prepare(Xid) - Method in class org.enhydra.jdbc.standard.StandardXAConnection
Prepares to perform a commit.
prepareCall(String) - Method in class org.enhydra.jdbc.core.CoreConnection
 
prepareCall(String, int, int, int) - Method in class org.enhydra.jdbc.core.CoreConnection
 
prepareCall(String, int, int) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
 
prepareCall(String, int, int) - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
Creates a CallableStatement for the given SQL, result set type and concurency
prepareCall(String) - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
Creates a CallableStatement for the given SQL
prepareCall(String, int, int, int) - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
prepareStatement(String) - Method in class org.enhydra.jdbc.core.CoreConnection
 
prepareStatement(String, int, int) - Method in class org.enhydra.jdbc.core.CoreConnection
 
prepareStatement(String, int) - Method in class org.enhydra.jdbc.core.CoreConnection
 
prepareStatement(String, int, int, int) - Method in class org.enhydra.jdbc.core.CoreConnection
 
prepareStatement(String, int[]) - Method in class org.enhydra.jdbc.core.CoreConnection
 
prepareStatement(String, String[]) - Method in class org.enhydra.jdbc.core.CoreConnection
 
prepareStatement(String) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
Creates a PreparedStatement for the given SQL.
prepareStatement(String, int, int) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
Creates a PreparedStatement for the given SQL, type and concurrency.
prepareStatement(String, int, int, int) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
 
prepareStatement(String) - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
Creates a PreparedStatement for the given SQL.
prepareStatement(String, int, int) - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
prepareStatement(String, int, int, int) - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
Creates a PreparedStatement for the given SQL, type and concurrency.
prepareStatement(String, int) - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
prepareStatement(String, int[]) - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
not yet implemented
prepareStatement(String, String[]) - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
not yet implemented
preparedStatementCache - Variable in class org.enhydra.jdbc.standard.StandardConnectionHandle
 
processToWait() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
ps - Variable in class org.enhydra.jdbc.core.CorePreparedStatement
 
put(Object, Object) - Method in class org.enhydra.jdbc.util.LRUCache
Puts a new object in the cache.

R

recover(int) - Method in class org.enhydra.jdbc.standard.StandardXAConnection
Called by the transaction manager during recovery.
registerOutParameter(int, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
registerOutParameter(int, int, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
registerOutParameter(int, int, String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
registerOutParameter(String, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
registerOutParameter(String, int, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
registerOutParameter(String, int, String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
releaseSavepoint(Savepoint) - Method in class org.enhydra.jdbc.core.CoreConnection
 
remove(Object) - Method in class org.enhydra.jdbc.util.LRUCache
Removes the object from the cache and the lru list
removeConnectionEventListener(ConnectionEventListener) - Method in class org.enhydra.jdbc.standard.StandardPooledConnection
 
removeLockedObject(Object) - Method in class org.enhydra.jdbc.pool.GenericPool
removes an object for the locked pool, when an error has occurred
resize(int) - Method in class org.enhydra.jdbc.util.LRUCache
Resize the cache
resultSetConcurrency - Variable in class org.enhydra.jdbc.standard.StandardXAPreparedStatement
 
resultSetHoldability - Variable in class org.enhydra.jdbc.standard.StandardXAPreparedStatement
 
resultSetType - Variable in class org.enhydra.jdbc.standard.StandardXAPreparedStatement
 
rollback() - Method in class org.enhydra.jdbc.core.CoreConnection
 
rollback(Savepoint) - Method in class org.enhydra.jdbc.core.CoreConnection
 
rollback(Xid) - Method in class org.enhydra.jdbc.oracle.OracleXAConnection
 
rollback(Xid) - Method in class org.enhydra.jdbc.standard.StandardXAConnection
PERFORMS a rollback on this resource manager's branch of the global transaction.
rollback() - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
run() - Method in class org.enhydra.jdbc.pool.PoolKeeper
run method.
run() - Method in class org.enhydra.jdbc.standard.StandardXAConnection
Periodically checks for timed out connections.

S

StandardConnectionHandle - class org.enhydra.jdbc.standard.StandardConnectionHandle.
This is an implementation of java.sql.Connection which simply delegates almost everything to an underlying physical implemention of the same interface.
StandardConnectionHandle(StandardPooledConnection, Hashtable, int) - Constructor for class org.enhydra.jdbc.standard.StandardConnectionHandle
Constructor.
StandardConnectionPoolDataSource - class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource.
A data source used to create generic pooled connections (factory)
StandardConnectionPoolDataSource() - Constructor for class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource
Constructor.
StandardDataSource - class org.enhydra.jdbc.standard.StandardDataSource.
Provides a Data Source which can be used to generate JDBC connections.
StandardDataSource() - Constructor for class org.enhydra.jdbc.standard.StandardDataSource
Constructors
StandardDataSource(Driver) - Constructor for class org.enhydra.jdbc.standard.StandardDataSource
 
StandardPoolDataSource - class org.enhydra.jdbc.pool.StandardPoolDataSource.
StandardPoolDataSource class allows to make some operations on PooledConnection.
StandardPoolDataSource() - Constructor for class org.enhydra.jdbc.pool.StandardPoolDataSource
Constructor
StandardPoolDataSource(int) - Constructor for class org.enhydra.jdbc.pool.StandardPoolDataSource
Constructor
StandardPoolDataSource(ConnectionPoolDataSource) - Constructor for class org.enhydra.jdbc.pool.StandardPoolDataSource
Constructor
StandardPoolDataSource(ConnectionPoolDataSource, int) - Constructor for class org.enhydra.jdbc.pool.StandardPoolDataSource
Constructor
StandardPooledConnection - class org.enhydra.jdbc.standard.StandardPooledConnection.
Provides an implementation of javax.sql.PooledConnection which is completely generic (i.e.
StandardPooledConnection(StandardConnectionPoolDataSource, String, String) - Constructor for class org.enhydra.jdbc.standard.StandardPooledConnection
Creates the physical database connection.
StandardPreparedStatement - class org.enhydra.jdbc.standard.StandardPreparedStatement.
A very simple implementation of PreparedStatement.
StandardXACallableStatement - class org.enhydra.jdbc.standard.StandardXACallableStatement.
 
StandardXAConnection - class org.enhydra.jdbc.standard.StandardXAConnection.
Provides a generic wrapper for JDBC 1 drivers.
StandardXAConnection(StandardXADataSource, String, String) - Constructor for class org.enhydra.jdbc.standard.StandardXAConnection
Creates the first free connection.
StandardXAConnectionHandle - class org.enhydra.jdbc.standard.StandardXAConnectionHandle.
 
StandardXAConnectionHandle(StandardXAConnection, Hashtable, int, TransactionManager) - Constructor for class org.enhydra.jdbc.standard.StandardXAConnectionHandle
Constructor
StandardXADataSource - class org.enhydra.jdbc.standard.StandardXADataSource.
Data source for creating StandardXAConnections.
StandardXADataSource() - Constructor for class org.enhydra.jdbc.standard.StandardXADataSource
Constructor
StandardXAPoolDataSource - class org.enhydra.jdbc.pool.StandardXAPoolDataSource.
StandardXAPoolDataSource class allows to make some operations on XAConnection.
StandardXAPoolDataSource() - Constructor for class org.enhydra.jdbc.pool.StandardXAPoolDataSource
Constructor
StandardXAPoolDataSource(int) - Constructor for class org.enhydra.jdbc.pool.StandardXAPoolDataSource
Constructor
StandardXAPoolDataSource(StandardXADataSource) - Constructor for class org.enhydra.jdbc.pool.StandardXAPoolDataSource
Constructor
StandardXAPoolDataSource(StandardXADataSource, int) - Constructor for class org.enhydra.jdbc.pool.StandardXAPoolDataSource
Constructor
StandardXAPreparedStatement - class org.enhydra.jdbc.standard.StandardXAPreparedStatement.
 
StandardXAStatefulConnection - class org.enhydra.jdbc.standard.StandardXAStatefulConnection.
Provides a wrapper for a physical database connection.
StandardXAStatefulConnection(StandardXADataSource, Connection) - Constructor for class org.enhydra.jdbc.standard.StandardXAStatefulConnection
Creates a new stateful connection in the FREE state (NO_TRANSACTION)
StandardXAStatement - class org.enhydra.jdbc.standard.StandardXAStatement.
 
SybaseConnectionHandle - class org.enhydra.jdbc.sybase.SybaseConnectionHandle.
 
SybaseConnectionHandle(SybasePooledConnection, Hashtable, int) - Constructor for class org.enhydra.jdbc.sybase.SybaseConnectionHandle
 
SybaseConnectionPoolDataSource - class org.enhydra.jdbc.sybase.SybaseConnectionPoolDataSource.
 
SybaseConnectionPoolDataSource() - Constructor for class org.enhydra.jdbc.sybase.SybaseConnectionPoolDataSource
 
SybasePooledConnection - class org.enhydra.jdbc.sybase.SybasePooledConnection.
 
SybasePooledConnection(ConnectionPoolDataSource, String, String) - Constructor for class org.enhydra.jdbc.sybase.SybasePooledConnection
 
SybaseXAConnection - class org.enhydra.jdbc.sybase.SybaseXAConnection.
 
SybaseXAConnection(SybaseXADataSource, String, String) - Constructor for class org.enhydra.jdbc.sybase.SybaseXAConnection
Creates the first free connection.
SybaseXADataSource - class org.enhydra.jdbc.sybase.SybaseXADataSource.
 
SybaseXADataSource() - Constructor for class org.enhydra.jdbc.sybase.SybaseXADataSource
 
SybaseXAStatefulConnection - class org.enhydra.jdbc.sybase.SybaseXAStatefulConnection.
 
setArray(int, Array) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setArray(int, Array) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setAsciiStream(String, InputStream, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setAsciiStream(int, InputStream, int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setAutoCommit(boolean) - Method in class org.enhydra.jdbc.core.CoreConnection
 
setAutoCommit(boolean) - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
setAutoCommit(boolean) - Method in class org.enhydra.jdbc.sybase.SybaseConnectionHandle
 
setBigDecimal(int, BigDecimal) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setBigDecimal(String, BigDecimal) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setBinaryStream(String, InputStream, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setBlob(int, Blob) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setBlob(int, Blob) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setBoolean(int, boolean) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setBoolean(String, boolean) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setBoolean(int, boolean) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setByte(int, byte) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setByte(String, byte) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setByte(int, byte) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setBytes(int, byte[]) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setBytes(String, byte[]) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setBytes(int, byte[]) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setCatalog(String) - Method in class org.enhydra.jdbc.core.CoreConnection
 
setCharacterStream(int, Reader, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setCharacterStream(String, Reader, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setCharacterStream(int, Reader, int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setCheckLevelObject(int) - Method in class org.enhydra.jdbc.pool.GenericPool
level are accepted between 0 and 4
setCheckLevelObject(int) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
set the check level of the pooled object before using them
setClob(int, Clob) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setClob(int, Clob) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setCommitOnPrepare(boolean) - Method in class org.enhydra.jdbc.standard.StandardXAConnection
 
setCursorName(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setCursorName(String) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setCursorName(String) - Method in class org.enhydra.jdbc.core.CoreStatement
 
setDataSource(XADataSource) - Method in class org.enhydra.jdbc.pool.StandardXAPoolDataSource
Setter for property dataSource.
setDataSourceName(String) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
Set up the data source name, get the initial context, and lookup in JNDI to obtain a reference of the DataSourceName this method must be called before a getConnection (in this case an exception is returned
setDate(int, Date) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setDate(int, Date, Calendar) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setDate(String, Date) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setDate(String, Date, Calendar) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setDate(int, Date) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setDate(int, Date, Calendar) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setDeadLockMaxWait(long) - Method in class org.enhydra.jdbc.pool.GenericPool
 
setDeadLockMaxWait(long) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
set the global time the pool can wait for a free object
setDeadLockMaxWait(long) - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
setDeadLockRetryWait(long) - Method in class org.enhydra.jdbc.pool.GenericPool
 
setDeadLockRetryWait(long) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
set the time before 2 tries when trying to obtain an object from the pool
setDeadLockRetryWait(long) - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
setDebug(boolean) - Method in class org.enhydra.jdbc.core.CoreDataSource
 
setDebug(boolean) - Method in class org.enhydra.jdbc.pool.GenericPool
 
setDebug(boolean) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
set the debug flag
setDescription(String) - Method in class org.enhydra.jdbc.core.CoreDataSource
 
setDouble(int, double) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setDouble(String, double) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setDouble(int, double) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setDriverName(String) - Method in class org.enhydra.jdbc.instantdb.IdbDataSource
 
setDriverName(String) - Method in class org.enhydra.jdbc.standard.StandardDataSource
set the name of the jdbc driver
setDriverName(String) - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
setEscapeProcessing(boolean) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setEscapeProcessing(boolean) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setEscapeProcessing(boolean) - Method in class org.enhydra.jdbc.core.CoreStatement
 
setFetchDirection(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setFetchDirection(int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setFetchDirection(int) - Method in class org.enhydra.jdbc.core.CoreStatement
 
setFetchSize(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setFetchSize(int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setFetchSize(int) - Method in class org.enhydra.jdbc.core.CoreStatement
 
setFloat(int, float) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setFloat(String, float) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setFloat(int, float) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setGC(boolean) - Method in class org.enhydra.jdbc.pool.GenericPool
 
setGC(boolean) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
set the garbage collection option
setGeneration(int) - Method in class org.enhydra.jdbc.pool.GenericPool
 
setGeneration(int) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
set the generation number for future connection, the generation number is used to identify a group a created objects
setHoldability(int) - Method in class org.enhydra.jdbc.core.CoreConnection
 
setInt(int, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setInt(String, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setInt(int, int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setJdbcTestStmt(String) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
set the String to test the jdbc connection before using it
setLifeTime(long) - Method in class org.enhydra.jdbc.pool.GenericPool
 
setLifeTime(long) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
set the life time of the pooled objects
setLockModeToWait(int) - Method in class org.enhydra.jdbc.informix.InformixConnectionHandle
 
setLogWriter(PrintWriter) - Method in class org.enhydra.jdbc.core.CoreDataSource
 
setLogWriter(PrintWriter) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
set the logwriter for the current object, the logwriter will be use by the current object and by the generic pool
setLogger(Logger) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setLogger(Logger) - Method in class org.enhydra.jdbc.pool.GenericPool
Outputs a log message to the log writer.
setLogger(Logger) - Method in class org.enhydra.jdbc.standard.StandardPooledConnection
 
setLogger(Logger) - Method in class org.enhydra.jdbc.util.JdbcUtil
 
setLogger(Logger) - Method in class org.enhydra.jdbc.util.LRUCache
 
setLoginTimeout(int) - Method in class org.enhydra.jdbc.core.CoreDataSource
 
setLong(int, long) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setLong(String, long) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setLong(int, long) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setMaxCon(int) - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
setMaxFieldSize(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setMaxFieldSize(int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setMaxFieldSize(int) - Method in class org.enhydra.jdbc.core.CoreStatement
 
setMaxRows(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setMaxRows(int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setMaxRows(int) - Method in class org.enhydra.jdbc.core.CoreStatement
 
setMaxSize(int) - Method in class org.enhydra.jdbc.pool.GenericPool
 
setMaxSize(int) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
set the maximum size of the pool
setMinCon(int) - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
setMinSize(int) - Method in class org.enhydra.jdbc.pool.GenericPool
 
setMinSize(int) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
set the minimum size of the pool
setNull(int, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setNull(int, int, String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setNull(String, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setNull(String, int, String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setNull(int, int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setNull(int, int, String) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setObject(int, Object) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setObject(int, Object, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setObject(int, Object, int, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setObject(String, Object) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setObject(String, Object, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setObject(String, Object, int, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setObject(int, Object) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setObject(int, Object, int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setObject(int, Object, int, int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setPassword(String) - Method in class org.enhydra.jdbc.core.CoreDataSource
 
setPassword(String) - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
setPreparedStmtCacheSize(int) - Method in class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource
Sets the size of the prepared statement cache
setQueryTimeout(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setQueryTimeout(int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setQueryTimeout(int) - Method in class org.enhydra.jdbc.core.CoreStatement
 
setReadOnly(boolean) - Method in class org.enhydra.jdbc.core.CoreConnection
 
setRef(int, Ref) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setRef(int, Ref) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setSavepoint() - Method in class org.enhydra.jdbc.core.CoreConnection
 
setSavepoint(String) - Method in class org.enhydra.jdbc.core.CoreConnection
 
setShort(int, short) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setShort(String, short) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setShort(int, short) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setSleepTime(long) - Method in class org.enhydra.jdbc.pool.GenericPool
 
setSleepTime(long) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
set the sleep time of pooled objects
setString(int, String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setString(String, String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setString(int, String) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setThreadFactory(JdbcThreadFactory) - Method in class org.enhydra.jdbc.core.CoreDataSource
 
setThreadFactory(JdbcThreadFactory) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
Override this so that the pool's tf gets set as well
setTime(int, Time) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setTime(int, Time, Calendar) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setTime(String, Time) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setTime(String, Time, Calendar) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setTime(int, Time) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setTime(int, Time, Calendar) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setTimestamp(int, Timestamp) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setTimestamp(String, Timestamp) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setTimestamp(int, Timestamp) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setTransactionIsolation(int) - Method in class org.enhydra.jdbc.core.CoreConnection
 
setTransactionIsolation(int) - Method in class org.enhydra.jdbc.standard.StandardDataSource
set the level of the transaction isolation for the current database
setTransactionManager(TransactionManager) - Method in class org.enhydra.jdbc.pool.StandardXAPoolDataSource
 
setTransactionManager(TransactionManager) - Method in class org.enhydra.jdbc.standard.StandardXAConnection
 
setTransactionManager(TransactionManager) - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
setTransactionManager(TransactionManager) - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
setTransactionTimeout(int) - Method in class org.enhydra.jdbc.standard.StandardXAConnection
Accessor methods for timeout.
setTypeMap(Map) - Method in class org.enhydra.jdbc.core.CoreConnection
 
setURL(int, URL) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setURL(String, URL) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setURL(int, URL) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setUnicodeStream(int, InputStream, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
setUnicodeStream(int, InputStream, int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
setUrl(String) - Method in class org.enhydra.jdbc.standard.StandardDataSource
set the database url
setUrl(String) - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
setUser(String) - Method in class org.enhydra.jdbc.core.CoreDataSource
 
setUser(String) - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
setVerbose(boolean) - Method in class org.enhydra.jdbc.core.CoreDataSource
 
setupPreparedStatementCache() - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
 
shutdown(boolean) - Method in class org.enhydra.jdbc.core.CoreDataSource
shutdown is a placeholder for datasources which should shut down any pools which they maintain.
shutdown(boolean) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
sql - Variable in class org.enhydra.jdbc.standard.StandardXAPreparedStatement
 
start(Xid, int) - Method in class org.enhydra.jdbc.instantdb.IdbXAConnection
Associates this XAConnection with a global transaction.
start(Xid, int) - Method in class org.enhydra.jdbc.oracle.OracleXAConnection
 
start() - Method in class org.enhydra.jdbc.pool.GenericPool
Start method, to initialize independant values of the pool
start(Xid, int) - Method in class org.enhydra.jdbc.standard.StandardXAConnection
Associates this XAConnection with a global transaction.
statement - Variable in class org.enhydra.jdbc.core.CoreStatement
 
stop() - Method in class org.enhydra.jdbc.pool.GenericPool
switch off the pool
stop() - Method in class org.enhydra.jdbc.pool.PoolKeeper
 
stopPool() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
stop method to switch off the pool

T

testThisObject(Object) - Method in interface org.enhydra.jdbc.pool.PoolHelper
 
testThisObject(Object) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
This method tests if a connection is valid or not
testThisObject(Object) - Method in class org.enhydra.jdbc.pool.StandardXAPoolDataSource
This method tests if a connection is valid or not.
thisAutoCommit - Variable in class org.enhydra.jdbc.standard.StandardXAConnection
 
thisAutoCommit - Variable in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
timerThread - Variable in class org.enhydra.jdbc.standard.StandardXAConnection
 
toString() - Method in class org.enhydra.jdbc.core.CoreDataSource
 
toString() - Method in class org.enhydra.jdbc.pool.GenericPool
returns information from the pool
toString() - Method in interface org.enhydra.jdbc.pool.PoolHelper
 
toString() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
toString() - Method in class org.enhydra.jdbc.pool.StandardXAPoolDataSource
 
toString() - Method in class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource
 
toString() - Method in class org.enhydra.jdbc.standard.StandardDataSource
 
toString() - Method in class org.enhydra.jdbc.standard.StandardPooledConnection
 
toString() - Method in class org.enhydra.jdbc.standard.StandardXAConnection
 
toString() - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
toString() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
toString() - Method in class org.enhydra.jdbc.standard.StandardXAStatefulConnection
 
transactionManager - Variable in class org.enhydra.jdbc.pool.StandardXAPoolDataSource
 
transactionManager - Variable in class org.enhydra.jdbc.standard.StandardXAConnection
 
transactionManager - Variable in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
transactionManager - Variable in class org.enhydra.jdbc.standard.StandardXADataSource
 
tx - Variable in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 

U

user - Variable in class org.enhydra.jdbc.core.CoreDataSource
 

W

warn(Object) - Method in class org.enhydra.jdbc.util.Logger
 
warn(Object, Throwable) - Method in class org.enhydra.jdbc.util.Logger
 
wasNull() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 

X

xaDataSource - Variable in class org.enhydra.jdbc.standard.StandardXAConnection
 
xacon - Variable in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
xads - Variable in class org.enhydra.jdbc.pool.StandardXAPoolDataSource
 

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