32#ifndef _QX_SQL_EXPRESSION_H_
33#define _QX_SQL_EXPRESSION_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...
virtual QString toString() const
virtual IxSqlElement::type_class getTypeClass() const
virtual void setExtraSettings(const QString &s)
virtual void resolve(QSqlQuery &query, qx::QxCollection< QString, QVariantList > *pLstExecBatch=NULL) const
QxSqlExpression::type m_type
virtual QString getExtraSettings() const
virtual ~QxSqlExpression()
virtual void postProcess(QString &sql) const
QxSqlExpression(int index, QxSqlExpression::type t)
Internal helper tools for qx::dao namespace.
std::shared_ptr< QxSqlExpression > QxSqlExpression_ptr
Database communication used by persistence engine (ORM - Object Relational Mapping)
Root namespace for all QxOrm library features.