23 #include "geode_globals.hpp" 101 virtual const char* getQueryString()
const = 0;
109 virtual void compile() = 0;
118 virtual bool isCompiled() = 0;
124 #endif // GEODE_QUERY_H_ 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 Query is obtained from a QueryService which in turn is obtained from the Cache. ...
Definition: Query.hpp:48
This abstract base class is the base class of all user objects that have the shared capability of ref...
Definition: SharedBase.hpp:40
#define DEFAULT_QUERY_RESPONSE_TIMEOUT
default timeout for query response
Definition: geode_base.hpp:176
This namespace contains all the Geode C++ API classes, enumerations and globals.