32#ifndef _QX_SQL_LIMIT_H_
33#define _QX_SQL_LIMIT_H_
Common interface for all SQL elements to build SQL query.
qx::QxCollection<Key, Value> : QxOrm thread-safe container (keep insertion order + quick access by in...
qx::dao::detail::IxSqlElement : common interface for all SQL elements to build SQL query
qx::dao::detail::QxSqlLimit : SQL element to limit rows count fetched from database
QString getRowsCount_ParamKey() const
virtual void resolve(QSqlQuery &query, qx::QxCollection< QString, QVariantList > *pLstExecBatch=NULL) const
QString getMaxRow_ParamKey() const
virtual QString toString() const
virtual QString getExtraSettings() const
virtual IxSqlElement::type_class getTypeClass() const
virtual void postProcess(QString &sql) const
QString getStartRow_ParamKey() const
virtual void setExtraSettings(const QString &s)
std::shared_ptr< QxSqlLimit > QxSqlLimit_ptr
Root namespace for all QxOrm library features.