QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

qx::dao::detail::QxSqlGenerator_MSSQLServer : SQL generator for Microsoft SQL Server database More...

#include <QxSqlGenerator_MSSQLServer.h>

Inheritance diagram for qx::dao::detail::QxSqlGenerator_MSSQLServer:
qx::dao::detail::QxSqlGenerator_Standard qx::dao::detail::IxSqlGenerator

Public Member Functions

 QxSqlGenerator_MSSQLServer ()
 
virtual ~QxSqlGenerator_MSSQLServer ()
 
virtual void init ()
 
virtual QString getLimit (const QxSqlLimit *pLimit) const
 
virtual void resolveLimit (QSqlQuery &query, const QxSqlLimit *pLimit, qx::QxCollection< QString, QVariantList > *pLstExecBatch=NULL) const
 
virtual void postProcess (QString &sql, const QxSqlLimit *pLimit) const
 
- Public Member Functions inherited from qx::dao::detail::QxSqlGenerator_Standard
 QxSqlGenerator_Standard ()
 
virtual ~QxSqlGenerator_Standard ()
 
virtual QString getAutoIncrement () const
 
virtual QString getWildCard () const
 
virtual QString getTableAliasSep () const
 
virtual void onBeforeInsert (IxDao_Helper *pDaoHelper, void *pOwner) const
 
virtual void onAfterInsert (IxDao_Helper *pDaoHelper, void *pOwner) const
 
virtual void onBeforeUpdate (IxDao_Helper *pDaoHelper, void *pOwner) const
 
virtual void onAfterUpdate (IxDao_Helper *pDaoHelper, void *pOwner) const
 
virtual void onBeforeDelete (IxDao_Helper *pDaoHelper, void *pOwner) const
 
virtual void onAfterDelete (IxDao_Helper *pDaoHelper, void *pOwner) const
 
virtual void checkSqlInsert (IxDao_Helper *pDaoHelper, QString &sql) const
 
virtual void onBeforeSqlPrepare (IxDao_Helper *pDaoHelper, QString &sql) const
 
virtual void formatSqlQuery (IxDao_Helper *pDaoHelper, QString &sql) const
 
- Public Member Functions inherited from qx::dao::detail::IxSqlGenerator
 IxSqlGenerator ()
 
virtual ~IxSqlGenerator ()
 

Private Member Functions

void initSqlTypeByClassName () const
 

Detailed Description

qx::dao::detail::QxSqlGenerator_MSSQLServer : SQL generator for Microsoft SQL Server database

Definition at line 56 of file QxSqlGenerator_MSSQLServer.h.

Constructor & Destructor Documentation

◆ QxSqlGenerator_MSSQLServer()

qx::dao::detail::QxSqlGenerator_MSSQLServer::QxSqlGenerator_MSSQLServer ( )

◆ ~QxSqlGenerator_MSSQLServer()

virtual qx::dao::detail::QxSqlGenerator_MSSQLServer::~QxSqlGenerator_MSSQLServer ( )
virtual

Member Function Documentation

◆ getLimit()

virtual QString qx::dao::detail::QxSqlGenerator_MSSQLServer::getLimit ( const QxSqlLimit * pLimit) const
virtual

◆ init()

virtual void qx::dao::detail::QxSqlGenerator_MSSQLServer::init ( )
virtual

◆ initSqlTypeByClassName()

void qx::dao::detail::QxSqlGenerator_MSSQLServer::initSqlTypeByClassName ( ) const
private

◆ postProcess()

virtual void qx::dao::detail::QxSqlGenerator_MSSQLServer::postProcess ( QString & sql,
const QxSqlLimit * pLimit ) const
virtual

◆ resolveLimit()

virtual void qx::dao::detail::QxSqlGenerator_MSSQLServer::resolveLimit ( QSqlQuery & query,
const QxSqlLimit * pLimit,
qx::QxCollection< QString, QVariantList > * pLstExecBatch = NULL ) const
virtual

The documentation for this class was generated from the following file: