relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
Loading...
Searching...
No Matches
relx::result::LazyRow Member List

This is the complete list of members for relx::result::LazyRow, including all inherited members.

column_names() constrelx::result::LazyRowinline
get(size_t index) constrelx::result::LazyRowinline
get(size_t index, bool allow_numeric_bools) constrelx::result::LazyRowinline
get(const std::string &name) constrelx::result::LazyRowinline
get(const std::string &name, bool allow_numeric_bools) constrelx::result::LazyRowinline
get_cell(size_t index) constrelx::result::LazyRowinline
get_cell(const std::string &name) constrelx::result::LazyRowinline
LazyRow()relx::result::LazyRowinline
LazyRow(std::string_view raw_data, std::vector< std::string > column_names={})relx::result::LazyRowinline
LazyRow(std::string owned_data, std::vector< std::string > column_names)relx::result::LazyRowinline
LazyRow(const LazyRow &other)relx::result::LazyRowinline
LazyRow(LazyRow &&other) noexceptrelx::result::LazyRowinline
operator=(const LazyRow &other)relx::result::LazyRowinline
operator=(LazyRow &&other) noexceptrelx::result::LazyRowinline
size() constrelx::result::LazyRowinline