qx::dao::detail::IxSqlGenerator : common interface for all SQL generators to build SQL query specific for each database
More...
#include <IxSqlGenerator.h>
List of all members.
Detailed Description
qx::dao::detail::IxSqlGenerator : common interface for all SQL generators to build SQL query specific for each database
Definition at line 61 of file IxSqlGenerator.h.
Constructor & Destructor Documentation
| qx::dao::detail::IxSqlGenerator::IxSqlGenerator |
( |
| ) |
|
| virtual qx::dao::detail::IxSqlGenerator::~IxSqlGenerator |
( |
| ) |
[virtual] |
Member Function Documentation
| virtual QString qx::dao::detail::IxSqlGenerator::getAutoIncrement |
( |
| ) |
const [pure virtual] |
| virtual QString qx::dao::detail::IxSqlGenerator::getLimit |
( |
const QxSqlLimit * |
pLimit | ) |
const [pure virtual] |
| virtual QString qx::dao::detail::IxSqlGenerator::getWildCard |
( |
| ) |
const [pure virtual] |
| virtual void qx::dao::detail::IxSqlGenerator::postProcess |
( |
QString & |
sql, |
|
|
const QxSqlLimit * |
pLimit |
|
) |
| const [pure virtual] |
| virtual void qx::dao::detail::IxSqlGenerator::resolveLimit |
( |
QSqlQuery & |
query, |
|
|
const QxSqlLimit * |
pLimit |
|
) |
| const [pure virtual] |
The documentation for this class was generated from the following file: