Class FBObjectListener.NoActionResultSetListener

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      static FBObjectListener.ResultSetListener instance()  
      void resultSetClosed​(java.sql.ResultSet rs)
      Notify listener that result set was closed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait