class

Ralph::Query::FromSubquery

Inherits Reference / Object

Represents a subquery in the FROM clause

Constructors

new(query : Builder, alias_name : String)
Source

Instance methods

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

Build the FROM subquery SQL with renumbered parameters

Source