Skip to content

Commit fb5c226

Browse files
committed
Add missed SQLiteUpdateHook
1 parent 20334cb commit fb5c226

File tree

1 file changed

+12
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)