Uses of Package
org.postgresql.ds
Packages that use org.postgresql.ds
Package
Description
-
Classes in org.postgresql.ds used by org.postgresql.dsClassDescriptionPostgreSQL implementation of ConnectionPoolDataSource.Instead of declaring a class implementing Connection, which would have to be updated for every JDK rev, use a dynamic proxy to handle all calls through the Connection interface.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.optionalClassDescriptionPostgreSQL implementation of ConnectionPoolDataSource.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.Simple DataSource which does not perform connection pooling.
-
Classes in org.postgresql.ds used by org.postgresql.jdbc3ClassDescriptionPostgreSQL implementation of ConnectionPoolDataSource.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.Simple DataSource which does not perform connection pooling.
-
Classes in org.postgresql.ds used by org.postgresql.xa