qx::dao::detail::IxDao_Helper : helper class to communicate with database
More...
#include <IxDao_Helper.h>
List of all members.
Detailed Description
qx::dao::detail::IxDao_Helper : helper class to communicate with database
Definition at line 83 of file IxDao_Helper.h.
Constructor & Destructor Documentation
virtual qx::dao::detail::IxDao_Helper::~IxDao_Helper |
( |
| ) |
[protected, virtual] |
Member Function Documentation
void qx::dao::detail::IxDao_Helper::addQuery |
( |
const qx::QxSqlQuery & |
query, |
|
|
bool |
bResolve |
|
) |
| |
QSqlDatabase& qx::dao::detail::IxDao_Helper::database |
( |
| ) |
|
const QSqlDatabase& qx::dao::detail::IxDao_Helper::database |
( |
| ) |
const |
void qx::dao::detail::IxDao_Helper::dumpBoundValues |
( |
| ) |
const [protected] |
void qx::dao::detail::IxDao_Helper::dumpRecord |
( |
| ) |
const |
QSqlError qx::dao::detail::IxDao_Helper::errEmpty |
( |
| ) |
|
QSqlError qx::dao::detail::IxDao_Helper::errFailed |
( |
bool |
bPrepare = false | ) |
|
QSqlError qx::dao::detail::IxDao_Helper::errInvalidId |
( |
| ) |
|
QSqlError qx::dao::detail::IxDao_Helper::errInvalidRelation |
( |
| ) |
|
QSqlError qx::dao::detail::IxDao_Helper::errNoData |
( |
| ) |
|
QSqlError& qx::dao::detail::IxDao_Helper::error |
( |
| ) |
|
const QSqlError& qx::dao::detail::IxDao_Helper::error |
( |
| ) |
const |
QSqlError qx::dao::detail::IxDao_Helper::errReadOnly |
( |
| ) |
|
bool qx::dao::detail::IxDao_Helper::exec |
( |
| ) |
|
bool qx::dao::detail::IxDao_Helper::getAddAutoIncrementIdToUpdateQuery |
( |
| ) |
const |
bool qx::dao::detail::IxDao_Helper::getCartesianProduct |
( |
| ) |
const |
long qx::dao::detail::IxDao_Helper::getDataCount |
( |
| ) |
const |
QStringList qx::dao::detail::IxDao_Helper::getSqlColumns |
( |
| ) |
const |
IxSqlGenerator* qx::dao::detail::IxDao_Helper::getSqlGenerator |
( |
| ) |
const |
bool qx::dao::detail::IxDao_Helper::hasFeature |
( |
QSqlDriver::DriverFeature |
ft | ) |
const |
void qx::dao::detail::IxDao_Helper::init |
( |
QSqlDatabase * |
pDatabase, |
|
|
const QString & |
sContext |
|
) |
| [protected] |
bool qx::dao::detail::IxDao_Helper::isMongoDB |
( |
| ) |
const |
bool qx::dao::detail::IxDao_Helper::isReadOnly |
( |
| ) |
const |
bool qx::dao::detail::IxDao_Helper::isValid |
( |
| ) |
const |
template<class U >
bool qx::dao::detail::IxDao_Helper::isValidPrimaryKey |
( |
const U & |
u | ) |
[inline] |
QStringList& qx::dao::detail::IxDao_Helper::itemsAsJson |
( |
| ) |
|
bool qx::dao::detail::IxDao_Helper::nextRecord |
( |
| ) |
|
bool qx::dao::detail::IxDao_Helper::prepare |
( |
QString & |
sql | ) |
|
QSqlQuery& qx::dao::detail::IxDao_Helper::query |
( |
| ) |
|
const QSqlQuery& qx::dao::detail::IxDao_Helper::query |
( |
| ) |
const |
void qx::dao::detail::IxDao_Helper::quiet |
( |
| ) |
|
const qx::QxSqlQuery& qx::dao::detail::IxDao_Helper::qxQuery |
( |
| ) |
const |
void qx::dao::detail::IxDao_Helper::setSqlColumns |
( |
const QStringList & |
lst | ) |
|
void qx::dao::detail::IxDao_Helper::setTimeDatabase |
( |
int |
ms | ) |
|
QString qx::dao::detail::IxDao_Helper::sql |
( |
| ) |
const |
void qx::dao::detail::IxDao_Helper::terminate |
( |
| ) |
[protected] |
bool qx::dao::detail::IxDao_Helper::transaction |
( |
| ) |
|
QSqlError qx::dao::detail::IxDao_Helper::updateError |
( |
const QSqlError & |
error | ) |
|
QSqlError qx::dao::detail::IxDao_Helper::updateError |
( |
const QString & |
sError | ) |
[protected] |
template<class U >
void qx::dao::detail::IxDao_Helper::updateLastInsertId |
( |
U & |
u | ) |
[inline] |
bool qx::dao::detail::IxDao_Helper::updateSqlRelationX |
( |
const QStringList & |
relation | ) |
|
template<class U >
bool qx::dao::detail::IxDao_Helper::validateInstance |
( |
U & |
u | ) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: