Uses of Class
org.sqlite.SQLiteUpdateListener.Type
-
Packages that use SQLiteUpdateListener.Type Package Description org.sqlite -
-
Uses of SQLiteUpdateListener.Type in org.sqlite
Methods in org.sqlite that return SQLiteUpdateListener.Type Modifier and Type Method Description static SQLiteUpdateListener.Type
SQLiteUpdateListener.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SQLiteUpdateListener.Type[]
SQLiteUpdateListener.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sqlite with parameters of type SQLiteUpdateListener.Type Modifier and Type Method Description void
SQLiteUpdateListener. onUpdate(SQLiteUpdateListener.Type type, java.lang.String database, java.lang.String table, long rowId)
-