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. dataSources
Deprecated.Methods in org.postgresql.ds that return PGPoolingDataSource Modifier and Type Method Description static PGPoolingDataSource
PGPoolingDataSource. 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 class
PoolingDataSource
Deprecated.Since 42.0.0, seePGPoolingDataSource
-
Uses of PGPoolingDataSource in org.postgresql.jdbc3
Subclasses of PGPoolingDataSource in org.postgresql.jdbc3 Modifier and Type Class Description class
Jdbc3PoolingDataSource
Deprecated.Since 42.0.0, seePGPoolingDataSource
-