Uses of Class
io.roastedroot.sqlite4j.SQLiteOpenMode
-
Packages that use SQLiteOpenMode Package Description io.roastedroot.sqlite4j -
-
Uses of SQLiteOpenMode in io.roastedroot.sqlite4j
Methods in io.roastedroot.sqlite4j that return SQLiteOpenMode Modifier and Type Method Description static SQLiteOpenModeSQLiteOpenMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLiteOpenMode[]SQLiteOpenMode. 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 SQLiteOpenMode Modifier and Type Method Description voidSQLiteConfig. resetOpenMode(SQLiteOpenMode mode)Re-sets the open mode flags.voidSQLiteConfig. setOpenMode(SQLiteOpenMode mode)Sets the open mode flags.
-