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 Deprecated.Since 42.0.0, instead of this class you should use a fully featured connection pool like HikariCP, vibur-dbcp, commons-dbcp, c3p0, etc. -
Classes in org.postgresql.ds used by org.postgresql.jdbc2.optional Class Description PGConnectionPoolDataSource PostgreSQL implementation of ConnectionPoolDataSource.PGPoolingDataSource Deprecated.Since 42.0.0, instead of this class you should use a fully featured connection pool like HikariCP, vibur-dbcp, commons-dbcp, c3p0, etc.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 Deprecated.Since 42.0.0, instead of this class you should use a fully featured connection pool like HikariCP, vibur-dbcp, commons-dbcp, c3p0, etc.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.