Skip to content

Commit

Permalink
Add missing SQLiteUpdateHook introduced by #194 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanelbulle authored Nov 20, 2024
1 parent aebc0ae commit 6656086
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 6656086

Please sign in to comment.