20#ifndef GEODE_STRUCTSET_H_
21#define GEODE_STRUCTSET_H_
25#include "internal/geode_globals.hpp"
A CqResults is obtained by executing a Query on the server.
Definition: CqResults.hpp:43
A StructSet may be obtained after executing a Query which is obtained from a QueryService which in tu...
Definition: StructSet.hpp:42
virtual const std::string & getFieldName(int32_t index)=0
Get the field name of the StructSet from the specified index number.
virtual int32_t getFieldIndex(const std::string &fieldname)=0
Get the index number of the specified field name in the StructSet.