Package org.firebirdsql.jdbc
Class FBObjectListener.NoActionResultSetListener
java.lang.Object
org.firebirdsql.jdbc.FBObjectListener.NoActionResultSetListener
- All Implemented Interfaces:
FBObjectListener.ResultSetListener
- Enclosing interface:
- FBObjectListener
public static final class FBObjectListener.NoActionResultSetListener
extends Object
implements FBObjectListener.ResultSetListener
Implementation of
FBObjectListener.ResultSetListener that implements all methods as
empty methods.-
Method Summary
Modifier and TypeMethodDescriptionvoidNotify listener that all rows were fetched.voidexecutionCompleted(org.firebirdsql.jdbc.FirebirdRowUpdater updater, boolean success) Notify listener that execution of some row updating operation is completed.voidexecutionStarted(org.firebirdsql.jdbc.FirebirdRowUpdater updater) Notify listener that execution of some row updating operation started.instance()voidNotify listener that result set was closed.
-
Method Details
-
instance
-
resultSetClosed
Description copied from interface:FBObjectListener.ResultSetListenerNotify listener that result set was closed.- Specified by:
resultSetClosedin interfaceFBObjectListener.ResultSetListener- Parameters:
rs- result set that was closed.- Throws:
SQLException
-
allRowsFetched
Description copied from interface:FBObjectListener.ResultSetListenerNotify listener that all rows were fetched. This event is used in auto-commit case to tell the statement that it is completed.- Specified by:
allRowsFetchedin interfaceFBObjectListener.ResultSetListener- Parameters:
rs- result set that was completed.- Throws:
SQLException
-
executionStarted
Description copied from interface:FBObjectListener.ResultSetListenerNotify listener that execution of some row updating operation started.- Specified by:
executionStartedin interfaceFBObjectListener.ResultSetListener- Parameters:
updater- instance ofFirebirdRowUpdater- Throws:
SQLException- if somewthing went wrong.
-
executionCompleted
public void executionCompleted(org.firebirdsql.jdbc.FirebirdRowUpdater updater, boolean success) throws SQLException Description copied from interface:FBObjectListener.ResultSetListenerNotify listener that execution of some row updating operation is completed.- Specified by:
executionCompletedin interfaceFBObjectListener.ResultSetListener- Parameters:
updater- instance ofFirebirdRowUpdater.- Throws:
SQLException- if something went wrong.
-