SQLJoinTableSource.JoinType

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(JoinType h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(JoinType h)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

toString
string toString(JoinType joinType)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

COMMA
enum JoinType COMMA;
Undocumented in source.
CROSS_APPLY
enum JoinType CROSS_APPLY;
Undocumented in source.
CROSS_JOIN
enum JoinType CROSS_JOIN;
Undocumented in source.
FULL_OUTER_JOIN
enum JoinType FULL_OUTER_JOIN;
Undocumented in source.
INNER_JOIN
enum JoinType INNER_JOIN;
Undocumented in source.
JOIN
enum JoinType JOIN;
Undocumented in source.
LEFT_ANTI_JOIN
enum JoinType LEFT_ANTI_JOIN;
Undocumented in source.
LEFT_OUTER_JOIN
enum JoinType LEFT_OUTER_JOIN;
Undocumented in source.
LEFT_SEMI_JOIN
enum JoinType LEFT_SEMI_JOIN;
Undocumented in source.
NATURAL_INNER_JOIN
enum JoinType NATURAL_INNER_JOIN;
Undocumented in source.
NATURAL_JOIN
enum JoinType NATURAL_JOIN;
Undocumented in source.
OUTER_APPLY
enum JoinType OUTER_APPLY;
Undocumented in source.
RIGHT_OUTER_JOIN
enum JoinType RIGHT_OUTER_JOIN;
Undocumented in source.
STRAIGHT_JOIN
enum JoinType STRAIGHT_JOIN;
Undocumented in source.
name
string name;
Undocumented in source.
name_lcase
string name_lcase;
Undocumented in source.

Meta