public static interface FBObjectListener.ResultSetListener
Modifier and Type | Method and Description |
---|---|
void |
allRowsFetched(java.sql.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(java.sql.ResultSet rs)
Notify listener that result set was closed.
|
void resultSetClosed(java.sql.ResultSet rs) throws java.sql.SQLException
rs
- result set that was closed.java.sql.SQLException
void allRowsFetched(java.sql.ResultSet rs) throws java.sql.SQLException
rs
- result set that was completed.java.sql.SQLException
void executionStarted(org.firebirdsql.jdbc.FirebirdRowUpdater updater) throws java.sql.SQLException
updater
- instance of FirebirdRowUpdater
java.sql.SQLException
- if somewthing went wrong.void executionCompleted(org.firebirdsql.jdbc.FirebirdRowUpdater updater, boolean success) throws java.sql.SQLException
updater
- instance of FirebirdRowUpdater
.java.sql.SQLException
- if something went wrong.Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.