EasyQtSql
Easy SQL data access helper for QtSql
|
This is the complete list of members for UpdateQuery, including all inherited members.
exec() | UpdateQuery | inline |
set(const QString &field, const QVariant &value) | UpdateQuery | inline |
set(const QVariantMap &map) | UpdateQuery | inline |
UpdateQuery(const QString &table, const QSqlDatabase &db) | UpdateQuery | inline |
where(const QString &expr) | UpdateQuery | inline |
where(const QString &expr, const QVariant &last) | UpdateQuery | inline |
where(const QString &expr, const QVariant &first, const Rest &... rest) | UpdateQuery | inline |