SQLUnionOperator

Undocumented in source.

Members

Functions

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

Variables

DISTINCT
enum SQLUnionOperator DISTINCT;
Undocumented in source.
EXCEPT
enum SQLUnionOperator EXCEPT;
Undocumented in source.
INTERSECT
enum SQLUnionOperator INTERSECT;
Undocumented in source.
MINUS
enum SQLUnionOperator MINUS;
Undocumented in source.
UNION
enum SQLUnionOperator UNION;
Undocumented in source.
UNION_ALL
enum SQLUnionOperator UNION_ALL;
Undocumented in source.
name
string name;
Undocumented in source.
name_lcase
string name_lcase;
Undocumented in source.

Meta