org.postgresql.jdbc3
Class Jdbc3PoolingDataSource

java.lang.Object
  extended by org.postgresql.ds.common.BaseDataSource
      extended by org.postgresql.ds.jdbc23.AbstractJdbc23PoolingDataSource
          extended by org.postgresql.ds.jdbc4.AbstractJdbc4PoolingDataSource
              extended by org.postgresql.ds.PGPoolingDataSource
                  extended by org.postgresql.jdbc3.Jdbc3PoolingDataSource
All Implemented Interfaces:
Wrapper, Referenceable, CommonDataSource, DataSource

public class Jdbc3PoolingDataSource
extends PGPoolingDataSource


Field Summary
 
Fields inherited from class org.postgresql.ds.jdbc23.AbstractJdbc23PoolingDataSource
dataSourceName, dataSources
 
Constructor Summary
Jdbc3PoolingDataSource()
           
 
Method Summary
 
Methods inherited from class org.postgresql.ds.PGPoolingDataSource
addDataSource
 
Methods inherited from class org.postgresql.ds.jdbc4.AbstractJdbc4PoolingDataSource
getParentLogger, isWrapperFor, unwrap
 
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, getApplicationName, getCompatible, getDatabaseName, getLoginTimeout, getLogLevel, getLogWriter, getPassword, getPortNumber, getPrepareThreshold, getProtocolVersion, getServerName, getSocketTimeout, getSsl, getSslfactory, getTcpKeepAlive, getUnknownLength, getUser, initializeFrom, readBaseObject, setApplicationName, setCompatible, setLoginTimeout, setLogLevel, setLogWriter, setPrepareThreshold, setProtocolVersion, setSocketTimeout, setSsl, setSslfactory, setTcpKeepAlive, setUnknownLength, 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
 
Methods inherited from interface javax.sql.CommonDataSource
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
 
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
 

Constructor Detail

Jdbc3PoolingDataSource

public Jdbc3PoolingDataSource()


Copyright © 2013. All Rights Reserved.