|
IronQuery
A SQL-first query builder for C++
|
Kind of SQL set operation, e.g. Union or Except. More...
#include <set_op.hpp>

Public Member Functions | |
| virtual std::string_view | ToString () const =0 |
| The SQL keyword(s) for this set operation, e.g. "UNION". | |
|
pure virtual |
The SQL keyword(s) for this set operation, e.g. "UNION".
Implemented in iron_query::Union, iron_query::UnionAll, iron_query::Intersect, and iron_query::Except.