Uses of Enum Class
org.sqlite.SQLiteOpenMode
Packages that use SQLiteOpenMode
-
Uses of SQLiteOpenMode in org.sqlite
Methods in org.sqlite that return SQLiteOpenModeModifier and TypeMethodDescriptionstatic SQLiteOpenMode
Returns the enum constant of this class with the specified name.static SQLiteOpenMode[]
SQLiteOpenMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sqlite with parameters of type SQLiteOpenModeModifier and TypeMethodDescriptionvoid
SQLiteConfig.resetOpenMode
(SQLiteOpenMode mode) Re-sets the open mode flags.void
SQLiteConfig.setOpenMode
(SQLiteOpenMode mode) Sets the open mode flags.