class

Ralph::Query::InSubqueryClause

Inherits Reference / Object

Represents an IN subquery condition

Constructors

new(column : String, query : Builder, negated : Bool = false)
Source

Instance methods

column
Source
negated
Source
query
Source
to_sql(param_offset : Int32) : Tuple(String, Int32)

Build the IN subquery clause SQL with renumbered parameters

Source