|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.postgresql.ds.common.BaseDataSource
org.postgresql.ds.jdbc23.AbstractJdbc23SimpleDataSource
org.postgresql.ds.jdbc4.AbstractJdbc4SimpleDataSource
org.postgresql.ds.PGSimpleDataSource
public class PGSimpleDataSource
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.
Constructor Summary | |
---|---|
PGSimpleDataSource()
|
Method Summary |
---|
Methods inherited from class org.postgresql.ds.jdbc4.AbstractJdbc4SimpleDataSource |
---|
getParentLogger, isWrapperFor, unwrap |
Methods inherited from class org.postgresql.ds.jdbc23.AbstractJdbc23SimpleDataSource |
---|
getDescription |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.sql.DataSource |
---|
getConnection, getConnection |
Methods inherited from interface javax.sql.CommonDataSource |
---|
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter |
Methods inherited from interface java.sql.Wrapper |
---|
isWrapperFor, unwrap |
Constructor Detail |
---|
public PGSimpleDataSource()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |