IronQuery
A SQL-first query builder for C++
Loading...
Searching...
No Matches
Public Member Functions | List of all members
iron_query::SetOpKind Struct Referenceabstract

Kind of SQL set operation, e.g. Union or Except. More...

#include <set_op.hpp>

Inheritance diagram for iron_query::SetOpKind:
Inheritance graph
[legend]

Public Member Functions

virtual std::string_view ToString () const =0
 The SQL keyword(s) for this set operation, e.g. "UNION".
 

Detailed Description

Kind of SQL set operation, e.g. Union or Except.

Member Function Documentation

◆ ToString()

virtual std::string_view iron_query::SetOpKind::ToString ( ) const
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.


The documentation for this struct was generated from the following file: