enum

Focus::SetStatement::SetOperator

Inherits Enum / Comparable / Value / Object

Constants

UNION = 0
UNION_ALL = 1
INTERSECT = 2
INTERSECT_ALL = 3
EXCEPT = 4
EXCEPT_ALL = 5

Instance methods

except?

Returns true if this enum value equals EXCEPT

Source
except_all?

Returns true if this enum value equals EXCEPT_ALL

Source
intersect?

Returns true if this enum value equals INTERSECT

Source
intersect_all?

Returns true if this enum value equals INTERSECT_ALL

Source
union?

Returns true if this enum value equals UNION

Source
union_all?

Returns true if this enum value equals UNION_ALL

Source