Akonadi
entity.cpp
50int Entity::countImpl(DataStore *store, const QString &tableName, const QString &column, const QVariant &value)
68bool Entity::removeImpl(DataStore *store, const QString &tableName, const QString &column, const QVariant &value)
85bool Entity::relatesToImpl(DataStore *store, const QString &tableName, const QString &leftColumn, const QString &rightColumn, qint64 leftId, qint64 rightId)
104bool Entity::addToRelationImpl(DataStore *store, const QString &tableName, const QString &leftColumn, const QString &rightColumn, qint64 leftId, qint64 rightId)
141 qCWarning(AKONADISERVER_LOG) << "Error during removing a record from relation table" << tableName;
148bool Entity::clearRelationImpl(DataStore *store, const QString &tableName, const QString &leftColumn, const QString &rightColumn, qint64 id, RelationSide side)
167 qCWarning(AKONADISERVER_LOG) << "Error during clearing relation table" << tableName << "for ID" << id;
Helper class for creating queries to count elements in a database.
Definition countquerybuilder.h:23
Helper class to construct arbitrary SQL queries.
Definition querybuilder.h:33
bool isOpen() const const
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
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.