(508f587717ef550368a8ce7120c1ba8caeabce96)
#include <QtCore/qbytearray.h>
#include <QtCore/qhash.h>
#include <QtCore/qlist.h>
#include <QtCore/qstring.h>
#include <QtCore/qvariant.h>
#include <ibase.h>
#include <firebird/Interface.h>
Go to the source code of this file.
|
| bool | operator== (const ArrayFieldKey &lhs, const ArrayFieldKey &rhs) noexcept |
| size_t | qHash (const ArrayFieldKey &key, size_t seed=0) noexcept |
| QVariant | fetchArray (Firebird::IAttachment *att, Firebird::ITransaction *tra, Firebird::IStatus *iStatus, Firebird::IMaster *master, ArrayDescCache &descCache, const ISC_QUAD &arrayId, const QString &relation, const QString &field) |
| bool | writeArray (Firebird::IAttachment *att, Firebird::ITransaction *tra, Firebird::IStatus *iStatus, Firebird::IMaster *master, ArrayDescCache &descCache, ISC_QUAD *arrayId, const QString &relation, const QString &field, const QList< QVariant > &list) |
◆ ArrayDescCache
◆ fetchArray()
| QVariant fetchArray |
( |
Firebird::IAttachment * | att, |
|
|
Firebird::ITransaction * | tra, |
|
|
Firebird::IStatus * | iStatus, |
|
|
Firebird::IMaster * | master, |
|
|
ArrayDescCache & | descCache, |
|
|
const ISC_QUAD & | arrayId, |
|
|
const QString & | relation, |
|
|
const QString & | field ) |
◆ operator==()
◆ qHash()
◆ writeArray()
| bool writeArray |
( |
Firebird::IAttachment * | att, |
|
|
Firebird::ITransaction * | tra, |
|
|
Firebird::IStatus * | iStatus, |
|
|
Firebird::IMaster * | master, |
|
|
ArrayDescCache & | descCache, |
|
|
ISC_QUAD * | arrayId, |
|
|
const QString & | relation, |
|
|
const QString & | field, |
|
|
const QList< QVariant > & | list ) |