struct Interro::QueryExpression

Defined in:

query_expression.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(lhs, comparator, rhs, values : Array(Any)) #

[View source]
def self.new(expression : String, values : Array(Interro::Any)) #

[View source]

Instance Method Detail

def &(other : self) : self #

[View source]
def |(other : self) : self #

[View source]
def expression : String #

[View source]
def to_sql(io) #

[View source]
def to_sql #

[View source]
def values : Array(Any) #

[View source]