Uses of Enum
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 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 SQLiteOpenModeModifier and TypeMethodDescriptionvoidSQLiteConfig.resetOpenMode(SQLiteOpenMode mode) Re-sets the open mode flags.voidSQLiteConfig.setOpenMode(SQLiteOpenMode mode) Sets the open mode flags.