|
IronQuery
A SQL-first query builder for C++
|
RIGHT 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". | |
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. | |
RIGHT OUTER JOIN.
|
overridevirtual |
The SQL keyword(s) for this join kind, e.g. "INNER".
Implements iron_query::JoinKind.