パッケージ org.postgresql.ds

クラス PGSimpleDataSource

java.lang.Object
org.postgresql.ds.common.BaseDataSource
org.postgresql.ds.PGSimpleDataSource
すべての実装されたインタフェース:
Serializable, Wrapper, Referenceable, CommonDataSource, DataSource
直系の既知のサブクラス:
Jdbc3SimpleDataSource, SimpleDataSource

public class PGSimpleDataSource extends BaseDataSource implements DataSource, 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.
関連項目: