class

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)
Source

Instance methods

set(row : NamedTuple)
Source
set(row : String)
Source
set(row : Hash(String, Updatable))
Source
to_sql
Source
wheres

Return the list of where clause; each where clause are transformed into Clear::Expression::Node

Nested types