org.sourceforge.jxdbcon.postgresql
Class PGDataSource
java.lang.Object
|
+--org.sourceforge.jxdbcon.XAbstractDataSource
|
+--org.sourceforge.jxdbcon.postgresql.PGDataSource
- All Implemented Interfaces:
- DataSource, InfoKeys, Serializable
- public class PGDataSource
- extends XAbstractDataSource
The PGDataSource class is an implementation of the DataSource interface
for PostgreSQL.
- Version:
- $Revision: 1.2 $
- Author:
- Keve Müller
- See Also:
- Serialized Form
Methods inherited from class org.sourceforge.jxdbcon.XAbstractDataSource |
getConnection, getConnection, getLoginTimeout, getLogWriter, setCatalog, setDescription, setHost, setLoginTimeout, setLogWriter, setPassword, setPort, setUser |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PGDataSource
public PGDataSource()
internalGet
protected AbstractConnection internalGet(Properties p)
throws SQLException
- Description copied from class:
XAbstractDataSource
- Return a Connection, use the supplied properties as a hint.
The properties passed to the AbstractConnection.open will be the same.
- Specified by:
internalGet
in class XAbstractDataSource
SQLException
Copyright © 2001,2002 Keve Müller; see LICENSE file for details.