1 #ifndef __GEMFIRE_QUERYSERVICE_H__ 2 #define __GEMFIRE_QUERYSERVICE_H__ 11 #include "gfcpp_globals.hpp" 44 virtual QueryPtr newQuery(
const char * querystr) = 0;
113 virtual void closeCqs()=0;
132 virtual void executeCqs()=0;
138 virtual void stopCqs()=0;
158 #endif //ifndef __GEMFIRE_QUERYSERVICE_H__ Vector template type class.
Definition: VectorT.hpp:24
QueryService is the class obtained from a Cache.
Definition: QueryService.hpp:33
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
Defines a reference counted shared pointer.
Definition: SharedPtr.hpp:35