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

A

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

C

cacheSize() - Method in class org.enhydra.jdbc.util.LRUCache
 
cancel() - Method in class org.enhydra.jdbc.core.CoreStatement
 
cancel() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
cancel() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
catchInvoke(SQLException) - Method in class org.enhydra.jdbc.standard.StandardXAStatement
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.StandardXACallableStatement
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.StandardConnectionHandle
Exception management : catch or throw the exception
catchInvoke(SQLException) - Method in class org.enhydra.jdbc.core.CoreStatement
 
catchInvoke(SQLException) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
catchInvoke(SQLException) - Method in class org.enhydra.jdbc.core.CoreConnection
 
catchInvoke(SQLException) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
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 class org.enhydra.jdbc.pool.StandardPoolDataSource
This method tests if a connection is closed or not
checkThisObject(Object) - Method in interface org.enhydra.jdbc.pool.PoolHelper
 
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.CoreStatement
 
clearBatch() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
clearBatch() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
clearParameters() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
clearParameters() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
clearWarnings() - Method in class org.enhydra.jdbc.core.CoreStatement
 
clearWarnings() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
clearWarnings() - Method in class org.enhydra.jdbc.core.CoreConnection
 
clearWarnings() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
close() - Method in class org.enhydra.jdbc.standard.StandardXAStatement
Close this statement.
close() - Method in class org.enhydra.jdbc.standard.StandardXAPreparedStatement
Close this statement.
close() - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
close() - Method in class org.enhydra.jdbc.standard.StandardXAConnection
Close this XA connection.
close() - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
Close this statement.
close() - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
Close this statement.
close() - Method in class org.enhydra.jdbc.standard.StandardPooledConnection
 
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.core.CoreStatement
 
close() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
close() - Method in class org.enhydra.jdbc.core.CoreConnection
 
close() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
closed - Variable in class org.enhydra.jdbc.standard.StandardPreparedStatement
 
closeFreeConnection() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
commit() - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
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.
commitOnPrepare - Variable in class org.enhydra.jdbc.standard.StandardXAStatefulConnection
 
con - Variable in class org.enhydra.jdbc.standard.StandardXAStatefulConnection
 
con - Variable in class org.enhydra.jdbc.standard.StandardPooledConnection
 
con - Variable in class org.enhydra.jdbc.core.CoreConnection
 
connectionClosed(ConnectionEvent) - Method in class org.enhydra.jdbc.pool.StandardXAPoolDataSource
Invoked when the application calls close() on its representation of the connection
connectionClosed(ConnectionEvent) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
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.StandardXAConnection
 
connectionHandle - Variable in class org.enhydra.jdbc.standard.StandardPooledConnection
 
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() - Constructor for class org.enhydra.jdbc.core.CoreConnection
 
CoreConnection(Connection) - Constructor for class org.enhydra.jdbc.core.CoreConnection
Constructor
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
 
cpds - Variable in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
create() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
create() - Method in interface org.enhydra.jdbc.pool.PoolHelper
 
create(String, String) - Method in class org.enhydra.jdbc.pool.StandardXAPoolDataSource
 
create(String, String) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
create(String, String) - Method in interface org.enhydra.jdbc.pool.PoolHelper
 
createPreparedStatement(String, int, int) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
 
createStatement() - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
createStatement() - Method in class org.enhydra.jdbc.core.CoreConnection
 
createStatement(int, int) - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
 
createStatement(int, int) - Method in class org.enhydra.jdbc.core.CoreConnection
 
createStatement(int, int, int) - Method in class org.enhydra.jdbc.core.CoreConnection
 
cs - Variable in class org.enhydra.jdbc.core.CoreCallableStatement
 
curCon - Variable in class org.enhydra.jdbc.standard.StandardXAConnection
 

D

dataSource - Variable in class org.enhydra.jdbc.standard.StandardXAStatefulConnection
 
dataSource - Variable in class org.enhydra.jdbc.standard.StandardPooledConnection
 
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
 
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_MAX_CON - Static variable in class org.enhydra.jdbc.standard.StandardXADataSource
 
