1 #ifndef __GEMFIRE_RESULTSET_H__ 2 #define __GEMFIRE_RESULTSET_H__ 11 #include "gfcpp_globals.hpp" 42 virtual bool isModifiable()
const = 0;
49 virtual int32_t size()
const = 0;
76 #endif //ifndef __GEMFIRE_RESULTSET_H__ A SelectResults is obtained by executing a Query on the server.
Definition: SelectResults.hpp:31
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
A ResultSet may be obtained after executing a Query which is obtained from a QueryService which in tu...
Definition: ResultSet.hpp:32
virtual ~ResultSet()
Destructor.
Definition: ResultSet.hpp:70
Defines a reference counted shared pointer.
Definition: SharedPtr.hpp:35