class

Ralph::Query::ExistsClause

Inherits Reference / Object

Represents an EXISTS/NOT EXISTS subquery condition

Constructors

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

Instance methods

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

Build the EXISTS clause SQL with renumbered parameters

Source