Uses of Class
org.sqlite.SQLiteOpenMode
-
Packages that use SQLiteOpenMode Package Description org.sqlite -
-
Uses of SQLiteOpenMode in org.sqlite
Methods in org.sqlite that return SQLiteOpenMode Modifier and Type Method Description static SQLiteOpenMode
SQLiteOpenMode. 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 org.sqlite with parameters of type SQLiteOpenMode Modifier and Type Method Description void
SQLiteConfig. resetOpenMode(SQLiteOpenMode mode)
Re-sets the open mode flags.void
SQLiteConfig. setOpenMode(SQLiteOpenMode mode)
Sets the open mode flags.
-