Package org.sqlite
Interface SQLiteUpdateListener
public interface SQLiteUpdateListener
https://www.sqlite.org/c3ref/update_hook.html
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
onUpdate
(SQLiteUpdateListener.Type type, String database, String table, long rowId)
-
Method Details
-
onUpdate
-