|
jxDBCon 0.9z | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.sourceforge.jxdbcon.AbstractConnection | +--org.sourceforge.jxdbcon.db2.DB2Connection | +--org.sourceforge.jxdbcon.db2.DRDAConnection
The DRDAConnection manages a JDBC Connection to a DB2 database server via the DRDA protocol.
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 |
public DRDAConnection()
Method Detail |
protected DB2Protocol connect(Properties info) throws SQLException
connect
in class DB2Connection
SQLException
|
jxDBCon 0.9z | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |