Uses of Package
org.postgresql.ds

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

Classes in org.postgresql.ds used by org.postgresql.ds
PGConnectionPoolDataSource
          PostgreSQL implementation of ConnectionPoolDataSource.
PGPoolingDataSource
          DataSource which uses connection pooling.
 

Classes in org.postgresql.ds used by org.postgresql.jdbc2.optional
PGConnectionPoolDataSource
          PostgreSQL implementation of ConnectionPoolDataSource.
PGPoolingDataSource
          DataSource which uses connection pooling.
PGSimpleDataSource
          Simple DataSource which does not perform connection pooling.
 

Classes in org.postgresql.ds used by org.postgresql.jdbc3
PGConnectionPoolDataSource
          PostgreSQL implementation of ConnectionPoolDataSource.
PGPoolingDataSource
          DataSource which uses connection pooling.
PGSimpleDataSource
          Simple DataSource which does not perform connection pooling.
 

Classes in org.postgresql.ds used by org.postgresql.xa
PGPooledConnection
          PostgreSQL implementation of the PooledConnection interface.
 



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