qx::dao::detail::QxSqlIsBetween : SQL element to verify if a value is included into 2 other values
More...
#include <QxSqlIsBetween.h>
|
enum | type { _is_between
, _is_not_between
} |
|
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::QxSqlIsBetween : SQL element to verify if a value is included into 2 other values
Definition at line 56 of file QxSqlIsBetween.h.
◆ type
◆ QxSqlIsBetween() [1/2]
qx::dao::detail::QxSqlIsBetween::QxSqlIsBetween |
( |
| ) |
|
◆ QxSqlIsBetween() [2/2]
◆ ~QxSqlIsBetween()
virtual qx::dao::detail::QxSqlIsBetween::~QxSqlIsBetween |
( |
| ) |
|
|
virtual |
◆ getExtraSettings()
virtual QString qx::dao::detail::QxSqlIsBetween::getExtraSettings |
( |
| ) |
const |
|
protectedvirtual |
◆ getTypeClass()
◆ postProcess()
virtual void qx::dao::detail::QxSqlIsBetween::postProcess |
( |
QString & | sql | ) |
const |
|
virtual |
◆ resolve()
virtual void qx::dao::detail::QxSqlIsBetween::resolve |
( |
QSqlQuery & | query, |
|
|
qx::QxCollection< QString, QVariantList > * | pLstExecBatch = NULL ) const |
|
virtual |
◆ setExtraSettings()
virtual void qx::dao::detail::QxSqlIsBetween::setExtraSettings |
( |
const QString & | s | ) |
|
|
protectedvirtual |
◆ toString()
virtual QString qx::dao::detail::QxSqlIsBetween::toString |
( |
| ) |
const |
|
virtual |
◆ m_type
The documentation for this class was generated from the following file: