A ResultSet may be obtained after executing a Query which is obtained from a QueryService which in turn is obtained from a Cache.
More...
Inherits gemfire::SelectResults.
A ResultSet may be obtained after executing a Query which is obtained from a QueryService which in turn is obtained from a Cache.
virtual gemfire::ResultSet::~ResultSet |
( |
| ) |
|
|
inlinevirtual |
virtual Iterator gemfire::SelectResults::begin |
( |
| ) |
const |
|
pure virtualinherited |
Get an iterator pointing to the start of vector.
virtual Iterator gemfire::SelectResults::end |
( |
| ) |
const |
|
pure virtualinherited |
Get an iterator pointing to the end of vector.
virtual bool gemfire::ResultSet::isModifiable |
( |
| ) |
const |
|
pure virtual |
virtual const SerializablePtr gemfire::ResultSet::operator[] |
( |
int32_t |
index | ) |
const |
|
pure virtual |
Index operator to directly access an item in the ResultSet.
- 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.
Implements gemfire::SelectResults.
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::ResultSet::size |
( |
| ) |
const |
|
pure virtual |