|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void fetcherClosed(org.firebirdsql.jdbc.FBFetcher fetcher) throws java.sql.SQLException
fetcher
- fetcher that was closed.
java.sql.SQLException
public void allRowsFetched(org.firebirdsql.jdbc.FBFetcher fetcher) throws java.sql.SQLException
fetcher
- fetcher that fetched all rows.
java.sql.SQLException
public void rowChanged(org.firebirdsql.jdbc.FBFetcher fetcher, byte[][] newRow) throws java.sql.SQLException
fetcher
- instance of FBFetcher
that caused this event.newRow
- new row.
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |