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

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

Uses of StandardConnectionPoolDataSource in org.enhydra.jdbc.informix
 

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

Uses of StandardConnectionPoolDataSource in org.enhydra.jdbc.instantdb
 

Subclasses of StandardConnectionPoolDataSource in org.enhydra.jdbc.instantdb
 class IdbXADataSource
          Data source for creating IdbXAConnections.
 

Uses of StandardConnectionPoolDataSource in org.enhydra.jdbc.oracle
 

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

Uses of StandardConnectionPoolDataSource in org.enhydra.jdbc.standard
 

Subclasses of StandardConnectionPoolDataSource in org.enhydra.jdbc.standard
 class StandardXADataSource
          Data source for creating StandardXAConnections.
 

Fields in org.enhydra.jdbc.standard declared as StandardConnectionPoolDataSource
protected  StandardConnectionPoolDataSource StandardPooledConnection.dataSource
           
 

Constructors in org.enhydra.jdbc.standard with parameters of type StandardConnectionPoolDataSource
StandardPooledConnection(StandardConnectionPoolDataSource dataSource, java.lang.String user, java.lang.String password)
          Creates the physical database connection.
 

Uses of StandardConnectionPoolDataSource in org.enhydra.jdbc.sybase
 

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