qx::dao::detail::QxSqlGenerator_PostgreSQL : SQL generator for PostgreSQL database
More...
#include <QxSqlGenerator_PostgreSQL.h>
|
| QxSqlGenerator_PostgreSQL () |
|
virtual | ~QxSqlGenerator_PostgreSQL () |
|
virtual void | checkSqlInsert (IxDao_Helper *pDaoHelper, QString &sql) const |
|
virtual void | onAfterInsert (IxDao_Helper *pDaoHelper, void *pOwner) const |
|
Public Member Functions inherited from qx::dao::detail::QxSqlGenerator_Standard |
| 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 | 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 | onBeforeSqlPrepare (IxDao_Helper *pDaoHelper, QString &sql) const |
|
virtual void | formatSqlQuery (IxDao_Helper *pDaoHelper, QString &sql) const |
|
| IxSqlGenerator () |
|
virtual | ~IxSqlGenerator () |
|
◆ QxSqlGenerator_PostgreSQL()
qx::dao::detail::QxSqlGenerator_PostgreSQL::QxSqlGenerator_PostgreSQL |
( |
| ) |
|
◆ ~QxSqlGenerator_PostgreSQL()
virtual qx::dao::detail::QxSqlGenerator_PostgreSQL::~QxSqlGenerator_PostgreSQL |
( |
| ) |
|
|
virtual |
◆ checkSqlInsert()
virtual void qx::dao::detail::QxSqlGenerator_PostgreSQL::checkSqlInsert |
( |
IxDao_Helper * | pDaoHelper, |
|
|
QString & | sql ) const |
|
virtual |
◆ initSqlTypeByClassName()
void qx::dao::detail::QxSqlGenerator_PostgreSQL::initSqlTypeByClassName |
( |
| ) |
const |
|
private |
◆ onAfterInsert()
virtual void qx::dao::detail::QxSqlGenerator_PostgreSQL::onAfterInsert |
( |
IxDao_Helper * | pDaoHelper, |
|
|
void * | pOwner ) const |
|
virtual |
The documentation for this class was generated from the following file: