Query fields cursor.
More...
#include <query_fields_cursor.h>
| ignite::cache::query::QueryFieldsCursor::QueryFieldsCursor |
( |
impl::cache::query::QueryCursorImpl * |
impl | ) |
|
|
inline |
Get next entry.
- Returns
- Next entry.
Get next entry.
- Parameters
-
- Returns
- Next entry.
| bool ignite::cache::query::QueryFieldsCursor::HasNext |
( |
| ) |
|
|
inline |
Check whether next entry exists.
- Returns
- True if next entry exists.
| bool ignite::cache::query::QueryFieldsCursor::HasNext |
( |
IgniteError & |
err | ) |
|
|
inline |
Check whether next entry exists.
- Parameters
-
- Returns
- True if next entry exists.
| bool ignite::cache::query::QueryFieldsCursor::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: