Uses of Class
org.postgresql.ds.PGConnectionPoolDataSource
-
Packages that use PGConnectionPoolDataSource Package Description org.postgresql.ds org.postgresql.jdbc2.optional org.postgresql.jdbc3 -
-
Uses of PGConnectionPoolDataSource in org.postgresql.ds
Fields in org.postgresql.ds declared as PGConnectionPoolDataSource Modifier and Type Field Description private PGConnectionPoolDataSource
PGPoolingDataSource. source
Deprecated.Methods in org.postgresql.ds that return PGConnectionPoolDataSource Modifier and Type Method Description protected PGConnectionPoolDataSource
PGPoolingDataSource. createConnectionPool()
Deprecated.Creates the appropriate ConnectionPool to use for this DataSource. -
Uses of PGConnectionPoolDataSource in org.postgresql.jdbc2.optional
Subclasses of PGConnectionPoolDataSource in org.postgresql.jdbc2.optional Modifier and Type Class Description class
ConnectionPool
Deprecated.Please usePGConnectionPoolDataSource
-
Uses of PGConnectionPoolDataSource in org.postgresql.jdbc3
Subclasses of PGConnectionPoolDataSource in org.postgresql.jdbc3 Modifier and Type Class Description class
Jdbc3ConnectionPool
Deprecated.Please usePGConnectionPoolDataSource
-