integrityCheck

fun integrityCheck(name: String = "main"): Boolean(source)

Runs a full integrity check on the named database schema. Returns true if the database is intact, false if any corruption is detected.

Return

true if the integrity check passes, false otherwise.

Parameters

name

the schema name to check; defaults to "main".

See also