isPersistWal

abstract fun isPersistWal(database: String? = null): Boolean?(source)

Returns whether the persistent WAL mode is enabled. If the option is not supported by the VFS, then null is returned.

Throws

if reading the option fails.