DEFAULT_MAXSIZE - Static variable in class org.enhydra.jdbc.pool.GenericPool
 
DEFAULT_MIN_CON - Static variable in class org.enhydra.jdbc.standard.StandardXADataSource
 
DEFAULT_MINSIZE - Static variable in class org.enhydra.jdbc.pool.GenericPool
 
DEFAULT_PREPAREDSTMTCACHESIZE - Static variable in class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource
 
DEFAULT_SLEEPTIME - Static variable in class org.enhydra.jdbc.pool.GenericPool
 
doStart(Xid, int) - Method in class org.enhydra.jdbc.standard.StandardXAConnection
Does most of the work of the start() call (below).

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
 
execute() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
execute() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
execute(String) - Method in class org.enhydra.jdbc.informix.InformixConnectionHandle
 
execute(String) - Method in class org.enhydra.jdbc.core.CoreStatement
 
execute(String) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
execute(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
execute(String, int) - Method in class org.enhydra.jdbc.core.CoreStatement
 
execute(String, int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
execute(String, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
execute(String, int[]) - Method in class org.enhydra.jdbc.core.CoreStatement
 
execute(String, int[]) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
execute(String, int[]) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
execute(String, String[]) - Method in class org.enhydra.jdbc.core.CoreStatement
 
execute(String, String[]) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
execute(String, String[]) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
executeBatch() - Method in class org.enhydra.jdbc.core.CoreStatement
 
executeBatch() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
executeBatch() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
executeQuery() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
executeQuery() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
executeQuery(String) - Method in class org.enhydra.jdbc.core.CoreStatement
 
executeQuery(String) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
executeQuery(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
executeUpdate() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
executeUpdate() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
executeUpdate(String) - Method in class org.enhydra.jdbc.core.CoreStatement
 
executeUpdate(String) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
executeUpdate(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
executeUpdate(String, int) - Method in class org.enhydra.jdbc.core.CoreStatement
 
executeUpdate(String, int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
executeUpdate(String, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
executeUpdate(String, int[]) - Method in class org.enhydra.jdbc.core.CoreStatement
 
executeUpdate(String, int[]) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
executeUpdate(String, int[]) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
executeUpdate(String, String[]) - Method in class org.enhydra.jdbc.core.CoreStatement
 
executeUpdate(String, String[]) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
executeUpdate(String, String[]) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
expire(Object) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
object specific work to kill the object
expire(Object) - Method in interface org.enhydra.jdbc.pool.PoolHelper
 

F

fatal(Object) - 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

generation - Variable in class org.enhydra.jdbc.pool.GenericPool
Generation number.
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
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.StandardPoolDataSource
 
getCheckLevelObject() - Method in class org.enhydra.jdbc.pool.GenericPool
 
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.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.StandardXAConnection
Creates a new StandardXAConnectionHandle for use by an application.
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.StandardDataSource
Methods inherited from DataSource
getConnection() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getConnection() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getConnection() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
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(String, String) - Method in class org.enhydra.jdbc.standard.StandardDataSource
 
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.StandardPoolDataSource
 
getDeadLockMaxWait() - Method in class org.enhydra.jdbc.pool.GenericPool
 
getDeadLockMaxWait() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
getDeadLockRetryWait() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getDeadLockRetryWait() - Method in class org.enhydra.jdbc.pool.GenericPool
 
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
Setter/Getter defined for standard properties
getFetchDirection() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getFetchDirection() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getFetchDirection() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getFetchSize() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getFetchSize() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getFetchSize() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
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.CoreStatement
 
getGeneratedKeys() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getGeneratedKeys() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getGeneration() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getGeneration() - Method in class org.enhydra.jdbc.pool.GenericPool
 
getGeneration() - Method in class org.enhydra.jdbc.pool.GenerationObject
 
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.StandardPoolDataSource
 
getLifeTime() - Method in class org.enhydra.jdbc.pool.GenericPool
 
getLockedObjectCount() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getLockedObjectCount() - Method in class org.enhydra.jdbc.pool.GenericPool
returns the current number of objects that are locked
getLoginTimeout() - Method in class org.enhydra.jdbc.core.CoreDataSource
 
getLogWriter() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getLogWriter() - 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.CoreStatement
 
getMaxFieldSize() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getMaxFieldSize() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getMaxRows() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getMaxRows() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getMaxRows() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getMaxSize() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getMaxSize() - Method in class org.enhydra.jdbc.pool.GenericPool
 
getMetaData() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getMetaData() - Method in class org.enhydra.jdbc.core.CoreConnection
 
getMetaData() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getMinCon() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
 
getMinSize() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getMinSize() - Method in class org.enhydra.jdbc.pool.GenericPool
 
getMoreResults() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getMoreResults() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getMoreResults() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getMoreResults(int) - Method in class org.enhydra.jdbc.core.CoreStatement
 
getMoreResults(int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getMoreResults(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
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.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.StandardXAPoolDataSource
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.enhydra.jdbc.standard.StandardDataSource
Methods inherited from ObjectFactory
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.enhydra.jdbc.core.CoreDataSource
Methods inherited from ObjectFactory
getParameterMetaData() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getParameterMetaData() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getPassword() - Method in class org.enhydra.jdbc.pool.GenerationObject
 
getPassword() - Method in class org.enhydra.jdbc.core.CoreDataSource
 
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.InformixXADataSource
Create a pooled connection using the default username and password.
getPooledConnection() - Method in class org.enhydra.jdbc.informix.InformixConnectionPoolDataSource
Create a pooled connection using the default username and password.
getPooledConnection() - Method in class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource
Create a pooled connection using the default username and password.
getPooledConnection() - Method in class org.enhydra.jdbc.sybase.SybaseXADataSource
Create a pooled connection using the default 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.informix.InformixXADataSource
Create a informix pooled connection using the supplied 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(String, String) - Method in class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource
Create a standard pooled connection using the supplied 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.
getPooledConnection(String, String) - Method in class org.enhydra.jdbc.sybase.SybaseConnectionPoolDataSource
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.CoreStatement
 
getQueryTimeout() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getQueryTimeout() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
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.pool.StandardXAPoolDataSource
Retrieves the Reference of this object.
getReference() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
Retrieves the Reference of this object.
getReference() - Method in class org.enhydra.jdbc.standard.StandardXAConnection
 
getReference() - Method in class org.enhydra.jdbc.standard.StandardDataSource
Methods inherited from referenceable
getReference() - Method in class org.enhydra.jdbc.core.CoreDataSource
Methods inherited from referenceable
getResultSet() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getResultSet() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getResultSet() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getResultSetConcurrency() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getResultSetConcurrency() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getResultSetConcurrency() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getResultSetHoldability() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getResultSetHoldability() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getResultSetHoldability() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getResultSetType() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getResultSetType() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getResultSetType() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
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.StandardPoolDataSource
 
getSleepTime() - Method in class org.enhydra.jdbc.pool.GenericPool
 
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.standard.StandardDataSource
 
getTransactionIsolation() - Method in class org.enhydra.jdbc.core.CoreConnection
 
getTransactionTimeout() - Method in class org.enhydra.jdbc.standard.StandardXAConnection
 
getTypeMap() - Method in class org.enhydra.jdbc.core.CoreConnection
 
getUnlockedObjectCount() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
getUnlockedObjectCount() - Method in class org.enhydra.jdbc.pool.GenericPool
returns the current number of objects that are unlocked
getUpdateCount() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getUpdateCount() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getUpdateCount() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getUrl() - Method in class org.enhydra.jdbc.standard.StandardDataSource
 
getURL(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getURL(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getUser() - Method in class org.enhydra.jdbc.pool.GenerationObject
 
getUser() - Method in class org.enhydra.jdbc.core.CoreDataSource
 
getWarnings() - Method in class org.enhydra.jdbc.core.CoreStatement
 
getWarnings() - Method in class org.enhydra.jdbc.core.CorePreparedStatement
 
getWarnings() - Method in class org.enhydra.jdbc.core.CoreConnection
 
getWarnings() - Method in class org.enhydra.jdbc.core.CoreCallableStatement
 
getXAConnection() - Method in class org.enhydra.jdbc.informix.InformixXADataSource
Creates an XA connection using the default username and password.
getXAConnection() - Method in class org.enhydra.jdbc.instantdb.IdbXADataSource
Creates an XA connection using the default username and password.
getXAConnection() - Method in class org.enhydra.jdbc.oracle.OracleXADataSource
Creates an XA connection using the default username and password.
getXAConnection() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
Creates an XA connection using the default 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.informix.InformixXADataSource
Creates an XA connection using the supplied 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(String, String) - Method in class org.enhydra.jdbc.oracle.OracleXADataSource
Creates an XA connection using the supplied 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(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.StandardXAPoolDataSource
 
glog - Variable in class org.enhydra.jdbc.pool.StandardPoolDataSource
 

I

ictx - Variable in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
id - Variable in class org.enhydra.jdbc.standard.StandardXAStatefulConnection
 
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.
info(Object) - Method in class org.enhydra.jdbc.util.Logger
 
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.
 
inUse - Variable in class org.enhydra.jdbc.standard.StandardConnectionHandle
 
isClosed() - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
 
isDebug() - Method in class org.enhydra.jdbc.pool.GenericPool
 
isDebug() - Method in class org.enhydra.jdbc.core.CoreDataSource
 
isGC() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
isGC() - Method in class org.enhydra.jdbc.pool.GenericPool
 
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
 

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

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
 
Logger - class org.enhydra.jdbc.util.Logger.
 
Logger(Log) - Constructor for class org.enhydra.jdbc.util.Logger
 
logWriter - Variable in class org.enhydra.jdbc.core.CoreDataSource
 
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
 

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.StandardXAConnection
 
newConnectionHandle() - Method in class org.enhydra.jdbc.standard.StandardPooledConnection
 
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

onOff - Variable in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
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.
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

password - Variable in class org.enhydra.jdbc.core.CoreDataSource
 
pool - Variable in class org.enhydra.jdbc.pool.StandardPoolDataSource
 
PoolHelper - interface org.enhydra.jdbc.pool.PoolHelper.
PoolHelper defines methods allowing to make some specific operation on object.
poolKeeper - Variable in class org.enhydra.jdbc.pool.GenericPool
 
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)
preInvoke() - Method in class org.enhydra.jdbc.standard.StandardXAStatement
Pre-invokation of the delegation, in case of the Statement is closed, we throw an exception !!!!!!!!!!
preInvoke() - Method in class org.enhydra.jdbc.standard.StandardXAPreparedStatement
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
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.StandardConnectionHandle
Pre-invokation of the delegation, in case of connection is closed, we throw an exception
preInvoke() - 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.
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.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.CoreCallableStatement
Methods used to do some works before and during the catch clause, to prevent the pool that a connection is broken.
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.standard.StandardXAConnectionHandle
Creates a CallableStatement for the given SQL
prepareCall(String) - Method in class org.enhydra.jdbc.core.CoreConnection
 
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, int, int) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
 
prepareCall(String, int, int, int) - Method in class org.enhydra.jdbc.core.CoreConnection
 
preparedStatementCache - Variable in class org.enhydra.jdbc.standard.StandardConnectionHandle
 
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
prepareStatement(String) - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
Creates a PreparedStatement for the given SQL.
prepareStatement(String) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
Creates a PreparedStatement for the given SQL.
prepareStatement(String) - Method in class org.enhydra.jdbc.core.CoreConnection
 
prepareStatement(String, int) - Method in class org.enhydra.jdbc.core.CoreConnection
 
prepareStatement(String, int[]) - Method in class org.enhydra.jdbc.core.CoreConnection
 
prepareStatement(String, int, int) - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
Creates a PreparedStatement for the given SQL, type and concurrency.
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) - Method in class org.enhydra.jdbc.core.CoreConnection
 
prepareStatement(String, int, int, int) - Method in class org.enhydra.jdbc.core.CoreConnection
 
prepareStatement(String, String[]) - Method in class org.enhydra.jdbc.core.CoreConnection
 
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