org.postgresql.ds.jdbc4
Class AbstractJdbc4SimpleDataSource
java.lang.Object
org.postgresql.ds.common.BaseDataSource
org.postgresql.ds.jdbc23.AbstractJdbc23SimpleDataSource
org.postgresql.ds.jdbc4.AbstractJdbc4SimpleDataSource
- All Implemented Interfaces:
- Serializable, Referenceable
- Direct Known Subclasses:
- PGSimpleDataSource
public abstract class AbstractJdbc4SimpleDataSource
- extends AbstractJdbc23SimpleDataSource
- See Also:
- Serialized Form
| 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 |
AbstractJdbc4SimpleDataSource
public AbstractJdbc4SimpleDataSource()
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.