Uses of Class
org.sqlite.SQLiteConfig.TempStore
-
Packages that use SQLiteConfig.TempStore Package Description org.sqlite -
-
Uses of SQLiteConfig.TempStore in org.sqlite
Methods in org.sqlite that return SQLiteConfig.TempStore Modifier and Type Method Description static SQLiteConfig.TempStore
SQLiteConfig.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 org.sqlite with parameters of type SQLiteConfig.TempStore Modifier and Type Method Description void
SQLiteConfig. setTempStore(SQLiteConfig.TempStore storeType)
Changes the setting of the "temp_store" parameter.
-