Uses of Class
org.enhydra.jdbc.core.CoreConnection

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

Uses of CoreConnection in org.enhydra.jdbc.informix
 

Subclasses of CoreConnection in org.enhydra.jdbc.informix
 class InformixConnectionHandle
           
 

Uses of CoreConnection in org.enhydra.jdbc.standard
 

Subclasses of CoreConnection in org.enhydra.jdbc.standard
 class StandardConnectionHandle
          This is an implementation of java.sql.Connection which simply delegates almost everything to an underlying physical implemention of the same interface.
 class StandardXAConnectionHandle
           
 

Uses of CoreConnection in org.enhydra.jdbc.sybase
 

Subclasses of CoreConnection in org.enhydra.jdbc.sybase
 class SybaseConnectionHandle