class

Ralph::Query::CTEClause

Inherits Reference / Object

Represents a CTE (Common Table Expression)

Constructors

new(name : String, query : Builder, recursive : Bool = false, materialized : Bool | Nil = nil)
Source

Instance methods

materialized?
Source
name
Source
query
Source
recursive
Source
to_sql(param_offset : Int32) : Tuple(String, Int32)

Build the CTE SQL with renumbered parameters

Source