org.postgresql.jdbc2.optional
Class PoolingDataSource

java.lang.Object
  extended by org.postgresql.ds.common.BaseDataSource
      extended by org.postgresql.ds.jdbc23.AbstractJdbc23PoolingDataSource
          extended by org.postgresql.ds.PGPoolingDataSource
              extended by org.postgresql.jdbc2.optional.PoolingDataSource
All Implemented Interfaces:
javax.naming.Referenceable, javax.sql.DataSource

public class PoolingDataSource
extends PGPoolingDataSource


Field Summary
 
Fields inherited from class org.postgresql.ds.jdbc23.AbstractJdbc23PoolingDataSource
dataSourceName, dataSources
 
Constructor Summary
PoolingDataSource()
           
 
Method Summary
 
Methods inherited from class org.postgresql.ds.PGPoolingDataSource
addDataSource
 
Methods inherited from class org.postgresql.ds.jdbc23.AbstractJdbc23PoolingDataSource
close, createConnectionPool, getConnection, getConnection, getDataSource, getDataSourceName, getDescription, getInitialConnections, getMaxConnections, getReference, initialize, isInitialized, removeStoredDataSource, setDatabaseName, setDataSourceName, setInitialConnections, setMaxConnections, setPassword, setPortNumber, setServerName, setUser
 
Methods inherited from class org.postgresql.ds.common.BaseDataSource
createReference, getDatabaseName, getLoginTimeout, getLogWriter, getPassword, getPortNumber, getPrepareThreshold, getServerName, getSsl, getSslfactory, getUser, readBaseObject, setLoginTimeout, setLogWriter, setPrepareThreshold, setSsl, setSslfactory, writeBaseObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.sql.DataSource
getConnection, getConnection, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
 

Constructor Detail

PoolingDataSource

public PoolingDataSource()