qx::dao::detail::QxSqlGenerator_SQLite : SQL generator for SQLite database
More...
#include <QxSqlGenerator_SQLite.h>
|
| QxSqlGenerator_SQLite () |
|
virtual | ~QxSqlGenerator_SQLite () |
|
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 | 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_SQLite : SQL generator for SQLite database
Definition at line 56 of file QxSqlGenerator_SQLite.h.
◆ QxSqlGenerator_SQLite()
qx::dao::detail::QxSqlGenerator_SQLite::QxSqlGenerator_SQLite |
( |
| ) |
|
◆ ~QxSqlGenerator_SQLite()
virtual qx::dao::detail::QxSqlGenerator_SQLite::~QxSqlGenerator_SQLite |
( |
| ) |
|
|
virtual |
◆ initSqlTypeByClassName()
void qx::dao::detail::QxSqlGenerator_SQLite::initSqlTypeByClassName |
( |
| ) |
const |
|
private |
The documentation for this class was generated from the following file: