Package org.sqlite
Interface SQLiteUpdateListener
-
public interface SQLiteUpdateListener
https://www.sqlite.org/c3ref/update_hook.html
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SQLiteUpdateListener.Type
-
Method Summary
Modifier and Type Method Description void
onUpdate(SQLiteUpdateListener.Type type, java.lang.String database, java.lang.String table, long rowId)
-
-
-
Method Detail
-
onUpdate
void onUpdate(SQLiteUpdateListener.Type type, java.lang.String database, java.lang.String table, long rowId)
-
-