org.postgresql.ds.jdbc4
Class AbstractJdbc4PoolingDataSource

java.lang.Object
  extended by org.postgresql.ds.common.BaseDataSource
      extended by org.postgresql.ds.jdbc23.AbstractJdbc23PoolingDataSource
          extended by org.postgresql.ds.jdbc4.AbstractJdbc4PoolingDataSource
All Implemented Interfaces:
Referenceable
Direct Known Subclasses:
PGPoolingDataSource

public abstract class AbstractJdbc4PoolingDataSource
extends AbstractJdbc23PoolingDataSource


Field Summary
 
Fields inherited from class org.postgresql.ds.jdbc23.AbstractJdbc23PoolingDataSource
dataSourceName, dataSources
 
Constructor Summary
AbstractJdbc4PoolingDataSource()
           
 
Method Summary
 Logger getParentLogger()
           
 boolean isWrapperFor(Class<?> iface)
           
<T> T
unwrap(Class<T> iface)
           
 
Methods inherited from class org.postgresql.ds.jdbc23.AbstractJdbc23PoolingDataSource
addDataSource, 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
 

Constructor Detail

AbstractJdbc4PoolingDataSource

public AbstractJdbc4PoolingDataSource()
Method Detail

isWrapperFor

public boolean isWrapperFor(Class<?> iface)
                     throws SQLException
Throws:
SQLException

unwrap

public <T> T unwrap(Class<T> iface)
         throws SQLException
Throws:
SQLException

getParentLogger

public Logger getParentLogger()
                       throws SQLFeatureNotSupportedException
Throws:
SQLFeatureNotSupportedException


Copyright © 2013. All Rights Reserved.