A SelectResults is obtained by executing a Query on the server.
More...
#include <SelectResults.hpp>
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 |
( |
| ) |
|
|
pure virtual |
◆ end()
virtual iterator apache::geode::client::SelectResults::end |
( |
| ) |
|
|
pure virtual |
◆ operator[]()
virtual const std::shared_ptr< Serializable > apache::geode::client::SelectResults::operator[] |
( |
size_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
-
- Returns
- A smart pointer to the item indexed.
◆ size()
virtual size_t apache::geode::client::SelectResults::size |
( |
| ) |
const |
|
pure virtual |