class Jennifer::QueryBuilder::RawSql
Defined in:
jennifer/query_builder/raw_sql.crConstructors
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