Uses of Enum Class
org.sqlite.SQLiteOpenMode
Packages that use SQLiteOpenMode
-
Uses of SQLiteOpenMode in org.sqlite
Subclasses with type arguments of type SQLiteOpenMode in org.sqliteMethods in org.sqlite that return SQLiteOpenModeModifier and TypeMethodDescriptionstatic SQLiteOpenModeReturns 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 TypeMethodDescriptionvoidSQLiteConfig.resetOpenMode(SQLiteOpenMode mode) Re-sets the open mode flags.voidSQLiteConfig.setOpenMode(SQLiteOpenMode mode) Sets the open mode flags.