Skip to content

//selekt-api/com.bloomberg.selekt/SQLiteJournalMode/TRUNCATE

TRUNCATE

[jvm]\ TRUNCATE

The TRUNCATE journaling mode commits transactions by truncating the rollback journal to zero-length instead of deleting it. On many systems, truncating a file is much faster than deleting the file since the containing directory does not need to be changed.

Properties

Name Summary
databaseConfiguration [jvm]
@JvmField
val databaseConfiguration: DatabaseConfiguration
name [jvm]
val name: String
ordinal [jvm]
val ordinal: Int