class Jennifer::QueryBuilder::RawSql

Defined in:

jennifer/query_builder/raw_sql.cr

Constructors

Instance Method Summary

Instance methods inherited from class Jennifer::QueryBuilder::Criteria

!=(value : Rightable) !=, &(other : Criteria | LogicOperator) &, <(value : Rightable) <, <=(value : Rightable) <=, <=>(value : Rightable) <=>, ==(value : Rightable) ==, =~(value : String) =~, >(value : Rightable) >, >=(value : Rightable) >=, |(other : Criteria | LogicOperator) |, field : String field, filter_out(arg) filter_out, in(arr : Array(DB::Any)) in, is(value : Symbol | Bool | Nil) is, like(value : String) like, not(value : Symbol | Bool | Nil)
not
not
, not_like(value : String) not_like, not_regexp(value : String) not_regexp, not_rlike(value : String) not_rlike, operator : Jennifer::QueryBuilder::Operator | Symbol operator, regexp(value : String) regexp, rhs : Rightable rhs, rlike(value : String) rlike, sql_args : Array(DB::Any) sql_args, table : String table, to_s to_s, to_sql to_sql

Constructor methods inherited from class Jennifer::QueryBuilder::Criteria

new(field : String, table : String) new

Constructor Detail

def self.new(field : String, params : Array(DB::Any)) #

[View source]

Instance Method Detail

def sql_args #

[View source]
def to_sql #

[View source]