CheckSec.
More...
|
bool | checkCollectionDatabase (const std::string &db_path) |
| Checks the structure's integrity of the Collection database.
|
|
bool | checkHashesDatabase (const std::string &db_path) |
| Checks the structure's integrity of the Hashes database.
|
|
CheckSec.
Utilities used to check the databases
◆ checkCollectionDatabase()
bool CheckSec::checkCollectionDatabase |
( |
const std::string & |
db_path | ) |
|
Checks the structure's integrity of the Collection database.
- Parameters
-
db_path | The path of the database, file included |
- Returns
- The result of the check
- See also
- checkDatabaseTablesNames(), newCollectionDatabase(), newHashesDatabase()
◆ checkHashesDatabase()
bool CheckSec::checkHashesDatabase |
( |
const std::string & |
db_path | ) |
|
Checks the structure's integrity of the Hashes database.
- Parameters
-
db_path | The path of the database, file included |
- Returns
- The result of the check
- See also
- checkDatabaseTablesNames(), newCollectionDatabase(), newHashesDatabase()