Uses of Class
io.roastedroot.sqlite4j.SQLiteConfig.TempStore
-
Packages that use SQLiteConfig.TempStore Package Description io.roastedroot.sqlite4j -
-
Uses of SQLiteConfig.TempStore in io.roastedroot.sqlite4j
Methods in io.roastedroot.sqlite4j that return SQLiteConfig.TempStore Modifier and Type Method Description static SQLiteConfig.TempStoreSQLiteConfig.TempStore. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLiteConfig.TempStore[]SQLiteConfig.TempStore. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.roastedroot.sqlite4j with parameters of type SQLiteConfig.TempStore Modifier and Type Method Description voidSQLiteConfig. setTempStore(SQLiteConfig.TempStore storeType)Changes the setting of the "temp_store" parameter.
-