Uses of Enum Class
org.sqlite.SQLiteConfig.TempStore
Packages that use SQLiteConfig.TempStore
-
Uses of SQLiteConfig.TempStore in org.sqlite
Subclasses with type arguments of type SQLiteConfig.TempStore in org.sqliteMethods in org.sqlite that return SQLiteConfig.TempStoreModifier and TypeMethodDescriptionstatic SQLiteConfig.TempStoreReturns the enum constant of this class with the specified name.static SQLiteConfig.TempStore[]SQLiteConfig.TempStore.values()Returns an array containing the constants of this enum class, 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.