com.stc.connector.db
Interface StatementEvent


public interface StatementEvent


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

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

Parameters:
None.
Throws:
None.
Returns:
a ResultSet agent.

getSQLException

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

Parameters:
None.
Throws:
None.
Returns:
a SQLException instance.


Copyright 2004 by SeeBeyond Technology Corporation. All Rights Reserved.