Module org.firebirdsql.jaybird
Package org.firebirdsql.jdbc
Interface FBObjectListener.FetcherListener
- All Known Implementing Classes:
FBResultSet
- Enclosing class:
- FBObjectListener
@NullMarked
public static interface FBObjectListener.FetcherListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
rowChanged
(FBFetcher fetcher, @Nullable RowValue newRow) Notify listener that underlying row was changed.
-
Method Details
-
rowChanged
Notify listener that underlying row was changed.The default implementation does nothing.
- Parameters:
fetcher
- instance ofFBFetcher
that caused this eventnewRow
- new row- Throws:
SQLException
-