|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
COALESCE function. More...
#include <relx/query/function.hpp>
Public Member Functions | |
| CoalesceExpr (First first, Second second, Rest... rest) | |
| std::string | to_sql () const override |
| std::vector< std::string > | bind_params () const override |
| std::string | column_name () const override |
| std::string | table_name () const override |
Public Member Functions inherited from relx::query::ColumnExpression | |
| virtual | ~ColumnExpression ()=default |
| virtual std::string | qualified_name () const |
Public Member Functions inherited from relx::query::SqlExpression | |
| virtual | ~SqlExpression ()=default |
COALESCE function.
| First | The first expression type |
| Second | The second expression type |
| Rest | The types of the remaining expressions |
| first | The first expression |
| second | The second expression |
| rest | The remaining expressions |
Definition at line 355 of file function.hpp.
|
inline |
Definition at line 357 of file function.hpp.
|
inlineoverridevirtual |
Implements relx::query::SqlExpression.
Definition at line 371 of file function.hpp.
|
inlineoverridevirtual |
Implements relx::query::ColumnExpression.
Definition at line 390 of file function.hpp.
|
inlineoverridevirtual |
Implements relx::query::ColumnExpression.
Definition at line 392 of file function.hpp.
|
inlineoverridevirtual |
Implements relx::query::SqlExpression.
Definition at line 361 of file function.hpp.