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

INTERSECT. More...

#include <set_op.hpp>

Inheritance diagram for iron_query::Intersect:
Inheritance graph
[legend]
Collaboration diagram for iron_query::Intersect:
Collaboration graph
[legend]

Public Member Functions

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

Detailed Description

INTERSECT.

Member Function Documentation

◆ ToString()

std::string_view iron_query::Intersect::ToString ( ) const
overridevirtual

The SQL keyword(s) for this set operation, e.g. "UNION".

Implements iron_query::SetOpKind.


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