QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches
qx::QxSession Member List

This is the complete list of members for qx::QxSession, including all inherited members.

allErrors() constqx::QxSession
callQuery(qx::QxSqlQuery &query)qx::QxSessioninline
checkIgnoreSoftDelete(const QString &classKey) constqx::QxSession
close()qx::QxSession
commit()qx::QxSession
count(const qx::QxSqlQuery &query=qx::QxSqlQuery())qx::QxSessioninline
count(long &lCount, const qx::QxSqlQuery &query=qx::QxSqlQuery())qx::QxSessioninline
database() constqx::QxSession
database()qx::QxSession
deleteAll()qx::QxSessioninline
deleteById(const QVariant &id)qx::QxSessioninline
deleteById(T &t, bool bUseExecBatch=false)qx::QxSessioninline
deleteByQuery(const qx::QxSqlQuery &query)qx::QxSessioninline
destroyAll()qx::QxSessioninline
destroyById(const QVariant &id)qx::QxSessioninline
destroyById(T &t, bool bUseExecBatch=false)qx::QxSessioninline
destroyByQuery(const qx::QxSqlQuery &query)qx::QxSessioninline
executeQuery(qx::QxSqlQuery &query, T &t)qx::QxSessioninline
exist(T &t)qx::QxSessioninline
fetchAll(T &t, const QStringList &columns=QStringList(), const QStringList &relation=QStringList())qx::QxSessioninline
fetchById(const QVariant &id, const QStringList &columns=QStringList(), const QStringList &relation=QStringList())qx::QxSessioninline
fetchById(T &t, const QStringList &columns=QStringList(), const QStringList &relation=QStringList())qx::QxSessioninline
fetchByQuery(const qx::QxSqlQuery &query, T &t, const QStringList &columns=QStringList(), const QStringList &relation=QStringList())qx::QxSessioninline
firstError() constqx::QxSession
getActiveSession(QSqlDatabase *db)qx::QxSessionstatic
getIgnoreSoftDeleteHash() constqx::QxSession
ignoreSoftDelete(bool bIgnoreSoftDelete=true, const QStringList &classesToIgnore=QStringList())qx::QxSession
insert(T &t, const QStringList &relation=QStringList(), bool bUseExecBatch=false)qx::QxSessioninline
isAutoRollbackWhenDestroyed() constqx::QxSession
isOpened() constqx::QxSession
isThrowable() constqx::QxSession
isValid() constqx::QxSession
lastError() constqx::QxSession
m_pImplqx::QxSessionprivate
open()qx::QxSession
operator+=(const QSqlError &err)qx::QxSession
operator=(const QxSession &other)qx::QxSessioninlineprivate
QxSession()qx::QxSession
QxSession(const QSqlDatabase &database)qx::QxSession
QxSession(const QSqlDatabase &database, bool bOpenTransaction)qx::QxSession
QxSession(const QSqlDatabase &database, bool bOpenTransaction, bool bThrowable, bool bAutoRollbackWhenDestroyed=false)qx::QxSession
QxSession(const QxSession &other)qx::QxSessioninlineprivate
rollback()qx::QxSession
save(T &t, const QStringList &relation=QStringList())qx::QxSessioninline
setAutoRollbackWhenDestroyed(bool b)qx::QxSession
update(T &t, const qx::QxSqlQuery &query=qx::QxSqlQuery(), const QStringList &columns=QStringList(), const QStringList &relation=QStringList(), bool bUseExecBatch=false)qx::QxSessioninline
~QxSession()qx::QxSessionvirtual