15class DbConfigSqlite :
public DbConfig
21 explicit DbConfigSqlite() =
default;
26 explicit DbConfigSqlite(
const QString &configFile);
31 QString driverName()
const override;
36 QString databaseName()
const override;
41 QString databasePath()
const override;
55 bool init(
QSettings &settings,
bool storeSettings =
true,
const QString &dbPathOverride = {})
override;
61 bool isAvailable(
QSettings &settings)
override;
72 bool useInternalServer()
const override;
77 void setup()
override;
80 bool disableConstraintChecks(
const QSqlDatabase &db)
override;
83 bool enableConstraintChecks(
const QSqlDatabase &db)
override;
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:59 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.