Uses of Enum Class
org.sqlite.SQLiteConfig.Cache
Packages that use SQLiteConfig.Cache
-
Uses of SQLiteConfig.Cache in org.sqlite
Methods in org.sqlite that return SQLiteConfig.CacheModifier and TypeMethodDescriptionstatic SQLiteConfig.Cache
Returns the enum constant of this class with the specified name.static SQLiteConfig.Cache[]
SQLiteConfig.Cache.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.CacheModifier and TypeMethodDescriptionvoid
SQLiteConfig.setCacheMode
(SQLiteConfig.Cache value) Enables or disables the sharing of the database cache and schema data structures between connections to the same database (connection).