Uses of Enum
org.sqlite.SQLiteConfig.TempStore
Packages that use SQLiteConfig.TempStore
-
Uses of SQLiteConfig.TempStore in org.sqlite
Methods in org.sqlite that return SQLiteConfig.TempStoreModifier and TypeMethodDescriptionstatic SQLiteConfig.TempStoreReturns 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.TempStoreModifier and TypeMethodDescriptionvoidSQLiteConfig.setTempStore(SQLiteConfig.TempStore storeType) Changes the setting of the "temp_store" parameter.