32#ifndef _QX_SQL_IS_NULL_H_
33#define _QX_SQL_IS_NULL_H_
61 enum type { _is_null, _is_not_null };
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::QxSqlIsNull : SQL element to verify if a value is null or not null (IS NULL,...
virtual void setExtraSettings(const QString &s)
virtual IxSqlElement::type_class getTypeClass() const
virtual void postProcess(QString &sql) const
virtual QString toString() const
virtual QString getExtraSettings() const
QxSqlIsNull(int index, QxSqlIsNull::type t)
virtual void resolve(QSqlQuery &query, qx::QxCollection< QString, QVariantList > *pLstExecBatch=NULL) const
std::shared_ptr< QxSqlIsNull > QxSqlIsNull_ptr
Root namespace for all QxOrm library features.