1 #ifndef __GEMFIRE_QUERY_H__ 2 #define __GEMFIRE_QUERY_H__ 11 #include "gfcpp_globals.hpp" 76 virtual const char * getQueryString()
const = 0;
83 virtual void compile() = 0;
91 virtual bool isCompiled() = 0;
97 #endif //ifndef __GEMFIRE_QUERY_H__ A Query is obtained from a QueryService which in turn is obtained from the Cache. ...
Definition: Query.hpp:33
#define DEFAULT_QUERY_RESPONSE_TIMEOUT
default timeout for query response
Definition: gf_base.hpp:214
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
This abstract base class is the base class of all user objects that have the shared capability of ref...
Definition: SharedBase.hpp:31