Inherits apache::geode::client::SelectResults.
A ResultSet may be obtained after executing a Query which is obtained from a QueryService which in turn is obtained from a Cache.
◆ Iterator
◆ ~ResultSet()
| virtual apache::geode::client::ResultSet::~ResultSet |
( |
| ) |
|
|
inlinevirtual |
◆ begin()
| virtual Iterator apache::geode::client::SelectResults::begin |
( |
| ) |
const |
|
pure virtualinherited |
Get an iterator pointing to the start of vector.
◆ end()
| virtual Iterator apache::geode::client::SelectResults::end |
( |
| ) |
const |
|
pure virtualinherited |
Get an iterator pointing to the end of vector.
◆ getIterator()
◆ isModifiable()
| virtual bool apache::geode::client::ResultSet::isModifiable |
( |
| ) |
const |
|
pure virtual |
◆ operator[]()
| virtual const SerializablePtr apache::geode::client::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 apache::geode::client::SelectResults.
◆ preserveSB()
| void apache::geode::client::SharedBase::preserveSB |
( |
| ) |
const |
|
inherited |
Atomically increment reference count.
◆ refCount()
| int32_t apache::geode::client::SharedBase::refCount |
( |
| ) |
|
|
inlineinherited |
- Returns
- the reference count
◆ releaseSB()
| void apache::geode::client::SharedBase::releaseSB |
( |
| ) |
const |
|
inherited |
Atomically decrement reference count, the SharedBase object is automatically deleted when its reference count goes to zero.
◆ size()
| virtual int32_t apache::geode::client::ResultSet::size |
( |
| ) |
const |
|
pure virtual |