![]() |
Qt 6.x
The Qt SDK
|
#include <qsqlquerymodel_p.h>
Static Public Member Functions | |
static const QLatin1StringView | as () |
static const QLatin1StringView | asc () |
static const QLatin1StringView | comma () |
static const QLatin1StringView | desc () |
static const QLatin1StringView | eq () |
static const QLatin1StringView | et () |
static const QLatin1StringView | from () |
static const QLatin1StringView | leftJoin () |
static const QLatin1StringView | on () |
static const QLatin1StringView | orderBy () |
static const QLatin1StringView | parenClose () |
static const QLatin1StringView | parenOpen () |
static const QLatin1StringView | select () |
static const QLatin1StringView | sp () |
static const QLatin1StringView | where () |
static const QString | as (const QString &a, const QString &b) |
static const QString | asc (const QString &s) |
static const QString | comma (const QString &a, const QString &b) |
static const QString | concat (const QString &a, const QString &b) |
static const QString | desc (const QString &s) |
static const QString | eq (const QString &a, const QString &b) |
static const QString | et (const QString &a, const QString &b) |
static const QString | from (const QString &s) |
static const QString | leftJoin (const QString &s) |
static const QString | on (const QString &s) |
static const QString | orderBy (const QString &s) |
static const QString | paren (const QString &s) |
static const QString | select (const QString &s) |
static const QString | where (const QString &s) |
Definition at line 53 of file qsqlquerymodel_p.h.
|
inlinestatic |
Definition at line 57 of file qsqlquerymodel_p.h.
Referenced by QSqlRelationalTableModel::selectStatement().
Definition at line 75 of file qsqlquerymodel_p.h.
References as(), concat(), and QString::isEmpty().
Referenced by as().
|
inlinestatic |
Definition at line 58 of file qsqlquerymodel_p.h.
Referenced by QSqlTableModel::orderByClause(), and QSqlRelationalTableModel::orderByClause().
Definition at line 76 of file qsqlquerymodel_p.h.
References asc(), and concat().
Referenced by asc().
|
inlinestatic |
Definition at line 59 of file qsqlquerymodel_p.h.
Referenced by QSqlRelationalTableModel::selectStatement().
Definition at line 77 of file qsqlquerymodel_p.h.
References QString::append(), comma(), and QString::isEmpty().
Referenced by comma().
|
inlinestatic |
Definition at line 78 of file qsqlquerymodel_p.h.
References QString::append(), QString::isEmpty(), and sp().
Referenced by as(), asc(), QSqlTableModel::deleteRowFromTable(), desc(), et(), from(), leftJoin(), on(), orderBy(), select(), QSqlTableModel::selectStatement(), QSqlRelationalTableModel::selectStatement(), QSqlTableModel::updateRowInTable(), and where().
|
inlinestatic |
Definition at line 60 of file qsqlquerymodel_p.h.
Referenced by QSqlTableModel::orderByClause(), and QSqlRelationalTableModel::orderByClause().
Definition at line 79 of file qsqlquerymodel_p.h.
References concat(), and desc().
Referenced by desc().
|
inlinestatic |
Definition at line 61 of file qsqlquerymodel_p.h.
Referenced by QSqlRelationalTableModel::selectStatement().
Definition at line 80 of file qsqlquerymodel_p.h.
References QString::append(), and eq().
Referenced by eq().
|
inlinestatic |
Definition at line 63 of file qsqlquerymodel_p.h.
Referenced by QSqlRelationalTableModel::selectStatement().
Definition at line 81 of file qsqlquerymodel_p.h.
References concat(), et(), and QString::isEmpty().
Referenced by et().
|
inlinestatic |
Definition at line 64 of file qsqlquerymodel_p.h.
Referenced by QSqlRelationalTableModel::selectStatement().
Definition at line 82 of file qsqlquerymodel_p.h.
References concat(), and from().
Referenced by from().
|
inlinestatic |
Definition at line 65 of file qsqlquerymodel_p.h.
Referenced by QSqlRelationalTableModel::selectStatement().
Definition at line 83 of file qsqlquerymodel_p.h.
References concat(), and leftJoin().
Referenced by leftJoin().
|
inlinestatic |
Definition at line 66 of file qsqlquerymodel_p.h.
Referenced by QSqlRelationalTableModel::selectStatement().
Definition at line 84 of file qsqlquerymodel_p.h.
References concat(), and on().
Referenced by on().
|
inlinestatic |
Definition at line 67 of file qsqlquerymodel_p.h.
Referenced by QSqlTableModel::orderByClause(), and QSqlRelationalTableModel::orderByClause().
Definition at line 85 of file qsqlquerymodel_p.h.
References concat(), QString::isEmpty(), and orderBy().
Referenced by orderBy().
Definition at line 86 of file qsqlquerymodel_p.h.
References QString::isEmpty(), parenClose(), and parenOpen().
Referenced by QSqlRelationalTableModel::selectStatement().
|
inlinestatic |
Definition at line 68 of file qsqlquerymodel_p.h.
Referenced by paren().
|
inlinestatic |
Definition at line 69 of file qsqlquerymodel_p.h.
Referenced by paren().
|
inlinestatic |
Definition at line 70 of file qsqlquerymodel_p.h.
Referenced by QSqlRelationalTableModel::selectStatement().
Definition at line 87 of file qsqlquerymodel_p.h.
References concat(), and select().
Referenced by select().
|
inlinestatic |
Definition at line 71 of file qsqlquerymodel_p.h.
Referenced by concat(), and QSqlTableModel::selectRow().
|
inlinestatic |
Definition at line 72 of file qsqlquerymodel_p.h.
Referenced by QSqlTableModel::selectRow(), QSqlTableModel::selectStatement(), and QSqlRelationalTableModel::selectStatement().
Definition at line 88 of file qsqlquerymodel_p.h.
References concat(), QString::isEmpty(), and where().
Referenced by where().