|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface should be implemented by classes that wish to be notified of QueryEvents by a QueryHandler.
Method Summary | |
void |
nextRow(QueryEvent event)
This method is called by the QueryHandler for each row processed in the result set. |
void |
queryCompleted(QueryEvent event)
This method is called by the QueryHandler after executing a query. |
void |
queryExecuted(QueryEvent event)
This method is called by the QueryHandler before executing a query. |
Method Detail |
public void queryCompleted(QueryEvent event)
event
- the QueryEvent containing the datapublic void queryExecuted(QueryEvent event)
event
- the QueryEvent containing the datapublic void nextRow(QueryEvent event) throws java.sql.SQLException
event
- the QueryEvent containing the data
java.sql.SQLException
- if something happens processing the result row
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |