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