digiKam
|
Static Public Member Functions | |
static bool | checkReadyForUse (QString &error) |
The DbEngineAccess class provides access to the database: Create an instance of this class on the stack to retrieve a pointer to the database.
|
static |
Checks the availability of drivers. Must be used in children class. Return true if low level drivers are ready to use, else false with an error string of the problem.
References Digikam::DbEngineParameters::MySQLDatabaseType(), Digikam::DbEngineParameters::parametersFromConfig(), and Digikam::DbEngineParameters::SQLiteDatabaseType().
Referenced by Digikam::SimilarityDbAccess::checkReadyForUse(), Digikam::ThumbsDbAccess::checkReadyForUse(), Digikam::FaceDbAccess::checkReadyForUse(), and Digikam::CoreDbAccess::checkReadyForUse().