A Query is created from a QueryService and executed on the server returning a SelectResults which can be either a ResultSet or a StructSet.
Public Member Functions | |
| virtual QueryPtr | newQuery (const char *querystr)=0 |
| Get a new Query with the specified query string. | |
| void | preserveSB () const |
| Atomically increment reference count. | |
| int32_t | refCount () |
| |
| void | releaseSB () const |
| Atomically decrement reference count, the SharedBase object is automatically deleted when its reference count goes to zero. | |
| virtual QueryPtr gemfire::QueryService::newQuery | ( | const char * | querystr | ) | [pure virtual] |
| void gemfire::SharedBase::preserveSB | ( | ) | const [inherited] |
Atomically increment reference count.
| int32_t gemfire::SharedBase::refCount | ( | ) | [inline, inherited] |
| void gemfire::SharedBase::releaseSB | ( | ) | const [inherited] |
Atomically decrement reference count, the SharedBase object is automatically deleted when its reference count goes to zero.