org.postgresql.ds.jdbc23
Class AbstractJdbc23SimpleDataSource
java.lang.Object
org.postgresql.ds.common.BaseDataSource
org.postgresql.ds.jdbc23.AbstractJdbc23SimpleDataSource
- All Implemented Interfaces:
- Serializable, Referenceable
- Direct Known Subclasses:
- AbstractJdbc4SimpleDataSource
public abstract class AbstractJdbc23SimpleDataSource
- extends BaseDataSource
- implements Serializable
Simple DataSource which does not perform connection pooling. In order to use
the DataSource, you must set the property databaseName. The settings for
serverName, portNumber, user, and password are optional. Note: these properties
are declared in the superclass.
- Author:
- Aaron Mulder (ammulder@chariotsolutions.com)
- 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 |
AbstractJdbc23SimpleDataSource
public AbstractJdbc23SimpleDataSource()
getDescription
public String getDescription()
- Gets a description of this DataSource.
- Specified by:
getDescription in class BaseDataSource
Copyright © 2013. All Rights Reserved.