Apache Ignite C++
Public Member Functions | List of all members
ignite::cache::query::QueryFieldsRow Class Reference

Query fields cursor. More...

#include <query_fields_row.h>

Public Member Functions

 QueryFieldsRow ()
 Default constructor.
 
 QueryFieldsRow (impl::cache::query::QueryFieldsRowImpl *impl)
 Constructor. More...
 
bool HasNext ()
 Check whether next entry exists. More...
 
bool HasNext (IgniteError &err)
 Check whether next entry exists. More...
 
template<typename T >
GetNext ()
 Get next entry. More...
 
template<typename T >
GetNext (IgniteError &err)
 Get next entry. More...
 
bool IsValid ()
 Check if the instance is valid. More...
 

Detailed Description

Query fields cursor.

Constructor & Destructor Documentation

ignite::cache::query::QueryFieldsRow::QueryFieldsRow ( impl::cache::query::QueryFieldsRowImpl *  impl)
inline

Constructor.

Parameters
implImplementation.

Member Function Documentation

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
errError.
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
errError.
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: