qx::dao::detail::IxSqlElement : common interface for all SQL elements to build SQL query
More...
#include <IxSqlElement.h>
List of all members.
Detailed Description
qx::dao::detail::IxSqlElement : common interface for all SQL elements to build SQL query
Definition at line 52 of file IxSqlElement.h.
Constructor & Destructor Documentation
qx::dao::detail::IxSqlElement::IxSqlElement |
( |
int |
index | ) |
|
virtual qx::dao::detail::IxSqlElement::~IxSqlElement |
( |
| ) |
[virtual] |
Member Function Documentation
virtual void qx::dao::detail::IxSqlElement::clone |
( |
IxSqlElement * |
other | ) |
[virtual] |
virtual void qx::dao::detail::IxSqlElement::postProcess |
( |
QString & |
sql | ) |
const [pure virtual] |
virtual void qx::dao::detail::IxSqlElement::resolve |
( |
QSqlQuery & |
query | ) |
const [pure virtual] |
void qx::dao::detail::IxSqlElement::setColumn |
( |
const QString & |
column | ) |
|
void qx::dao::detail::IxSqlElement::setColumns |
( |
const QStringList & |
columns | ) |
|
void qx::dao::detail::IxSqlElement::setValue |
( |
const QVariant & |
val | ) |
|
void qx::dao::detail::IxSqlElement::setValues |
( |
const QVariantList & |
values | ) |
|
virtual QString qx::dao::detail::IxSqlElement::toString |
( |
| ) |
const [pure virtual] |
void qx::dao::detail::IxSqlElement::updateKeys |
( |
| ) |
[protected] |
Member Data Documentation
Index of SQL element to build unique string.
Definition at line 57 of file IxSqlElement.h.
List of columns associated to SQL element.
Definition at line 58 of file IxSqlElement.h.
List of keys associated to SQL element.
Definition at line 59 of file IxSqlElement.h.
List of values associated to SQL element.
Definition at line 60 of file IxSqlElement.h.
SQL generator to build SQL query specific for each database.
Definition at line 61 of file IxSqlElement.h.
The documentation for this class was generated from the following file: