Skip to content

Commit 6656086

Browse files
authored
Add missing SQLiteUpdateHook introduced by #194 (#200)
1 parent aebc0ae commit 6656086

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package io.requery.android.database.sqlite;
2+
3+
public interface SQLiteUpdateHook {
4+
void onUpdateFromNative(int operationType, String databaseName, String tableName, long rowId);
5+
}

0 commit comments

Comments
 (0)