|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface FBObjectListener.FetcherListener
| Method Summary | |
|---|---|
void |
allRowsFetched(org.firebirdsql.jdbc.FBFetcher fetcher)
Notify listener that underlying fetcher fetched all rows. |
void |
fetcherClosed(org.firebirdsql.jdbc.FBFetcher fetcher)
Notify listener that underlying fetcher is closed. |
void |
rowChanged(org.firebirdsql.jdbc.FBFetcher fetcher,
byte[][] newRow)
Notify listener that underlying row was changed. |
| Method Detail |
|---|
void fetcherClosed(org.firebirdsql.jdbc.FBFetcher fetcher)
throws SQLException
fetcher - fetcher that was closed.
SQLException
void allRowsFetched(org.firebirdsql.jdbc.FBFetcher fetcher)
throws SQLException
fetcher - fetcher that fetched all rows.
SQLException
void rowChanged(org.firebirdsql.jdbc.FBFetcher fetcher,
byte[][] newRow)
throws SQLException
fetcher - instance of FBFetcher that caused this event.newRow - new row.
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||