Uses of Class
org.postgresql.ds.PGPoolingDataSource
-
Packages that use PGPoolingDataSource Package Description org.postgresql.ds org.postgresql.jdbc2.optional org.postgresql.jdbc3 -
-
Uses of PGPoolingDataSource in org.postgresql.ds
Fields in org.postgresql.ds with type parameters of type PGPoolingDataSource Modifier and Type Field Description protected static java.util.concurrent.ConcurrentMap<java.lang.String,PGPoolingDataSource>PGPoolingDataSource. dataSourcesDeprecated.Methods in org.postgresql.ds that return PGPoolingDataSource Modifier and Type Method Description static PGPoolingDataSourcePGPoolingDataSource. getDataSource(java.lang.String name)Deprecated. -
Uses of PGPoolingDataSource in org.postgresql.jdbc2.optional
Subclasses of PGPoolingDataSource in org.postgresql.jdbc2.optional Modifier and Type Class Description classPoolingDataSourceDeprecated.Since 42.0.0, seePGPoolingDataSource -
Uses of PGPoolingDataSource in org.postgresql.jdbc3
Subclasses of PGPoolingDataSource in org.postgresql.jdbc3 Modifier and Type Class Description classJdbc3PoolingDataSourceDeprecated.Since 42.0.0, seePGPoolingDataSource
-