enum

Parsegres::AST::CompoundSelect::Op

Inherits Enum < Comparable < Value < Object

Constants

Union = 0
UnionAll = 1
Intersect = 2
IntersectAll = 3
Except = 4
ExceptAll = 5

Instance methods

except?

Returns true if this enum value equals Except

Source
except_all?

Returns true if this enum value equals ExceptAll

Source
intersect?

Returns true if this enum value equals Intersect

Source
intersect_all?

Returns true if this enum value equals IntersectAll

Source
union?

Returns true if this enum value equals Union

Source
union_all?

Returns true if this enum value equals UnionAll

Source