Clear::SQL::UpdateQuery
Inherits Clear::SQL::Query::Execute < Clear::SQL::Query::Where < Clear::SQL::Query::Change < Clear::SQL::Query::Connection < Clear::SQL::Query::CTE < Reference < Object
Constructors
new(table : String | Symbol | Nil, wheres : Array(Clear::Expression::Node) = [] of Clear::Expression::Node)
SourceInstance methods
set(row : NamedTuple)
Sourceset(row : String)
Sourceset(row : Hash(String, Updatable))
Sourceset
Sourceto_sql
Sourcewheres
Return the list of where clause; each where clause are transformed into Clear::Expression::Node