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

Packages that use StandardXAStatefulConnection
org.enhydra.jdbc.informix   
org.enhydra.jdbc.standard   
org.enhydra.jdbc.sybase   
 

Uses of StandardXAStatefulConnection in org.enhydra.jdbc.informix
 

Subclasses of StandardXAStatefulConnection in org.enhydra.jdbc.informix
 class InformixXAStatefulConnection
           
 

Uses of StandardXAStatefulConnection in org.enhydra.jdbc.standard
 

Fields in org.enhydra.jdbc.standard declared as StandardXAStatefulConnection
protected  StandardXAStatefulConnection StandardXAConnection.curCon
           
 

Methods in org.enhydra.jdbc.standard that return StandardXAStatefulConnection
 StandardXAStatefulConnection StandardXAConnection.checkPreparedState(javax.transaction.xa.Xid xid)
          Does most of the work of a generic prepare.
 

Uses of StandardXAStatefulConnection in org.enhydra.jdbc.sybase
 

Subclasses of StandardXAStatefulConnection in org.enhydra.jdbc.sybase
 class SybaseXAStatefulConnection