|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface FBObjectListener.ResultSetListener
Listener for the events generated by the result set.
| Method Summary | |
|---|---|
void |
allRowsFetched(ResultSet rs)
Notify listener that all rows were fetched. |
void |
executionCompleted(org.firebirdsql.jdbc.FirebirdRowUpdater updater,
boolean success)
Notify listener that execution of some row updating operation is completed. |
void |
executionStarted(org.firebirdsql.jdbc.FirebirdRowUpdater updater)
Notify listener that execution of some row updating operation started. |
void |
resultSetClosed(ResultSet rs)
Notify listener that result set was closed. |
| Method Detail |
|---|
void resultSetClosed(ResultSet rs)
throws SQLException
rs - result set that was closed.
SQLException
void allRowsFetched(ResultSet rs)
throws SQLException
rs - result set that was completed.
SQLException
void executionStarted(org.firebirdsql.jdbc.FirebirdRowUpdater updater)
throws SQLException
updater - instance of FirebirdRowUpdater
SQLException - if somewthing went wrong.
void executionCompleted(org.firebirdsql.jdbc.FirebirdRowUpdater updater,
boolean success)
throws SQLException
updater - instance of FirebirdRowUpdater.
SQLException - if something went wrong.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||