org.postgresql.ds.jdbc4
Class AbstractJdbc4PoolingDataSource
java.lang.Object
org.postgresql.ds.common.BaseDataSource
org.postgresql.ds.jdbc23.AbstractJdbc23PoolingDataSource
org.postgresql.ds.jdbc4.AbstractJdbc4PoolingDataSource
- All Implemented Interfaces:
- Referenceable
- Direct Known Subclasses:
- PGPoolingDataSource
public abstract class AbstractJdbc4PoolingDataSource
- extends AbstractJdbc23PoolingDataSource
| 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 |
AbstractJdbc4PoolingDataSource
public AbstractJdbc4PoolingDataSource()
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.