Uses of Class
org.enhydra.jdbc.standard.StandardPooledConnection

Packages that use StandardPooledConnection
org.enhydra.jdbc.informix   
org.enhydra.jdbc.instantdb   
org.enhydra.jdbc.oracle   
org.enhydra.jdbc.standard   
org.enhydra.jdbc.sybase   
 

Uses of StandardPooledConnection in org.enhydra.jdbc.informix
 

Subclasses of StandardPooledConnection in org.enhydra.jdbc.informix
 class InformixPooledConnection
           
 class InformixXAConnection
           
 

Uses of StandardPooledConnection in org.enhydra.jdbc.instantdb
 

Subclasses of StandardPooledConnection in org.enhydra.jdbc.instantdb
 class IdbXAConnection
          Provides and InstantDB specific instance of StandardXAConnection.
 

Uses of StandardPooledConnection in org.enhydra.jdbc.oracle
 

Subclasses of StandardPooledConnection in org.enhydra.jdbc.oracle
 class OracleXAConnection
          Provides an Oracle specific instance of StandardXAConnection.
 

Uses of StandardPooledConnection in org.enhydra.jdbc.standard
 

Subclasses of StandardPooledConnection in org.enhydra.jdbc.standard
 class StandardXAConnection
          Provides a generic wrapper for JDBC 1 drivers.
 

Constructors in org.enhydra.jdbc.standard with parameters of type StandardPooledConnection
StandardConnectionHandle(StandardPooledConnection pooledCon, java.util.Hashtable preparedStatementCache, int preparedStmtCacheSize)
          Constructor.
 

Uses of StandardPooledConnection in org.enhydra.jdbc.sybase
 

Subclasses of StandardPooledConnection in org.enhydra.jdbc.sybase
 class SybasePooledConnection
           
 class SybaseXAConnection