Uses of Class
org.postgresql.ds.common.BaseDataSource

Packages that use BaseDataSource
org.postgresql.ds   
org.postgresql.ds.common   
org.postgresql.ds.jdbc23   
org.postgresql.ds.jdbc4   
org.postgresql.jdbc2.optional   
org.postgresql.jdbc3   
org.postgresql.xa   
org.postgresql.xa.jdbc3   
org.postgresql.xa.jdbc4   
 

Uses of BaseDataSource in org.postgresql.ds
 

Subclasses of BaseDataSource in org.postgresql.ds
 class PGConnectionPoolDataSource
          PostgreSQL implementation of ConnectionPoolDataSource.
 class PGPoolingDataSource
          DataSource which uses connection pooling.
 class PGSimpleDataSource
          Simple DataSource which does not perform connection pooling.
 

Uses of BaseDataSource in org.postgresql.ds.common
 

Methods in org.postgresql.ds.common with parameters of type BaseDataSource
 void BaseDataSource.initializeFrom(BaseDataSource source)
           
protected  Object PGObjectFactory.loadBaseDataSource(BaseDataSource ds, Reference ref)
           
 

Uses of BaseDataSource in org.postgresql.ds.jdbc23
 

Subclasses of BaseDataSource in org.postgresql.ds.jdbc23
 class AbstractJdbc23ConnectionPoolDataSource
          PostgreSQL implementation of ConnectionPoolDataSource.
 class AbstractJdbc23PoolingDataSource
          DataSource which uses connection pooling.
 class AbstractJdbc23SimpleDataSource
          Simple DataSource which does not perform connection pooling.
 

Uses of BaseDataSource in org.postgresql.ds.jdbc4
 

Subclasses of BaseDataSource in org.postgresql.ds.jdbc4
 class AbstractJdbc4ConnectionPoolDataSource
           
 class AbstractJdbc4PoolingDataSource
           
 class AbstractJdbc4SimpleDataSource
           
 

Uses of BaseDataSource in org.postgresql.jdbc2.optional
 

Subclasses of BaseDataSource in org.postgresql.jdbc2.optional
 class ConnectionPool
           
 class PoolingDataSource
           
 class SimpleDataSource
           
 

Uses of BaseDataSource in org.postgresql.jdbc3
 

Subclasses of BaseDataSource in org.postgresql.jdbc3
 class Jdbc3ConnectionPool
           
 class Jdbc3PoolingDataSource
           
 class Jdbc3SimpleDataSource
           
 

Uses of BaseDataSource in org.postgresql.xa
 

Subclasses of BaseDataSource in org.postgresql.xa
 class PGXADataSource
          XA-enabled DataSource implementation.
 

Uses of BaseDataSource in org.postgresql.xa.jdbc3
 

Subclasses of BaseDataSource in org.postgresql.xa.jdbc3
 class AbstractJdbc3XADataSource
          XA-enabled DataSource implementation.
 

Uses of BaseDataSource in org.postgresql.xa.jdbc4
 

Subclasses of BaseDataSource in org.postgresql.xa.jdbc4
 class AbstractJdbc4XADataSource
           
 



Copyright © 2013. All Rights Reserved.