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
Methods in org.postgresql.ds that return PGConnectionPoolDataSource Modifier and Type Method Description protected PGConnectionPoolDataSourcePGPoolingDataSource. 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 classConnectionPoolDeprecated.Please usePGConnectionPoolDataSource -
Uses of PGConnectionPoolDataSource in org.postgresql.jdbc3
Subclasses of PGConnectionPoolDataSource in org.postgresql.jdbc3 Modifier and Type Class Description classJdbc3ConnectionPoolDeprecated.Please usePGConnectionPoolDataSource
-