|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
Iterator that reads data on demand. More...
#include <relx/results/streaming_result.hpp>
Public Member Functions | |
| streaming_iterator (DataSource &source, bool at_end=false) | |
| LazyRow | operator* () const |
| streaming_iterator & | operator++ () |
| bool | operator!= (const streaming_iterator &other) const |
Iterator that reads data on demand.
Definition at line 17 of file streaming_result.hpp.
|
inline |
Definition at line 19 of file streaming_result.hpp.
|
inline |
Definition at line 33 of file streaming_result.hpp.
|
inline |
Definition at line 26 of file streaming_result.hpp.
|
inline |
Definition at line 28 of file streaming_result.hpp.