-
public interface SQLiteUpdateHook
-
-
Method Summary
Modifier and Type Method Description abstract voidonUpdateFromNative(int operationType, String databaseName, String tableName, long rowId)-
-
Method Detail
-
onUpdateFromNative
abstract void onUpdateFromNative(int operationType, String databaseName, String tableName, long rowId)
-
-
-
-