- 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.
- closed - Variable in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- closeFreeConnection() - Method in class org.enhydra.jdbc.standard.StandardXADataSource
-
- closeOnCompletion() - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- closeOnCompletion() - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- closeOnCompletion() - Method in class org.enhydra.jdbc.standard.StandardXAStatement
-
- commit() - Method in class org.enhydra.jdbc.core.CoreConnection
-
- 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
-
- CoreCallableStatement - Class in org.enhydra.jdbc.core
-
A very simple implementation of Statement.
- CoreCallableStatement() - Constructor for class org.enhydra.jdbc.core.CoreCallableStatement
-
- CoreConnection - Class in org.enhydra.jdbc.core
-
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 in org.enhydra.jdbc.core
-
Provides a Data Source which can be used to generate JDBC connections.
- CoreDataSource() - Constructor for class org.enhydra.jdbc.core.CoreDataSource
-
Constructor
- CorePreparedStatement - Class in org.enhydra.jdbc.core
-
A very simple implementation of PreparedStatement.
- CorePreparedStatement() - Constructor for class org.enhydra.jdbc.core.CorePreparedStatement
-
- CoreStatement - Class in org.enhydra.jdbc.core
-
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 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
-
- createArrayOf(String, Object[]) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
-
- createBlob() - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
-
- createClob() - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
-
- createNClob() - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
-
- createPreparedStatement(String, int, int, int) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
-
- createPreparedStatement(String, int) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
-
- createSQLXML() - 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
-
- createStruct(String, Object[]) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
-
- cs - Variable in class org.enhydra.jdbc.core.CoreCallableStatement
-
- curCon - Variable in class org.enhydra.jdbc.standard.StandardXAConnection
-
- generation - Variable in class org.enhydra.jdbc.pool.GenericPool
-
Generation number.
- GenerationObject - Class in org.enhydra.jdbc.pool
-
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 in org.enhydra.jdbc.pool
-
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
-
- getCharacterStream(int) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- getCharacterStream(String) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- getCheckLevelObject() - Method in class org.enhydra.jdbc.pool.GenericPool
-
- getCheckLevelObject() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
-
- getClientInfo() - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
-
- getClientInfo(String) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
-
- 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
-
- getLoginTimeout() - Method in class org.enhydra.jdbc.core.CoreDataSource
-
- getLogWriter() - Method in class org.enhydra.jdbc.core.CoreDataSource
-
- getLogWriter() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
-
- 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
-
- getNCharacterStream(int) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- getNCharacterStream(String) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- getNClob(int) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- getNClob(String) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- getNetworkTimeout() - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
-
- getNString(int) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- getNString(String) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- 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
-
- getObject(String, Class<T>) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- getObject(int, Class<T>) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- 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.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
-
- getParentLogger() - Method in class org.enhydra.jdbc.pool.StandardPoolDataSource
-
- getParentLogger() - Method in class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource
-
- getParentLogger() - Method in class org.enhydra.jdbc.standard.StandardDataSource
-
- 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
-
- getRowId(int) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- getRowId(String) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- getSchema() - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
-
- 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
-
- getSQLXML(int) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- getSQLXML(String) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- 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
-
- 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(int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
-
- getURL(String) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
-
- 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.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
-
- password - Variable in class org.enhydra.jdbc.core.CoreDataSource
-
- pool - Variable in class org.enhydra.jdbc.pool.StandardPoolDataSource
-
- PoolHelper - Interface in org.enhydra.jdbc.pool
-
PoolHelper defines methods allowing to make some specific
operation on object.
- poolKeeper - Variable in class org.enhydra.jdbc.pool.GenericPool
-
- PoolKeeper - Class in org.enhydra.jdbc.pool
-
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.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.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
-
- PreparedStatementCache - Class in org.enhydra.jdbc.standard
-
Implementation of LRUCache to handle prepared statements
TODO: Override put to check type
- PreparedStatementCache(int) - Constructor for class org.enhydra.jdbc.standard.PreparedStatementCache
-
Constructor
- preparedStatementCache - Variable in class org.enhydra.jdbc.standard.StandardConnectionHandle
-
- 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
- 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.
- 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
-
- setAsciiStream(int, InputStream) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setAsciiStream(int, InputStream, long) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setAsciiStream(int, InputStream) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setAsciiStream(int, InputStream, long) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setAsciiStream(String, InputStream) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setAsciiStream(String, InputStream, long) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- 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
-
- setBinaryStream(int, InputStream) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setBinaryStream(int, InputStream, long) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setBinaryStream(int, InputStream) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setBinaryStream(int, InputStream, long) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setBinaryStream(String, InputStream) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setBinaryStream(String, InputStream, long) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setBlob(int, Blob) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
-
- setBlob(int, Blob) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
-
- setBlob(int, InputStream, long) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
-
- setBlob(int, InputStream) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setBlob(String, Blob) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setBlob(int, InputStream, long) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setBlob(int, InputStream) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setBlob(int, InputStream, long) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setBlob(String, InputStream) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setBlob(String, InputStream, long) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setBlob(String, Blob) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- 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
-
- setCharacterStream(int, Reader) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setCharacterStream(int, Reader, long) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setCharacterStream(int, Reader) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setCharacterStream(int, Reader, long) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setCharacterStream(String, Reader) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setCharacterStream(String, Reader, long) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- 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
- setClientInfo(Properties) - Method in class org.enhydra.jdbc.informix.InformixConnectionHandle
-
- setClientInfo(String, String) - Method in class org.enhydra.jdbc.informix.InformixConnectionHandle
-
- setClientInfo(Properties) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
-
- setClientInfo(String, String) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
-
- setClientInfo(Properties) - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
-
- setClientInfo(String, String) - Method in class org.enhydra.jdbc.standard.StandardXAConnectionHandle
-
- setClientInfo(Properties) - Method in class org.enhydra.jdbc.sybase.SybaseConnectionHandle
-
- setClientInfo(String, String) - Method in class org.enhydra.jdbc.sybase.SybaseConnectionHandle
-
- setClob(int, Clob) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
-
- setClob(int, Clob) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
-
- setClob(int, Reader) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setClob(int, Reader, long) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setClob(int, Reader) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setClob(int, Reader, long) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setClob(String, Reader) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setClob(String, Reader, long) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setClob(String, Clob) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- 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.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
-
- 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
-
- 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
- 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
- setNCharacterStream(int, Reader) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setNCharacterStream(String, Reader) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setNCharacterStream(int, Reader, long) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setNCharacterStream(int, Reader) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setNCharacterStream(int, Reader, long) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setNCharacterStream(String, Reader) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setNCharacterStream(String, Reader, long) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setNClob(int, Reader) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setNClob(int, NClob) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setNClob(int, Reader, long) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setNClob(int, Reader) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setNClob(int, Reader, long) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setNClob(String, Reader) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setNClob(int, NClob) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setNClob(String, NClob) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setNClob(String, Reader, long) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setNetworkTimeout(Executor, int) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
-
- setNString(int, String) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setNString(String, String) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setNString(int, String) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setNString(String, String) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- 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
-
- setPoolable(boolean) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setPoolable(boolean) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setPoolable(boolean) - Method in class org.enhydra.jdbc.standard.StandardXAStatement
-
- 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
-
- setRowId(int, RowId) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setRowId(String, RowId) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setRowId(int, RowId) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setRowId(String, RowId) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setSavepoint() - Method in class org.enhydra.jdbc.core.CoreConnection
-
- setSavepoint(String) - Method in class org.enhydra.jdbc.core.CoreConnection
-
- setSchema(String) - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
-
- 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
- setSQLXML(int, SQLXML) - Method in class org.enhydra.jdbc.standard.StandardPreparedStatement
-
- setSQLXML(int, SQLXML) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- setSQLXML(String, SQLXML) - Method in class org.enhydra.jdbc.standard.StandardXACallableStatement
-
- 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
-
- setUnicodeStream(int, InputStream, int) - Method in class org.enhydra.jdbc.core.CoreCallableStatement
-
- setUnicodeStream(int, InputStream, int) - Method in class org.enhydra.jdbc.core.CorePreparedStatement
-
- setupPreparedStatementCache() - Method in class org.enhydra.jdbc.standard.StandardConnectionHandle
-
- 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
-
- 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
-
- 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
-
- StandardConnectionHandle - Class in org.enhydra.jdbc.standard
-
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 in org.enhydra.jdbc.standard
-
A data source used to create generic pooled connections (factory)
- StandardConnectionPoolDataSource() - Constructor for class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource
-
Constructor.
- StandardDataSource - Class in org.enhydra.jdbc.standard
-
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 in org.enhydra.jdbc.pool
-
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 in org.enhydra.jdbc.standard
-
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 in org.enhydra.jdbc.standard
-
A very simple implementation of PreparedStatement.
- StandardXACallableStatement - Class in org.enhydra.jdbc.standard
-
- StandardXAConnection - Class in org.enhydra.jdbc.standard
-
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 in org.enhydra.jdbc.standard
-
- StandardXAConnectionHandle(StandardXAConnection, Hashtable, int, TransactionManager) - Constructor for class org.enhydra.jdbc.standard.StandardXAConnectionHandle
-
Constructor
- StandardXADataSource - Class in org.enhydra.jdbc.standard
-
Data source for creating StandardXAConnections.
- StandardXADataSource() - Constructor for class org.enhydra.jdbc.standard.StandardXADataSource
-
Constructor
- StandardXAPoolDataSource - Class in org.enhydra.jdbc.pool
-
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 in org.enhydra.jdbc.standard
-
- StandardXAStatefulConnection - Class in org.enhydra.jdbc.standard
-
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 in org.enhydra.jdbc.standard
-
- 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
- SybaseConnectionHandle - Class in org.enhydra.jdbc.sybase
-
- SybaseConnectionHandle(SybasePooledConnection, Hashtable, int) - Constructor for class org.enhydra.jdbc.sybase.SybaseConnectionHandle
-
- SybaseConnectionPoolDataSource - Class in org.enhydra.jdbc.sybase
-
- SybaseConnectionPoolDataSource() - Constructor for class org.enhydra.jdbc.sybase.SybaseConnectionPoolDataSource
-
- SybasePooledConnection - Class in org.enhydra.jdbc.sybase
-
- SybasePooledConnection(ConnectionPoolDataSource, String, String) - Constructor for class org.enhydra.jdbc.sybase.SybasePooledConnection
-
- SybaseXAConnection - Class in org.enhydra.jdbc.sybase
-
- SybaseXAConnection(SybaseXADataSource, String, String) - Constructor for class org.enhydra.jdbc.sybase.SybaseXAConnection
-
Creates the first free connection.
- SybaseXADataSource - Class in org.enhydra.jdbc.sybase
-
- SybaseXADataSource() - Constructor for class org.enhydra.jdbc.sybase.SybaseXADataSource
-
- SybaseXAStatefulConnection - Class in org.enhydra.jdbc.sybase
-