class Jennifer::QueryBuilder::Criteria
- Jennifer::QueryBuilder::Criteria
- Reference
- Object
Direct Known Subclasses
Defined in:
jennifer/query_builder/criteria.crConstructors
Instance Method Summary
- #!=(value : Rightable)
- #&(other : Criteria | LogicOperator)
- #<(value : Rightable)
- #<=(value : Rightable)
- #<=>(value : Rightable)
- #==(value : Rightable)
- #=~(value : String)
- #>(value : Rightable)
- #>=(value : Rightable)
- #|(other : Criteria | LogicOperator)
- #field : String
- #filter_out(arg)
- #in(arr : Array(DB::Any))
- #is(value : Symbol | Bool | Nil)
- #like(value : String)
- #not(value : Symbol | Bool | Nil)
- #not
- #not_like(value : String)
- #not_regexp(value : String)
- #not_rlike(value : String)
- #operator : Jennifer::QueryBuilder::Operator | Symbol
- #regexp(value : String)
- #rhs : Rightable
- #rlike(value : String)
- #sql_args : Array(DB::Any)
- #table : String
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #to_sql
Constructor Detail
Instance Method Detail
def to_s
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.