21 #ifndef DATABASESETTINGS_H
22 #define DATABASESETTINGS_H
24 #include "Database/Module.h"
25 #include "Utils/Settings/SettingKey.h"
35 Settings(
const QString& connectionName, DbId databaseId);
38 bool loadSetting(QString key, QString& val);
39 bool storeSetting(QString key,
const QVariant& val);
40 bool dropSetting(
const QString& key);
48 #endif // DATABASESETTINGS_H