- All Implemented Interfaces:
- java.io.Serializable, java.sql.Wrapper, javax.naming.Referenceable, javax.sql.CommonDataSource, javax.sql.DataSource
public class PGSimpleDataSource
extends org.postgresql.ds.jdbc4.AbstractJdbc4SimpleDataSource
implements javax.sql.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