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

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

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.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.
 



Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.