|
|||||||||
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 java.sql.SQLException
fetcher
- fetcher that was closed.
java.sql.SQLException
void allRowsFetched(org.firebirdsql.jdbc.FBFetcher fetcher) throws java.sql.SQLException
fetcher
- fetcher that fetched all rows.
java.sql.SQLException
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 |