qx::dao::detail::QxSqlGenerator_Standard : SQL generator to build standard SQL query
More...
#include <QxSqlGenerator_Standard.h>
|
| | QxSqlGenerator_Standard () |
| |
| virtual | ~QxSqlGenerator_Standard () |
| |
| virtual void | init () |
| |
| virtual QString | getAutoIncrement () const |
| |
| virtual QString | getWildCard () const |
| |
| virtual QString | getTableAliasSep () const |
| |
| 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 |
| |
| 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 |
| |
| | IxSqlGenerator () |
| |
| virtual | ~IxSqlGenerator () |
| |
qx::dao::detail::QxSqlGenerator_Standard : SQL generator to build standard SQL query
Definition at line 58 of file QxSqlGenerator_Standard.h.
◆ QxSqlGenerator_Standard()
| qx::dao::detail::QxSqlGenerator_Standard::QxSqlGenerator_Standard |
( |
| ) |
|
◆ ~QxSqlGenerator_Standard()
| virtual qx::dao::detail::QxSqlGenerator_Standard::~QxSqlGenerator_Standard |
( |
| ) |
|
|
virtual |
◆ checkSqlInsert()
| virtual void qx::dao::detail::QxSqlGenerator_Standard::checkSqlInsert |
( |
IxDao_Helper * | pDaoHelper, |
|
|
QString & | sql ) const |
|
virtual |
◆ formatSqlQuery()
| virtual void qx::dao::detail::QxSqlGenerator_Standard::formatSqlQuery |
( |
IxDao_Helper * | pDaoHelper, |
|
|
QString & | sql ) const |
|
virtual |
◆ getAutoIncrement()
| virtual QString qx::dao::detail::QxSqlGenerator_Standard::getAutoIncrement |
( |
| ) |
const |
|
virtual |
◆ getLimit()
| virtual QString qx::dao::detail::QxSqlGenerator_Standard::getLimit |
( |
const QxSqlLimit * | pLimit | ) |
const |
|
virtual |
◆ getTableAliasSep()
| virtual QString qx::dao::detail::QxSqlGenerator_Standard::getTableAliasSep |
( |
| ) |
const |
|
virtual |
◆ getWildCard()
| virtual QString qx::dao::detail::QxSqlGenerator_Standard::getWildCard |
( |
| ) |
const |
|
virtual |
◆ init()
| virtual void qx::dao::detail::QxSqlGenerator_Standard::init |
( |
| ) |
|
|
virtual |
◆ onAfterDelete()
| virtual void qx::dao::detail::QxSqlGenerator_Standard::onAfterDelete |
( |
IxDao_Helper * | pDaoHelper, |
|
|
void * | pOwner ) const |
|
virtual |
◆ onAfterInsert()
| virtual void qx::dao::detail::QxSqlGenerator_Standard::onAfterInsert |
( |
IxDao_Helper * | pDaoHelper, |
|
|
void * | pOwner ) const |
|
virtual |
◆ onAfterUpdate()
| virtual void qx::dao::detail::QxSqlGenerator_Standard::onAfterUpdate |
( |
IxDao_Helper * | pDaoHelper, |
|
|
void * | pOwner ) const |
|
virtual |
◆ onBeforeDelete()
| virtual void qx::dao::detail::QxSqlGenerator_Standard::onBeforeDelete |
( |
IxDao_Helper * | pDaoHelper, |
|
|
void * | pOwner ) const |
|
virtual |
◆ onBeforeInsert()
| virtual void qx::dao::detail::QxSqlGenerator_Standard::onBeforeInsert |
( |
IxDao_Helper * | pDaoHelper, |
|
|
void * | pOwner ) const |
|
virtual |
◆ onBeforeSqlPrepare()
| virtual void qx::dao::detail::QxSqlGenerator_Standard::onBeforeSqlPrepare |
( |
IxDao_Helper * | pDaoHelper, |
|
|
QString & | sql ) const |
|
virtual |
◆ onBeforeUpdate()
| virtual void qx::dao::detail::QxSqlGenerator_Standard::onBeforeUpdate |
( |
IxDao_Helper * | pDaoHelper, |
|
|
void * | pOwner ) const |
|
virtual |
◆ postProcess()
| virtual void qx::dao::detail::QxSqlGenerator_Standard::postProcess |
( |
QString & | sql, |
|
|
const QxSqlLimit * | pLimit ) const |
|
virtual |
◆ resolveLimit()
| virtual void qx::dao::detail::QxSqlGenerator_Standard::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: