![]() |
GridGain C++
|
Query fields cursor. More...
#include <query_fields_cursor.h>
Public Member Functions | |
QueryFieldsCursor (const common::concurrent::SharedPointer< void > &impl) | |
Constructor. More... | |
bool | HasNext () |
Check whether next entry exists. More... | |
QueryFieldsRow | GetNext () |
Get next entry. More... | |
const std::vector< std::string > & | GetColumnNames () const |
Get column names. More... | |
Query fields cursor.
This class is implemented as a reference to an implementation so copying of this class instance will only create another reference to the same underlying object. Underlying object will be released automatically once all the instances are destructed.
|
explicit |
Constructor.
Internal method. Should not be used by user.
impl | Implementation. |
const std::vector<std::string>& ignite::thin::cache::query::QueryFieldsCursor::GetColumnNames | ( | ) | const |
Get column names.
QueryFieldsRow ignite::thin::cache::query::QueryFieldsCursor::GetNext | ( | ) |
bool ignite::thin::cache::query::QueryFieldsCursor::HasNext | ( | ) |
Check whether next entry exists.
IgniteError | class instance in case of failure. |