diff options
author | Minijackson <minijackson@riseup.net> | 2018-07-13 17:15:53 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2018-07-13 17:15:53 +0200 |
commit | 1b5499770273913ad26b213406df4208b10e2b3c (patch) | |
tree | 85e13a65e7c6e702db3e6c433b95e718e7072148 /common/typeindex.h | |
parent | d0ab46b20b74acef104038cbc5c1b769be863cd3 (diff) | |
download | sink-1b5499770273913ad26b213406df4208b10e2b3c.tar.gz sink-1b5499770273913ad26b213406df4208b10e2b3c.zip |
Finish converting DataStoreQuery to new Key API
Diffstat (limited to 'common/typeindex.h')
-rw-r--r-- | common/typeindex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/typeindex.h b/common/typeindex.h index a701e9c..f2cabaf 100644 --- a/common/typeindex.h +++ b/common/typeindex.h | |||
@@ -95,7 +95,7 @@ public: | |||
95 | void remove(const Sink::Storage::Identifier &identifier, const Sink::ApplicationDomain::ApplicationDomainType &entity, Sink::Storage::DataStore::Transaction &transaction, const QByteArray &resourceInstanceId); | 95 | void remove(const Sink::Storage::Identifier &identifier, const Sink::ApplicationDomain::ApplicationDomainType &entity, Sink::Storage::DataStore::Transaction &transaction, const QByteArray &resourceInstanceId); |
96 | 96 | ||
97 | QVector<QByteArray> query(const Sink::QueryBase &query, QSet<QByteArrayList> &appliedFilters, QByteArray &appliedSorting, Sink::Storage::DataStore::Transaction &transaction, const QByteArray &resourceInstanceId); | 97 | QVector<QByteArray> query(const Sink::QueryBase &query, QSet<QByteArrayList> &appliedFilters, QByteArray &appliedSorting, Sink::Storage::DataStore::Transaction &transaction, const QByteArray &resourceInstanceId); |
98 | QVector<QByteArray> lookup(const QByteArray &property, const QVariant &value, Sink::Storage::DataStore::Transaction &transaction); | 98 | QVector<Sink::Storage::Identifier> lookup(const QByteArray &property, const QVariant &value, Sink::Storage::DataStore::Transaction &transaction); |
99 | 99 | ||
100 | template <typename Left, typename Right> | 100 | template <typename Left, typename Right> |
101 | QVector<QByteArray> secondaryLookup(const QVariant &value) | 101 | QVector<QByteArray> secondaryLookup(const QVariant &value) |