Sun Adapter Common API

com.stc.connector.db
Interface StatementEvent


public interface StatementEvent

Version:
$Revision: 1.2 $
Author:
$Author: cmbuild $

Method Summary
 java.sql.ResultSet getResultSet()
          Gets the result set related to the event.
 java.sql.SQLException getSQLException()
          Gets the SQLException related to the event.
 

Method Detail

getResultSet

java.sql.ResultSet getResultSet()
Gets the result set related to the event.

Returns:
a ResultSet agent.

getSQLException

java.sql.SQLException getSQLException()
Gets the SQLException related to the event.

Returns:
a SQLException instance.

Sun Adapter Common API