jxDBCon 0.9z

org.sourceforge.jxdbcon.db2
Class DRDAConnection

java.lang.Object
  |
  +--org.sourceforge.jxdbcon.AbstractConnection
        |
        +--org.sourceforge.jxdbcon.db2.DB2Connection
              |
              +--org.sourceforge.jxdbcon.db2.DRDAConnection
All Implemented Interfaces:
Cloneable, Connection, InfoKeys

public class DRDAConnection
extends DB2Connection

The DRDAConnection manages a JDBC Connection to a DB2 database server via the DRDA protocol.

Version:
$Revision: 1.1 $, $Date: 2002/03/18 20:05:39 $
Author:
Keve Müller

Field Summary
 
Fields inherited from class org.sourceforge.jxdbcon.db2.DB2Connection
autoCommit
 
Fields inherited from class org.sourceforge.jxdbcon.AbstractConnection
info, typeMap, warning
 
Fields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
 
Fields inherited from interface org.sourceforge.jxdbcon.InfoKeys
CATALOG, DESCRIPTION, DRIVER, HOST, PASSWORD, PORT, SUBDRIVER, USER
 
Constructor Summary
DRDAConnection()
           
 
Method Summary
protected  DB2Protocol connect(Properties info)
          Open a connection.
 
Methods inherited from class org.sourceforge.jxdbcon.db2.DB2Connection
close, createStatement, getAutoCommit, getEscapeContext, getMetaData, open, prepareCall, prepareStatement
 
Methods inherited from class org.sourceforge.jxdbcon.AbstractConnection
clearWarnings, clone, commit, createStatement, createStatement, duplicate, fillPropertyInfo, finalize, getCatalog, getHoldability, getInfo, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, nativeSQL, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap, takeOver, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DRDAConnection

public DRDAConnection()
Method Detail

connect

protected DB2Protocol connect(Properties info)
                       throws SQLException
Open a connection.

Specified by:
connect in class DB2Connection
SQLException

jxDBCon 0.9z

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