is Quick Check OK
A convenience function that performs a quick integrity check and returns a boolean indicating success.
This method runs PRAGMA quick_check and simplifies the result to a single boolean value. It is useful for quickly verifying if the database or a specific table is likely free of major corruption, as it is much faster than a full integrity_check.
Return
true if the quick check passes (i.e., returns "ok"), false otherwise.
Author
MOHAMMAD AZIM ANSARI
Parameters
table
The specific table to check. If null (the default), the entire database is checked.