org.postgresql.ds.jdbc4
Class AbstractJdbc4SimpleDataSource

java.lang.Object
  extended by org.postgresql.ds.common.BaseDataSource
      extended by org.postgresql.ds.jdbc23.AbstractJdbc23SimpleDataSource
          extended by org.postgresql.ds.jdbc4.AbstractJdbc4SimpleDataSource
All Implemented Interfaces:
Serializable, Referenceable
Direct Known Subclasses:
PGSimpleDataSource

public abstract class AbstractJdbc4SimpleDataSource
extends AbstractJdbc23SimpleDataSource

See Also:
Serialized Form

Constructor Summary
AbstractJdbc4SimpleDataSource()
           
 
Method Summary
 Logger getParentLogger()
           
 boolean isWrapperFor(Class<?> iface)
           
<T> T
unwrap(Class<T> iface)
           
 
Methods inherited from class org.postgresql.ds.jdbc23.AbstractJdbc23SimpleDataSource
getDescription
 
Methods inherited from class org.postgresql.ds.common.BaseDataSource
createReference, getApplicationName, getCompatible, getConnection, getConnection, getDatabaseName, getLoginTimeout, getLogLevel, getLogWriter, getPassword, getPortNumber, getPrepareThreshold, getProtocolVersion, getReference, getServerName, getSocketTimeout, getSsl, getSslfactory, getTcpKeepAlive, getUnknownLength, getUser, initializeFrom, readBaseObject, setApplicationName, setCompatible, setDatabaseName, setLoginTimeout, setLogLevel, setLogWriter, setPassword, setPortNumber, setPrepareThreshold, setProtocolVersion, setServerName, setSocketTimeout, setSsl, setSslfactory, setTcpKeepAlive, setUnknownLength, setUser, writeBaseObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJdbc4SimpleDataSource

public AbstractJdbc4SimpleDataSource()
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.