Uses of Enum Class
org.sqlite.SQLiteUpdateListener.Type
Packages that use SQLiteUpdateListener.Type
-
Uses of SQLiteUpdateListener.Type in org.sqlite
Methods in org.sqlite that return SQLiteUpdateListener.TypeModifier and TypeMethodDescriptionstatic SQLiteUpdateListener.Type
Returns the enum constant of this class with the specified name.static SQLiteUpdateListener.Type[]
SQLiteUpdateListener.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sqlite with parameters of type SQLiteUpdateListener.TypeModifier and TypeMethodDescriptionvoid
SQLiteUpdateListener.onUpdate
(SQLiteUpdateListener.Type type, String database, String table, long rowId)