qx::dao::detail::QxSqlSort : SQL element to sort or to group list of elements fetched from database (ORDER BY, GROUP BY)
More...
#include <QxSqlSort.h>
|
enum | type { _order_asc
, _order_desc
, _group_by
} |
|
enum | type_class {
_no_type
, _sql_compare
, _sql_element_temp
, _sql_expression
,
_sql_free_text
, _sql_in
, _sql_is_between
, _sql_is_null
,
_sql_limit
, _sql_sort
, _sql_embed_query
} |
|
qx::dao::detail::QxSqlSort : SQL element to sort or to group list of elements fetched from database (ORDER BY, GROUP BY)
Definition at line 56 of file QxSqlSort.h.
◆ type
Enumerator |
---|
_order_asc | |
_order_desc | |
_group_by | |
Definition at line 61 of file QxSqlSort.h.
◆ QxSqlSort() [1/2]
qx::dao::detail::QxSqlSort::QxSqlSort |
( |
| ) |
|
◆ QxSqlSort() [2/2]
◆ ~QxSqlSort()
virtual qx::dao::detail::QxSqlSort::~QxSqlSort |
( |
| ) |
|
|
virtual |
◆ getExtraSettings()
virtual QString qx::dao::detail::QxSqlSort::getExtraSettings |
( |
| ) |
const |
|
protectedvirtual |
◆ getTypeClass()
◆ postProcess()
virtual void qx::dao::detail::QxSqlSort::postProcess |
( |
QString & | sql | ) |
const |
|
virtual |
◆ resolve()
virtual void qx::dao::detail::QxSqlSort::resolve |
( |
QSqlQuery & | query, |
|
|
qx::QxCollection< QString, QVariantList > * | pLstExecBatch = NULL ) const |
|
virtual |
◆ setExtraSettings()
virtual void qx::dao::detail::QxSqlSort::setExtraSettings |
( |
const QString & | s | ) |
|
|
protectedvirtual |
◆ toString()
virtual QString qx::dao::detail::QxSqlSort::toString |
( |
| ) |
const |
|
virtual |
◆ m_type
The documentation for this class was generated from the following file:
- C:/M/B/src/QxOrm-1.4.9/include/QxDao/QxSqlElement/QxSqlSort.h