Uses of Enum
org.sqlite.SQLiteUpdateListener.Type
Packages that use SQLiteUpdateListener.Type
-
Uses of SQLiteUpdateListener.Type in org.sqlite
Subclasses with type arguments of type SQLiteUpdateListener.Type in org.sqliteMethods in org.sqlite that return SQLiteUpdateListener.TypeModifier and TypeMethodDescriptionstatic SQLiteUpdateListener.TypeReturns 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.TypeModifier and TypeMethodDescriptionvoidSQLiteUpdateListener.onUpdate(SQLiteUpdateListener.Type type, String database, String table, long rowId)