A ResultSet may be obtained after executing a Query which is obtained from a QueryService which in turn is obtained from a Cache.
More...
#include <ResultSet.hpp>
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
◆ begin()
virtual iterator apache::geode::client::SelectResults::begin |
( |
| ) |
|
|
pure virtualinherited |
◆ end()
virtual iterator apache::geode::client::SelectResults::end |
( |
| ) |
|
|
pure virtualinherited |
◆ operator[]()
virtual const std::shared_ptr< Serializable > apache::geode::client::SelectResults::operator[] |
( |
size_t |
index | ) |
const |
|
pure virtualinherited |
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 virtualinherited |