Sun Adapter for DB2 Connect

com.stc.connector.db2connectadapter.base
Class Db2ConnectConnection

java.lang.Object
  extended by com.stc.connector.framework.eway.DBConnection
      extended by com.stc.connector.db2connectadapter.base.Db2ConnectConnection

public class Db2ConnectConnection
extends com.stc.connector.framework.eway.DBConnection


Field Summary
 
Fields inherited from class com.stc.connector.framework.eway.DBConnection
mConnection, mPreparedStatement, mProvider
 
Constructor Summary
Db2ConnectConnection(com.stc.connector.framework.eway.InboundProvider aProvider)
           
 
Method Summary
 void connect()
           
 
Methods inherited from class com.stc.connector.framework.eway.DBConnection
disconnect, executeQuery, getURL, isConnected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Db2ConnectConnection

public Db2ConnectConnection(com.stc.connector.framework.eway.InboundProvider aProvider)
                     throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

connect

public void connect()
Overrides:
connect in class com.stc.connector.framework.eway.DBConnection

Sun Adapter for DB2 Connect