class

Ralph::Query::SetOperationClause

Inherits Reference / Object

Represents a set operation (UNION, UNION ALL, INTERSECT, EXCEPT)

Constructors

new(query : Builder, operation : Operation)
Source

Instance methods

operation
Source
query
Source
to_sql(param_offset : Int32) : Tuple(String, Int32)

Build the set operation SQL with renumbered parameters

Source

Nested types