|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
This is the complete list of members for relx::result::Row, including all inherited members.
| column_names() const | relx::result::Row | inline |
| get(size_t index) const | relx::result::Row | inline |
| get(size_t index, bool allow_numeric_bools) const | relx::result::Row | inline |
| get(const std::string &name) const | relx::result::Row | inline |
| get(const std::string &name, bool allow_numeric_bools) const | relx::result::Row | inline |
| get(const ColType &column) const | relx::result::Row | inline |
| get(const ColType &column, bool allow_numeric_bools) const | relx::result::Row | inline |
| get() const | relx::result::Row | inline |
| get_cell(size_t index) const | relx::result::Row | inline |
| get_cell(const std::string &name) const | relx::result::Row | inline |
| get_optional() const | relx::result::Row | inline |
| Row(std::vector< Cell > cells, std::vector< std::string > column_names={}) | relx::result::Row | inlineexplicit |
| size() const | relx::result::Row | inline |
| to_string() const | relx::result::Row | inline |