|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
Generic binary condition expression. More...
#include <relx/query/condition.hpp>
Public Member Functions | |
| BinaryCondition (Left left, std::string op, Right right) | |
| std::string | to_sql () const override |
| std::vector< std::string > | bind_params () const override |
Public Member Functions inherited from relx::query::SqlExpression | |
| virtual | ~SqlExpression ()=default |
Generic binary condition expression.
Definition at line 16 of file condition.hpp.
|
inline |
Definition at line 18 of file condition.hpp.
|
inlineoverridevirtual |
Implements relx::query::SqlExpression.
Definition at line 27 of file condition.hpp.
|
inlineoverridevirtual |
Implements relx::query::SqlExpression.
Definition at line 21 of file condition.hpp.