23 #ifndef _IGNITE_THIN_CACHE_QUERY_QUERY_FIELDS_ROW 24 #define _IGNITE_THIN_CACHE_QUERY_QUERY_FIELDS_ROW 26 #include <ignite/common/concurrent.h> 29 #include <ignite/impl/thin/readable.h> 56 explicit QueryFieldsRow(
const common::concurrent::SharedPointer<void>& impl);
79 impl::thin::ReadableImpl<T> readable(res);
81 InternalGetNext(readable);
94 void InternalGetNext(impl::thin::Readable& readable);
97 common::concurrent::SharedPointer<void> impl;
104 #endif //_IGNITE_THIN_CACHE_QUERY_QUERY_FIELDS_ROW Query fields row.
Definition: thin-client/include/ignite/thin/cache/query/query_fields_row.h:46
T GetNext()
Get next entry.
Definition: thin-client/include/ignite/thin/cache/query/query_fields_row.h:76
Apache Ignite API.
Definition: cache.h:48
Declares ignite::IgniteError class.