Uses of Package
org.postgresql.ds
-
Packages that use org.postgresql.ds Package Description org.postgresql.ds org.postgresql.jdbc2.optional org.postgresql.jdbc3 org.postgresql.xa -
Classes in org.postgresql.ds used by org.postgresql.ds Class Description PGConnectionPoolDataSource PostgreSQL implementation of ConnectionPoolDataSource.PGPoolingDataSource DataSource which uses connection pooling. -
Classes in org.postgresql.ds used by org.postgresql.jdbc2.optional Class Description 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 Class Description 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 Class Description PGPooledConnection PostgreSQL implementation of the PooledConnection interface.