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 SQLiteOpenModeSQLiteOpenMode. valueOf(java.lang.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 voidSQLiteConfig. resetOpenMode(SQLiteOpenMode mode)Re-sets the open mode flags.voidSQLiteConfig. setOpenMode(SQLiteOpenMode mode)Sets the open mode flags.
-