class documentation

class _CompoundSelectKeyword(Enum): (source)

View In Hierarchy

Undocumented

Constant EXCEPT Undocumented
Constant EXCEPT_ALL Undocumented
Constant INTERSECT Undocumented
Constant INTERSECT_ALL Undocumented
Constant UNION Undocumented
Constant UNION_ALL Undocumented

Undocumented

Value
'EXCEPT'
EXCEPT_ALL: str = (source)

Undocumented

Value
'EXCEPT ALL'
INTERSECT: str = (source)

Undocumented

Value
'INTERSECT'
INTERSECT_ALL: str = (source)

Undocumented

Value
'INTERSECT ALL'

Undocumented

Value
'UNION'
UNION_ALL: str = (source)

Undocumented

Value
'UNION ALL'