jxDBCon 0.9z

org.sourceforge.jxdbcon.db2
Interface DB2Protocol

All Known Implementing Classes:
DRDAProtocol

public interface DB2Protocol

This interface defines the requirements for a protocol implementation that talks to DB2.

Author:
Keve Müller

Method Summary
 void close()
          Close the connection to the backend.
 void connect(Properties info)
          Open a connection to the backend with the given parameters.
 

Method Detail

close

public void close()
           throws SQLException
Close the connection to the backend.

SQLException

connect

public void connect(Properties info)
             throws SQLException
Open a connection to the backend with the given parameters. Once connected the properties are set with all default values resolved to their runtime value.

SQLException

jxDBCon 0.9z

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