Uses of Package
org.enhydra.jdbc.core

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

Classes in org.enhydra.jdbc.core used by org.enhydra.jdbc.core
JdbcThreadFactory
          Generic interface for getting threads, modeled after Enhydra ThreadClientService interface.
 

Classes in org.enhydra.jdbc.core used by org.enhydra.jdbc.informix
CoreConnection
          This is an implementation of java.sql.Connection which simply delegates everything to an underlying physical implemention of the same interface.
CoreDataSource
          Provides a Data Source which can be used to generate JDBC connections.
 

Classes in org.enhydra.jdbc.core used by org.enhydra.jdbc.instantdb
CoreDataSource
          Provides a Data Source which can be used to generate JDBC connections.
 

Classes in org.enhydra.jdbc.core used by org.enhydra.jdbc.oracle
CoreDataSource
          Provides a Data Source which can be used to generate JDBC connections.
 

Classes in org.enhydra.jdbc.core used by org.enhydra.jdbc.pool
CoreDataSource
          Provides a Data Source which can be used to generate JDBC connections.
JdbcThreadFactory
          Generic interface for getting threads, modeled after Enhydra ThreadClientService interface.
 

Classes in org.enhydra.jdbc.core used by org.enhydra.jdbc.standard
CoreCallableStatement
          A very simple implementation of Statement.
CoreConnection
          This is an implementation of java.sql.Connection which simply delegates everything to an underlying physical implemention of the same interface.
CoreDataSource
          Provides a Data Source which can be used to generate JDBC connections.
CorePreparedStatement
          A very simple implementation of PreparedStatement.
CoreStatement
          A very simple implementation of Statement.
 

Classes in org.enhydra.jdbc.core used by org.enhydra.jdbc.sybase
CoreConnection
          This is an implementation of java.sql.Connection which simply delegates everything to an underlying physical implemention of the same interface.
CoreDataSource
          Provides a Data Source which can be used to generate JDBC connections.