|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
Represents a SET clause assignment in an UPDATE statement. More...
#include <relx/query/update.hpp>
Public Member Functions | |
| SetItem (ColumnRef< Column > col, Value val) | |
| std::string | to_sql () const |
| std::vector< std::string > | bind_params () const |
Public Attributes | |
| ColumnRef< Column > | column |
| Value | value |
Represents a SET clause assignment in an UPDATE statement.
Definition at line 24 of file update.hpp.
|
inline |
Definition at line 29 of file update.hpp.
|
inline |
Definition at line 33 of file update.hpp.
|
inline |
Definition at line 31 of file update.hpp.
| ColumnRef<Column> relx::query::SetItem< Column, Value >::column |
Definition at line 25 of file update.hpp.
| Value relx::query::SetItem< Column, Value >::value |
Definition at line 26 of file update.hpp.