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

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

Uses of StandardDataSource in org.enhydra.jdbc.informix
 

Subclasses of StandardDataSource in org.enhydra.jdbc.informix
 class InformixConnectionPoolDataSource
           
 class InformixXADataSource
           
 

Uses of StandardDataSource in org.enhydra.jdbc.instantdb
 

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

Uses of StandardDataSource in org.enhydra.jdbc.oracle
 

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

Uses of StandardDataSource in org.enhydra.jdbc.standard
 

Subclasses of StandardDataSource in org.enhydra.jdbc.standard
 class StandardConnectionPoolDataSource
          A data source used to create generic pooled connections (factory)
 class StandardXADataSource
          Data source for creating StandardXAConnections.
 

Uses of StandardDataSource in org.enhydra.jdbc.sybase
 

Subclasses of StandardDataSource in org.enhydra.jdbc.sybase
 class SybaseConnectionPoolDataSource
           
 class SybaseXADataSource