3#include <iron_query/expr.hpp>
20 std::enable_if_t<std::is_convertible_v<T, Expr>,
int> = 0>
Arbitrary SQL expression.
Definition expr.hpp:46
A single entry of a SELECT list: an expression, optionally renamed with Expr::As. Kept distinct from ...
Definition select_item.hpp:15
SelectItem(T &&value)
Implicitly wraps anything an Expr can be built from, e.g. an Expr, a Column, or an rvalue Condition.
Definition select_item.hpp:21
std::string ToString() const
Renders the entry as SQL text.