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

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

column_names() constrelx::result::Rowinline
get(size_t index) constrelx::result::Rowinline
get(size_t index, bool allow_numeric_bools) constrelx::result::Rowinline
get(const std::string &name) constrelx::result::Rowinline
get(const std::string &name, bool allow_numeric_bools) constrelx::result::Rowinline
get(const ColType &column) constrelx::result::Rowinline
get(const ColType &column, bool allow_numeric_bools) constrelx::result::Rowinline
get() constrelx::result::Rowinline
get_cell(size_t index) constrelx::result::Rowinline
get_cell(const std::string &name) constrelx::result::Rowinline
get_optional() constrelx::result::Rowinline
Row(std::vector< Cell > cells, std::vector< std::string > column_names={})relx::result::Rowinlineexplicit
size() constrelx::result::Rowinline
to_string() constrelx::result::Rowinline