Package org.sqlite

Interface SQLiteUpdateListener


  • public interface SQLiteUpdateListener
    https://www.sqlite.org/c3ref/update_hook.html
    • Method Summary

      Modifier and Type Method Description
      void onUpdate​(SQLiteUpdateListener.Type type, java.lang.String database, java.lang.String table, long rowId)  
    • Method Detail

      • onUpdate

        void onUpdate​(SQLiteUpdateListener.Type type,
                      java.lang.String database,
                      java.lang.String table,
                      long rowId)