|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
This is the complete list of members for relx::result::LazyRow, including all inherited members.
| column_names() const | relx::result::LazyRow | inline |
| get(size_t index) const | relx::result::LazyRow | inline |
| get(size_t index, bool allow_numeric_bools) const | relx::result::LazyRow | inline |
| get(const std::string &name) const | relx::result::LazyRow | inline |
| get(const std::string &name, bool allow_numeric_bools) const | relx::result::LazyRow | inline |
| get_cell(size_t index) const | relx::result::LazyRow | inline |
| get_cell(const std::string &name) const | relx::result::LazyRow | inline |
| LazyRow() | relx::result::LazyRow | inline |
| LazyRow(std::string_view raw_data, std::vector< std::string > column_names={}) | relx::result::LazyRow | inline |
| LazyRow(std::string owned_data, std::vector< std::string > column_names) | relx::result::LazyRow | inline |
| LazyRow(const LazyRow &other) | relx::result::LazyRow | inline |
| LazyRow(LazyRow &&other) noexcept | relx::result::LazyRow | inline |
| operator=(const LazyRow &other) | relx::result::LazyRow | inline |
| operator=(LazyRow &&other) noexcept | relx::result::LazyRow | inline |
| size() const | relx::result::LazyRow | inline |