Skip to content

Commit

Permalink
Add missed SQLiteUpdateHook
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinerOk committed Oct 31, 2024
1 parent 20334cb commit fb5c226
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package io.requery.android.database.sqlite;

/**
*
*/
public interface SQLiteUpdateHook {

/**
*
*/
void invoke(int operationType, String databaseName, String tableName, long rowId);
}

0 comments on commit fb5c226

Please sign in to comment.