Uses of Class
org.sqlite.SQLiteConfig.Cache
-
Packages that use SQLiteConfig.Cache Package Description org.sqlite -
-
Uses of SQLiteConfig.Cache in org.sqlite
Methods in org.sqlite that return SQLiteConfig.Cache Modifier and Type Method Description static SQLiteConfig.Cache
SQLiteConfig.Cache. valueOf(String name)
Returns the enum constant of this type with the specified name.static SQLiteConfig.Cache[]
SQLiteConfig.Cache. 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.Cache Modifier and Type Method Description void
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).
-