32#ifndef _QX_SQL_GENERATOR_MSSQLSERVER_H_
33#define _QX_SQL_GENERATOR_MSSQLSERVER_H_
SQL generator to build standard SQL query.
qx::QxCollection<Key, Value> : QxOrm thread-safe container (keep insertion order + quick access by in...
virtual void resolveLimit(QSqlQuery &query, const QxSqlLimit *pLimit, qx::QxCollection< QString, QVariantList > *pLstExecBatch=NULL) const
virtual ~QxSqlGenerator_MSSQLServer()
virtual void postProcess(QString &sql, const QxSqlLimit *pLimit) const
QxSqlGenerator_MSSQLServer()
virtual QString getLimit(const QxSqlLimit *pLimit) const
void initSqlTypeByClassName() const
QxSqlGenerator_Standard()
qx::dao::detail::QxSqlLimit : SQL element to limit rows count fetched from database
Internal helper tools for qx::dao namespace.
std::shared_ptr< QxSqlGenerator_MSSQLServer > QxSqlGenerator_MSSQLServer_ptr
Database communication used by persistence engine (ORM - Object Relational Mapping)
Root namespace for all QxOrm library features.