org.postgresql.ds
Class PGSimpleDataSource
java.lang.Object
org.postgresql.ds.common.BaseDataSource
org.postgresql.ds.jdbc23.AbstractJdbc23SimpleDataSource
org.postgresql.ds.jdbc4.AbstractJdbc4SimpleDataSource
org.postgresql.ds.PGSimpleDataSource
- All Implemented Interfaces:
- Serializable, Wrapper, Referenceable, CommonDataSource, DataSource
- Direct Known Subclasses:
- Jdbc3SimpleDataSource, SimpleDataSource
public class PGSimpleDataSource
- extends AbstractJdbc4SimpleDataSource
- implements DataSource
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 |
PGSimpleDataSource
public PGSimpleDataSource()
Copyright © 2013. All Rights Reserved.