|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
Iterator that reads data on demand asynchronously. More...
#include <relx/connection/postgresql_async_streaming_source.hpp>
Public Member Functions | |
| async_streaming_iterator (DataSource &source, AsyncStreamingResultSet &result_set, bool at_end=false) | |
| const auto & | operator* () const |
| Get the current row (must be called after advance()) | |
| boost::asio::awaitable< void > | advance () |
| Advance to the next row asynchronously. | |
| bool | is_at_end () const |
Iterator that reads data on demand asynchronously.
Definition at line 129 of file postgresql_async_streaming_source.hpp.
|
inline |
Definition at line 131 of file postgresql_async_streaming_source.hpp.
|
inline |
Advance to the next row asynchronously.
Definition at line 139 of file postgresql_async_streaming_source.hpp.
|
inline |
Definition at line 154 of file postgresql_async_streaming_source.hpp.
|
inline |
Get the current row (must be called after advance())
Definition at line 136 of file postgresql_async_streaming_source.hpp.