Skip to content

Commit

Permalink
missing class: SQLiteUpdateHook
Browse files Browse the repository at this point in the history
  • Loading branch information
hoordev committed Oct 22, 2024
1 parent 4d12948 commit c68b7ea
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package io.requery.android.database.sqlite;

public interface SQLiteUpdateHook {
void onUpdateFromNative(int operationType, String databaseName, String tableName, long rowId);
}

0 comments on commit c68b7ea

Please sign in to comment.