![]() |
LeechCraft 0.6.70-14794-g33744ae6ce
Modular cross-platform feature rich live environment.
|
#include "oral.h"
Inheritance diagram for LC::Util::oral::detail::SelectWrapperCommon:Protected Member Functions | |
| SelectWrapperCommon (const QSqlDatabase &db, const QString &limitNone) | |
| auto | RunQuery (const QString &fields, const QString &from, QString where, std::function< void(QSqlQuery &)> &&binder, const QString &orderStr, const QString &groupStr, const QString &limitOffsetStr) const |
| QString | HandleLimitOffset (LimitNone, OffsetNone) const noexcept |
| QString | HandleLimitOffset (Limit limit, OffsetNone) const noexcept |
| template<typename L > | |
| QString | HandleLimitOffset (L limit, Offset offset) const noexcept |
Protected Attributes | |
| const QSqlDatabase | DB_ |
| const QString | LimitNone_ |
|
inlineprotected |
|
inlineprotectednoexcept |
Definition at line 1178 of file oral.h.
References LC::Util::Filter(), and LimitNone_.
Here is the call graph for this function:
|
inlineprotectednoexcept |
Definition at line 1172 of file oral.h.
References LC::Util::Filter().
Here is the call graph for this function:
|
inlineprotectednoexcept |
|
inlineprotected |
Definition at line 1137 of file oral.h.
References DB_, LC::Util::DBLock::DumpError(), and LC::Util::Filter().
Here is the call graph for this function:
|
protected |
Definition at line 1128 of file oral.h.
Referenced by RunQuery().
Definition at line 1129 of file oral.h.
Referenced by HandleLimitOffset().