VMware GemFire Native Client Cache Reference  9.0.6
CqResults.hpp
Go to the documentation of this file.
1 #ifndef __GEMFIRE_CQRESULTS_H__
2 #define __GEMFIRE_CQRESULTS_H__
3 /*=========================================================================
4  * Copyright (c) 2002-2014 Pivotal Software, Inc. All Rights Reserved.
5  * This product is protected by U.S. and international copyright
6  * and intellectual property laws. Pivotal products are covered by
7  * more patents listed at http://www.pivotal.io/patents.
8  *========================================================================
9  */
10 
15 #include "gfcpp_globals.hpp"
16 #include "gf_types.hpp"
17 #include "ExceptionTypes.hpp"
18 #include "Serializable.hpp"
19 #include "CacheableBuiltins.hpp"
20 #include "SelectResults.hpp"
21 namespace gemfire
22 {
23 
31 {
32 
33 };
34 
35 } //namespace gemfire
36 
37 #endif //ifndef __GEMFIRE_CQRESULTS_H__
A CqResults is obtained by executing a Query on the server.
Definition: CqResults.hpp:30
A SelectResults is obtained by executing a Query on the server.
Definition: SelectResults.hpp:31
Contains generic template definitions for Cacheable types and instantiations for built-in types...
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

GemFire C++ Cache API Documentation