class Clear::SQL::Query::OnConflict::OnConflictWhereClause
- Clear::SQL::Query::OnConflict::OnConflictWhereClause
- Reference
- Object
Overview
Fragment used when ON CONFLICT WHERE ...
Included Modules
Defined in:
clear/sql/query/on_conflict.crConstructors
Instance Method Summary
- #change!
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
-
#wheres : Array(Clear::Expression::Node)
Return the list of where clause; each where clause are transformed into Clear::Expression::Node
Instance methods inherited from module Clear::SQL::Query::Where
clear_wheres
clear_wheres,
or_where(node : Clear::Expression::Node)or_where(__template : String, *__args)
or_where(__template : String, **__named_tuple)
or_where(&) or_where, where(node : Clear::Expression::Node)
where(&)
where(__conditions : NamedTuple | Hash(String, Clear::SQL::Any))
where(__template : String, *__args)
where(__template : String, **__tuple)
where(**tuple) where
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
.
def wheres : Array(Clear::Expression::Node)
#
Return the list of where clause; each where clause are transformed into Clear::Expression::Node