MauiKit Accounts
18#include <MauiKit4/Core/fmh.h>
20class AccountsDB :
public QObject
32 bool checkExistance(
const QString &tableName,
const QString &searchId,
const QString &search);
33 bool checkExistance(
const QString &queryStr);
34 QSqlQuery getQuery(
const QString &queryTxt);
35 void openDB(
const QString &name);
36 void prepareCollectionDB()
const;
38 bool insert(
const QString &tableName,
const QVariantMap &insertData);
39 bool update(
const QString &tableName,
const FMH::MODEL &updateData,
const QVariantMap &where);
40 bool update(
const QString &table,
const QString &column,
const QVariant &newValue,
const QVariant &op,
const QString &
id);
41 bool remove(
const QString &tableName,
const FMH::MODEL &removeData);
QHash< MODEL_KEY, QString > MODEL
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:55:57 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.