Skip to content

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

INCREMENTAL

[jvm]\ INCREMENTAL

The additional information needed to do auto-vacuuming is stored in the database file but auto-vacuuming does not occur automatically at each commit as it does with "full". In incremental mode, the separate incremental vacuum pragma must be invoked to cause the auto-vacuum to occur.

Properties

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

Functions

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