![]() |
QxOrm
1.4.5
C++ Object Relational Mapping library
|
qx::dao::detail::QxSqlGenerator_Oracle : SQL generator for Oracle database More...
#include <QxSqlGenerator_Oracle.h>
Public Member Functions | |
| QxSqlGenerator_Oracle () | |
| virtual | ~QxSqlGenerator_Oracle () |
| virtual QString | getTableAliasSep () const |
| virtual QString | getLimit (const QxSqlLimit *pLimit) const |
| virtual void | resolveLimit (QSqlQuery &query, const QxSqlLimit *pLimit) const |
| virtual void | postProcess (QString &sql, const QxSqlLimit *pLimit) const |
| bool | getOldLimitSyntax () const |
| void | setOldLimitSyntax (bool b) |
Protected Attributes | |
| bool | m_bOldLimitSyntax |
| Use old limit syntax (for Oracle version < 12.1), more details here : https://stackoverflow.com/questions/470542/how-do-i-limit-the-number-of-rows-returned-by-an-oracle-query-after-ordering. | |
Private Member Functions | |
| void | initSqlTypeByClassName () const |
qx::dao::detail::QxSqlGenerator_Oracle : SQL generator for Oracle database
Definition at line 56 of file QxSqlGenerator_Oracle.h.
| qx::dao::detail::QxSqlGenerator_Oracle::QxSqlGenerator_Oracle | ( | ) |
| virtual qx::dao::detail::QxSqlGenerator_Oracle::~QxSqlGenerator_Oracle | ( | ) | [virtual] |
| virtual QString qx::dao::detail::QxSqlGenerator_Oracle::getLimit | ( | const QxSqlLimit * | pLimit | ) | const [virtual] |
Reimplemented from qx::dao::detail::QxSqlGenerator_Standard.
| bool qx::dao::detail::QxSqlGenerator_Oracle::getOldLimitSyntax | ( | ) | const |
| virtual QString qx::dao::detail::QxSqlGenerator_Oracle::getTableAliasSep | ( | ) | const [virtual] |
Reimplemented from qx::dao::detail::QxSqlGenerator_Standard.
| void qx::dao::detail::QxSqlGenerator_Oracle::initSqlTypeByClassName | ( | ) | const [private] |
| virtual void qx::dao::detail::QxSqlGenerator_Oracle::postProcess | ( | QString & | sql, |
| const QxSqlLimit * | pLimit | ||
| ) | const [virtual] |
Reimplemented from qx::dao::detail::QxSqlGenerator_Standard.
| virtual void qx::dao::detail::QxSqlGenerator_Oracle::resolveLimit | ( | QSqlQuery & | query, |
| const QxSqlLimit * | pLimit | ||
| ) | const [virtual] |
Reimplemented from qx::dao::detail::QxSqlGenerator_Standard.
| void qx::dao::detail::QxSqlGenerator_Oracle::setOldLimitSyntax | ( | bool | b | ) |
bool qx::dao::detail::QxSqlGenerator_Oracle::m_bOldLimitSyntax [protected] |
Use old limit syntax (for Oracle version < 12.1), more details here : https://stackoverflow.com/questions/470542/how-do-i-limit-the-number-of-rows-returned-by-an-oracle-query-after-ordering.
Definition at line 61 of file QxSqlGenerator_Oracle.h.