Uses of Class
org.enhydra.jdbc.util.JdbcUtil

Packages that use JdbcUtil
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   
 

Uses of JdbcUtil in org.enhydra.jdbc.core
 

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

Uses of JdbcUtil in org.enhydra.jdbc.informix
 

Subclasses of JdbcUtil in org.enhydra.jdbc.informix
 class InformixConnectionHandle
           
 class InformixConnectionPoolDataSource
           
 class InformixXADataSource
           
 

Uses of JdbcUtil in org.enhydra.jdbc.instantdb
 

Subclasses of JdbcUtil in org.enhydra.jdbc.instantdb
 class IdbDataSource
          Data source for creating IdbConnections.
 class IdbXADataSource
          Data source for creating IdbXAConnections.
 

Uses of JdbcUtil in org.enhydra.jdbc.oracle
 

Subclasses of JdbcUtil in org.enhydra.jdbc.oracle
 class OracleXADataSource
          Data source for creating IdbXAConnections.
 

Uses of JdbcUtil in org.enhydra.jdbc.pool
 

Subclasses of JdbcUtil in org.enhydra.jdbc.pool
 class StandardPoolDataSource
          StandardPoolDataSource class allows to make some operations on PooledConnection.
 class StandardXAPoolDataSource
          StandardXAPoolDataSource class allows to make some operations on XAConnection.
 

Uses of JdbcUtil in org.enhydra.jdbc.standard
 

Subclasses of JdbcUtil 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 StandardConnectionPoolDataSource
          A data source used to create generic pooled connections (factory)
 class StandardDataSource
          Provides a Data Source which can be used to generate JDBC connections.
 class StandardPreparedStatement
          A very simple implementation of PreparedStatement.
 class StandardXACallableStatement
           
 class StandardXAConnectionHandle
           
 class StandardXADataSource
          Data source for creating StandardXAConnections.
 class StandardXAPreparedStatement
           
 class StandardXAStatement
           
 

Uses of JdbcUtil in org.enhydra.jdbc.sybase
 

Subclasses of JdbcUtil in org.enhydra.jdbc.sybase
 class SybaseConnectionHandle
           
 class SybaseConnectionPoolDataSource
           
 class SybaseXADataSource