A SelectResults is obtained by executing a Query on the server.
More...
Inherits gemfire::SharedBase.
Inherited by gemfire::CqResults, and gemfire::ResultSet.
A SelectResults is obtained by executing a Query on the server.
This can either be a ResultSet or a StructSet.
virtual Iterator gemfire::SelectResults::begin |
( |
| ) |
const |
|
pure virtual |
Get an iterator pointing to the start of vector.
virtual Iterator gemfire::SelectResults::end |
( |
| ) |
const |
|
pure virtual |
Get an iterator pointing to the end of vector.
virtual bool gemfire::SelectResults::isModifiable |
( |
| ) |
const |
|
pure virtual |
virtual const SerializablePtr gemfire::SelectResults::operator[] |
( |
int32_t |
index | ) |
const |
|
pure virtual |
Index operator to directly access an item in the SelectResults.
- Parameters
-
index | the index number of the required item. |
- Exceptions
-
IllegalArgumentException | if the index is out of bounds. |
- Returns
- A smart pointer to the item indexed.
Implemented in gemfire::ResultSet, and gemfire::StructSet.
void gemfire::SharedBase::preserveSB |
( |
| ) |
const |
|
inherited |
Atomically increment reference count.
int32_t gemfire::SharedBase::refCount |
( |
| ) |
|
|
inlineinherited |
- Returns
- the reference count
void gemfire::SharedBase::releaseSB |
( |
| ) |
const |
|
inherited |
Atomically decrement reference count, the SharedBase object is automatically deleted when its reference count goes to zero.
virtual int32_t gemfire::SelectResults::size |
( |
| ) |
const |
|
pure virtual |