3 #ifndef GEODE_RESULTSET_H_ 4 #define GEODE_RESULTSET_H_ 23 #include "geode_globals.hpp" 52 virtual bool isModifiable()
const = 0;
59 virtual int32_t size()
const = 0;
87 #endif // GEODE_RESULTSET_H_
A SelectResultsIterator is obtained from a ResultSet or StructSet and is used to iterate over the ite...
Definition: SelectResultsIterator.hpp:47
Each enum represents a predefined RegionAttributes in a Cache.
Definition: Assert.hpp:31
#define CPPCACHE_EXPORT
Defines a Geode CPPCACHE export.
Definition: geode_base.hpp:58
A SelectResults is obtained by executing a Query on the server.
Definition: SelectResults.hpp:44
Defines a reference counted shared pointer.
Definition: SharedPtr.hpp:52
A ResultSet may be obtained after executing a Query which is obtained from a QueryService which in tu...
Definition: ResultSet.hpp:45
This namespace contains all the Geode C++ API classes, enumerations and globals.
virtual ~ResultSet()
Destructor.
Definition: ResultSet.hpp:81