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

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

Uses of StandardXAConnection in org.enhydra.jdbc.informix
 

Subclasses of StandardXAConnection in org.enhydra.jdbc.informix
 class InformixXAConnection
           
 

Uses of StandardXAConnection in org.enhydra.jdbc.instantdb
 

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

Uses of StandardXAConnection in org.enhydra.jdbc.oracle
 

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

Uses of StandardXAConnection in org.enhydra.jdbc.standard
 

Fields in org.enhydra.jdbc.standard declared as StandardXAConnection
 StandardXAConnection StandardXAConnectionHandle.xacon
           
 

Constructors in org.enhydra.jdbc.standard with parameters of type StandardXAConnection
StandardXAConnectionHandle(StandardXAConnection pooledCon, java.util.Hashtable preparedStatementCache, int preparedStmtCacheSize, javax.transaction.TransactionManager tm)
          Constructor
 

Uses of StandardXAConnection in org.enhydra.jdbc.sybase
 

Subclasses of StandardXAConnection in org.enhydra.jdbc.sybase
 class SybaseXAConnection