Uses of Enum Class
org.sqlite.SQLiteConfig.AutoVacuum
Packages that use SQLiteConfig.AutoVacuum
-
Uses of SQLiteConfig.AutoVacuum in org.sqlite
Methods in org.sqlite that return SQLiteConfig.AutoVacuumModifier and TypeMethodDescriptionstatic SQLiteConfig.AutoVacuum
Returns the enum constant of this class with the specified name.static SQLiteConfig.AutoVacuum[]
SQLiteConfig.AutoVacuum.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.AutoVacuumModifier and TypeMethodDescriptionvoid
SQLiteConfig.setAutoVacuum
(SQLiteConfig.AutoVacuum value) Sets the auto vacuum mode;