Inherits apache::geode::client::SharedBase.
Inherited by apache::geode::client::CqResults, and apache::geode::client::ResultSet.
A SelectResults is obtained by executing a Query on the server. This can either be a ResultSet or a StructSet.
◆ Iterator
◆ begin()
virtual Iterator apache::geode::client::SelectResults::begin |
( |
| ) |
const |
|
pure virtual |
Get an iterator pointing to the start of vector.
◆ end()
virtual Iterator apache::geode::client::SelectResults::end |
( |
| ) |
const |
|
pure virtual |
Get an iterator pointing to the end of vector.
◆ getIterator()
◆ isModifiable()
virtual bool apache::geode::client::SelectResults::isModifiable |
( |
| ) |
const |
|
pure virtual |
◆ operator[]()
virtual const SerializablePtr apache::geode::client::SelectResults::operator[] |
( |
int32_t |
index | ) |
const |
|
pure virtual |
◆ 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::SelectResults::size |
( |
| ) |
const |
|
pure virtual |