qx::dao::detail::QxSqlGenerator_Oracle : SQL generator for Oracle database
More...
#include <QxSqlGenerator_Oracle.h>
List of all members.
Detailed Description
qx::dao::detail::QxSqlGenerator_Oracle : SQL generator for Oracle database
Definition at line 56 of file QxSqlGenerator_Oracle.h.
Constructor & Destructor Documentation
qx::dao::detail::QxSqlGenerator_Oracle::QxSqlGenerator_Oracle |
( |
| ) |
|
qx::dao::detail::QxSqlGenerator_Oracle::QxSqlGenerator_Oracle |
( |
bool |
bManageLastInsertId | ) |
|
virtual qx::dao::detail::QxSqlGenerator_Oracle::~QxSqlGenerator_Oracle |
( |
| ) |
[virtual] |
Member Function Documentation
virtual void qx::dao::detail::QxSqlGenerator_Oracle::checkSqlInsert |
( |
IxDao_Helper * |
pDaoHelper, |
|
|
QString & |
sql |
|
) |
| const [virtual] |
virtual QString qx::dao::detail::QxSqlGenerator_Oracle::getLimit |
( |
const QxSqlLimit * |
pLimit | ) |
const [virtual] |
bool qx::dao::detail::QxSqlGenerator_Oracle::getManageLastInsertId |
( |
| ) |
const |
bool qx::dao::detail::QxSqlGenerator_Oracle::getOldLimitSyntax |
( |
| ) |
const |
virtual QString qx::dao::detail::QxSqlGenerator_Oracle::getTableAliasSep |
( |
| ) |
const [virtual] |
void qx::dao::detail::QxSqlGenerator_Oracle::initSqlTypeByClassName |
( |
| ) |
const [private] |
virtual void qx::dao::detail::QxSqlGenerator_Oracle::onAfterInsert |
( |
IxDao_Helper * |
pDaoHelper, |
|
|
void * |
pOwner |
|
) |
| const [virtual] |
virtual void qx::dao::detail::QxSqlGenerator_Oracle::onBeforeInsert |
( |
IxDao_Helper * |
pDaoHelper, |
|
|
void * |
pOwner |
|
) |
| const [virtual] |
virtual void qx::dao::detail::QxSqlGenerator_Oracle::postProcess |
( |
QString & |
sql, |
|
|
const QxSqlLimit * |
pLimit |
|
) |
| const [virtual] |
virtual void qx::dao::detail::QxSqlGenerator_Oracle::resolveLimit |
( |
QSqlQuery & |
query, |
|
|
const QxSqlLimit * |
pLimit |
|
) |
| const [virtual] |
void qx::dao::detail::QxSqlGenerator_Oracle::setManageLastInsertId |
( |
bool |
b | ) |
|
void qx::dao::detail::QxSqlGenerator_Oracle::setOldLimitSyntax |
( |
bool |
b | ) |
|
Member Data Documentation
Manage last insert id using RETURNING INTO syntax (thx to Romain Macureau and Abdennour Boutrig)
Definition at line 62 of file QxSqlGenerator_Oracle.h.
The documentation for this class was generated from the following file: