Implement SQLiteDatabase::Verify

This commit is contained in:
Andrew Chow
2020-05-26 20:54:00 -04:00
parent b4df8fdb19
commit 727e6b2a4e
2 changed files with 53 additions and 1 deletions

View File

@@ -71,6 +71,8 @@ public:
~SQLiteDatabase();
bool Verify(bilingual_str& error);
/** Open the database if it is not already opened */
void Open() override;