Query fields cursor.
More...
#include <query_fields_row.h>
| ignite::cache::query::QueryFieldsRow::QueryFieldsRow |
( |
impl::cache::query::QueryFieldsRowImpl * |
impl | ) |
|
|
inline |
template<typename T >
| T ignite::cache::query::QueryFieldsRow::GetNext |
( |
| ) |
|
|
inline |
Get next entry.
- Returns
- Next entry.
template<typename T >
| T ignite::cache::query::QueryFieldsRow::GetNext |
( |
IgniteError & |
err | ) |
|
|
inline |
Get next entry.
- Parameters
-
- Returns
- Next entry.
| bool ignite::cache::query::QueryFieldsRow::HasNext |
( |
| ) |
|
|
inline |
Check whether next entry exists.
- Returns
- True if next entry exists.
| bool ignite::cache::query::QueryFieldsRow::HasNext |
( |
IgniteError & |
err | ) |
|
|
inline |
Check whether next entry exists.
- Parameters
-
- Returns
- True if next entry exists.
| bool ignite::cache::query::QueryFieldsRow::IsValid |
( |
| ) |
|
|
inline |
Check if the instance is valid.
- Returns
- True if the instance is valid and can be used.
The documentation for this class was generated from the following file: