jxDBCon 0.9z

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

Nested Class Summary
 
Nested classes inherited from class org.sourceforge.jxdbcon.XAbstractDataSource
XAbstractDataSource.ObjectFactory, XAbstractDataSource.StateFactory
 
Field Summary
 
Fields inherited from class org.sourceforge.jxdbcon.XAbstractDataSource
info, loginTimeout, logWriter
 
Fields inherited from interface org.sourceforge.jxdbcon.InfoKeys
CATALOG, DESCRIPTION, DRIVER, HOST, PASSWORD, PORT, SUBDRIVER, USER
 
Constructor Summary
PGDataSource()
           
 
Method Summary
protected  AbstractConnection internalGet(Properties p)
          Return a Connection, use the supplied properties as a hint.
 
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
 

Constructor Detail

PGDataSource

public PGDataSource()
Method Detail

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

jxDBCon 0.9z

Copyright © 2001,2002 Keve Müller; see LICENSE file for details.