|
IronQuery
A SQL-first query builder for C++
|
NATURAL LEFT OUTER JOIN. More...
#include <join.hpp>


Public Member Functions | |
| std::string_view | ToString () const override |
| The SQL keyword(s) for this join kind, e.g. "INNER". | |
| bool | IsNatural () const override |
| Whether this join kind is a NATURAL join, which forbids an explicit ON/USING qualification. | |
NATURAL LEFT OUTER JOIN.
|
inlineoverridevirtual |
Whether this join kind is a NATURAL join, which forbids an explicit ON/USING qualification.
Reimplemented from iron_query::JoinKind.
|
overridevirtual |
The SQL keyword(s) for this join kind, e.g. "INNER".
Implements iron_query::JoinKind.