QxOrm
1.5.0
C++ Object Relational Mapping library
|
__at(long idx) const | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
__clear() | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
__count() const | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
__remove(long idx) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
_at(long index) const | qx::QxCollection< Key, Value > | [inline, virtual] |
_clear() | qx::QxCollection< Key, Value > | [inline, virtual] |
_count() const | qx::QxCollection< Key, Value > | [inline, virtual] |
_get(long index) const | qx::IxCollection | [inline] |
_remove(long index) | qx::QxCollection< Key, Value > | [inline, virtual] |
begin() | qx::QxCollection< Key, Value > | |
begin() const | qx::QxCollection< Key, Value > | |
clear() | qx::QxCollection< Key, Value > | |
cloneCollection(QxCollection< Key, Value > *pClone, const QxCollection< Key, Value > &pRef) | qx::QxCollection< Key, Value > | [protected] |
const_iterator typedef | qx::QxCollection< Key, Value > | |
const_reference_key typedef | qx::QxCollection< Key, Value > | |
const_reference_value typedef | qx::QxCollection< Key, Value > | |
const_reverse_iterator typedef | qx::QxCollection< Key, Value > | |
contains(const Key &key) const | qx::QxCollection< Key, Value > | |
count() const | qx::QxCollection< Key, Value > | |
empty() const | qx::QxCollection< Key, Value > | |
end() | qx::QxCollection< Key, Value > | |
end() const | qx::QxCollection< Key, Value > | |
exist(const Key &key) const | qx::QxCollection< Key, Value > | |
fromJson(const QString &json, const QString &format=QString()) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
fromJson_(const QJsonValue &json, const QString &format=QString()) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
getByIndex(long index) const | qx::QxCollection< Key, Value > | |
getByKey(const Key &key) const | qx::QxCollection< Key, Value > | |
getFirst() const | qx::QxCollection< Key, Value > | |
getKeyByIndex(long index) const | qx::QxCollection< Key, Value > | |
getLast() const | qx::QxCollection< Key, Value > | |
insert(const Key &key, const Value &value) | qx::QxCollection< Key, Value > | |
insert(long index, const Key &key, const Value &value) | qx::QxCollection< Key, Value > | |
insert(const QxCollection< Key, Value > &other) | qx::QxCollection< Key, Value > | |
insert(long index, const QxCollection< Key, Value > &other) | qx::QxCollection< Key, Value > | |
isSameCollection(const QxCollection< Key, Value > *p1, const QxCollection< Key, Value > &p2) const | qx::QxCollection< Key, Value > | [protected] |
iterator typedef | qx::QxCollection< Key, Value > | |
IxCollection() | qx::IxCollection | [inline] |
IxPersistable() | qx::IxPersistable | |
IxPersistableCollection() | qx::IxPersistableCollection | |
m_batch | qx::QxCollection< Key, Value > | [protected] |
m_hash | qx::QxCollection< Key, Value > | [protected] |
m_list | qx::QxCollection< Key, Value > | [protected] |
m_mutex | qx::QxCollection< Key, Value > | [mutable, protected] |
move(long indexFrom, long indexTo) | qx::QxCollection< Key, Value > | |
operator!=(const QxCollection< Key, Value > &other) const | qx::QxCollection< Key, Value > | |
operator=(const QxCollection< Key, Value > &other) | qx::QxCollection< Key, Value > | |
operator==(const QxCollection< Key, Value > &other) const | qx::QxCollection< Key, Value > | |
push_back(const Key &key, const Value &value) | qx::QxCollection< Key, Value > | |
push_front(const Key &key, const Value &value) | qx::QxCollection< Key, Value > | |
qx_is_valid enum value | qx::QxPersistableCollection< Key, Value, T > | [private] |
qxClass() const | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
QxCollection() | qx::QxCollection< Key, Value > | |
QxCollection(const QxCollection< Key, Value > &other) | qx::QxCollection< Key, Value > | |
qxCount(const qx::QxSqlQuery &query=qx::QxSqlQuery(), QSqlDatabase *pDatabase=NULL, const QStringList &relation=QStringList()) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
qxCount(long &lCount, const qx::QxSqlQuery &query=qx::QxSqlQuery(), QSqlDatabase *pDatabase=NULL, const QStringList &relation=QStringList()) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
qxDeleteAll(QSqlDatabase *pDatabase=NULL) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
qxDeleteById(const QVariant &id=QVariant(), QSqlDatabase *pDatabase=NULL, bool bUseExecBatch=false) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
qxDeleteByQuery(const qx::QxSqlQuery &query, QSqlDatabase *pDatabase=NULL) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
qxDestroyAll(QSqlDatabase *pDatabase=NULL) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
qxDestroyById(const QVariant &id=QVariant(), QSqlDatabase *pDatabase=NULL, bool bUseExecBatch=false) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
qxDestroyByQuery(const qx::QxSqlQuery &query, QSqlDatabase *pDatabase=NULL) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
qxExecuteQuery(qx::QxSqlQuery &query, QSqlDatabase *pDatabase=NULL) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
qxExecuteQuery(qx::QxSqlQuery &query, qx::IxPersistableCollection *list=NULL, QSqlDatabase *pDatabase=NULL) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
qx::IxPersistableCollection::qxExecuteQuery(const QString &className, qx::QxSqlQuery &query, QSqlDatabase *pDatabase=NULL, bool bAsList=false) | qx::IxPersistable | [static] |
qxExist(const QVariant &id=QVariant(), QSqlDatabase *pDatabase=NULL) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
qxFetchAll(qx::IxPersistableCollection *list=NULL, const QStringList &columns=QStringList(), const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
qx::IxPersistableCollection::qxFetchAll(const QString &className, const QStringList &columns=QStringList(), const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL, bool bAsList=false) | qx::IxPersistable | [static] |
qxFetchById(const QVariant &id=QVariant(), const QStringList &columns=QStringList(), const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
qxFetchByQuery(const qx::QxSqlQuery &query, qx::IxPersistableCollection *list=NULL, const QStringList &columns=QStringList(), const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
qx::IxPersistableCollection::qxFetchByQuery(const QString &className, const qx::QxSqlQuery &query, const QStringList &columns=QStringList(), const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL, bool bAsList=false) | qx::IxPersistable | [static] |
qxInsert(const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL, bool bUseExecBatch=false) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
qxNewPersistableCollection(bool bAsList=false) const | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
QxPersistableCollection() | qx::QxPersistableCollection< Key, Value, T > | [inline] |
qxSave(const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL, qx::dao::save_mode::e_save_mode eSaveRecursiveMode=qx::dao::save_mode::e_none) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
qxUpdate(const qx::QxSqlQuery &query=qx::QxSqlQuery(), const QStringList &columns=QStringList(), const QStringList &relation=QStringList(), QSqlDatabase *pDatabase=NULL, bool bUseExecBatch=false) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
qxValidate(const QStringList &groups=QStringList()) | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
rbegin() | qx::QxCollection< Key, Value > | |
rbegin() const | qx::QxCollection< Key, Value > | |
removeByIndex(long index) | qx::QxCollection< Key, Value > | |
removeByIndex(long first, long last) | qx::QxCollection< Key, Value > | |
removeByKey(const Key &key) | qx::QxCollection< Key, Value > | |
removeFirst() | qx::QxCollection< Key, Value > | |
removeLast() | qx::QxCollection< Key, Value > | |
rend() | qx::QxCollection< Key, Value > | |
rend() const | qx::QxCollection< Key, Value > | |
replace(long index, const Key &key, const Value &value) | qx::QxCollection< Key, Value > | |
reserve(long size) | qx::QxCollection< Key, Value > | |
reverse() | qx::QxCollection< Key, Value > | |
reverse_iterator typedef | qx::QxCollection< Key, Value > | |
size() const | qx::QxCollection< Key, Value > | |
sort(Compare comp) | qx::QxCollection< Key, Value > | [inline] |
sortByKey(bool bAscending=true) | qx::QxCollection< Key, Value > | |
sortByValue(bool bAscending=true) | qx::QxCollection< Key, Value > | |
swap(long index1, long index2) | qx::QxCollection< Key, Value > | |
toJson(const QString &format=QString()) const | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
toJson_(const QString &format=QString()) const | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |
type_hash_position typedef | qx::QxCollection< Key, Value > | [protected] |
type_list_pair_key_value typedef | qx::QxCollection< Key, Value > | [protected] |
type_pair_key_value typedef | qx::QxCollection< Key, Value > | |
updateHashPosition(long from=0, long to=-1, bool check=false) | qx::QxCollection< Key, Value > | [protected] |
~IxCollection()=0 | qx::IxCollection | [pure virtual] |
~IxPersistable() | qx::IxPersistable | [virtual] |
~IxPersistableCollection() | qx::IxPersistableCollection | [virtual] |
~QxCollection() | qx::QxCollection< Key, Value > | [virtual] |
~QxPersistableCollection() | qx::QxPersistableCollection< Key, Value, T > | [inline, virtual] |