Uses of Class
io.roastedroot.sqlite4j.SQLiteUpdateListener.Type
-
Packages that use SQLiteUpdateListener.Type Package Description io.roastedroot.sqlite4j -
-
Uses of SQLiteUpdateListener.Type in io.roastedroot.sqlite4j
Methods in io.roastedroot.sqlite4j that return SQLiteUpdateListener.Type Modifier and Type Method Description static SQLiteUpdateListener.TypeSQLiteUpdateListener.Type. valueOf(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 io.roastedroot.sqlite4j with parameters of type SQLiteUpdateListener.Type Modifier and Type Method Description voidSQLiteUpdateListener. onUpdate(SQLiteUpdateListener.Type type, String database, String table, long rowId)
-