|
|||||||||
| 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
public class AbstractJdbc23SimpleDataSource
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 | |
|---|---|
AbstractJdbc23SimpleDataSource()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets a description of this DataSource. |
| Methods inherited from class org.postgresql.ds.common.BaseDataSource |
|---|
createReference, getConnection, getConnection, getDatabaseName, getLoginTimeout, getLogWriter, getPassword, getPortNumber, getPrepareThreshold, getReference, getServerName, getSsl, getSslfactory, getUser, readBaseObject, setDatabaseName, setLoginTimeout, setLogWriter, setPassword, setPortNumber, setPrepareThreshold, setServerName, setSsl, setSslfactory, setUser, writeBaseObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractJdbc23SimpleDataSource()
| Method Detail |
|---|
public java.lang.String getDescription()
getDescription in class BaseDataSource
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||