enum

Ralph::Query::SetOperationClause::Operation

Inherits Enum / Comparable / Value / Object

Constants

Union = 0
UnionAll = 1
Intersect = 2
Except = 3

Instance methods

except?

Returns true if this enum value equals Except

Source
intersect?

Returns true if this enum value equals Intersect

Source
union?

Returns true if this enum value equals Union

Source
union_all?

Returns true if this enum value equals UnionAll

Source