Skip to content

//selekt-api/com.bloomberg.selekt/SQLiteAutoVacuumMode/NONE

NONE

[jvm]\ NONE

Auto-vacuum is disabled. When auto-vacuum is disabled and data is deleted data from a database, the database file remains the same size. Unused database file pages are added to a "freelist" and reused for subsequent inserts. So no database file space is lost. However, the database file does not shrink. In this mode vacuum can be used to rebuild the entire database file and thus reclaim unused disk space.

Properties

Name Summary
name [jvm]
val name: String
ordinal [jvm]
val ordinal: Int

Functions

Name Summary
invoke [jvm]
operator fun invoke(): Int