1#include <pqxx/internal/callgate.hxx>
3namespace pqxx::internal::gate
11 icursor_iterator::difference_type pos()
const noexcept
22 void fill(
result const &r) { home().fill(r); }
Approximate istream_iterator for icursorstream.
Definition: cursor.hxx:425
Simple read-only cursor represented as a stream of results.
Definition: cursor.hxx:279
Base class for call gates.
Definition: callgate.hxx:55
Definition: icursor_iterator-icursorstream.hxx:6
Result set containing data returned by a query or command.
Definition: result.hxx:73