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

RIGHT OUTER JOIN. More...

#include <join.hpp>

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

Public Member Functions

std::string_view ToString () const override
 The SQL keyword(s) for this join kind, e.g. "INNER".
 
- Public Member Functions inherited from iron_query::JoinKind
virtual bool IsNatural () const
 Whether this join kind is a NATURAL join, which forbids an explicit ON/USING qualification.
 

Detailed Description

RIGHT OUTER JOIN.

Member Function Documentation

◆ ToString()

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

The SQL keyword(s) for this join kind, e.g. "INNER".

Implements iron_query::JoinKind.


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