1 #ifndef __GEMFIRE_STRUCTSET_H__ 2 #define __GEMFIRE_STRUCTSET_H__ 11 #include "gfcpp_globals.hpp" 42 virtual bool isModifiable()
const = 0;
49 virtual int32_t size()
const = 0;
67 virtual int32_t getFieldIndex(
const char * fieldname) = 0;
75 virtual const char * getFieldName(int32_t index) = 0;
93 #endif //ifndef __GEMFIRE_STRUCTSET_H__ A CqResults is obtained by executing a Query on the server.
Definition: CqResults.hpp:30
A StructSet may be obtained after executing a Query which is obtained from a QueryService which in tu...
Definition: StructSet.hpp:32
virtual ~StructSet()
Destructor.
Definition: StructSet.hpp:87
A SelectResultsIterator is obtained from a ResultSet or StructSet and is used to iterate over the ite...
Definition: SelectResultsIterator.hpp:34
This namespace contains all the GemFire C++ API classes, enumerations and globals.
Definition: Assert.hpp:19
#define CPPCACHE_EXPORT
Defines a GemFire CPPCACHE export.
Definition: gf_base.hpp:51
Defines a reference counted shared pointer.
Definition: SharedPtr.hpp:35