16#ifndef QGSAUTHCONFIGURATIONSTORAGESQLITE_H
17#define QGSAUTHCONFIGURATIONSTORAGESQLITE_H
26#include <QRecursiveMutex>
27#include <QSqlDatabase>
40 QgsAuthConfigurationStorageSqlite(
const QString &databasePath );
43 QList<QgsAuthConfigurationStorage::SettingParameter>
settingsParameters()
const override;
45 QString
type( )
const override;
49 bool tableExists(
const QString &table )
const override;
QSqlDatabase based implementation of QgsAuthConfigurationStorage.
virtual bool tableExists(const QString &table) const
Returns true if the specified table exists in the database, false otherwise.
virtual void checkCapabilities()
Checks the capabilities of the storage.
QList< QgsAuthConfigurationStorage::SettingParameter > settingsParameters() const override
Returns a list of the settings accepted by the storage.
bool initialize() override
Initializes the storage.
QString type() const override
Returns the type of the storage implementation.
QString description() const override
Returns a human readable localized description of the storage implementation (e.g.