class

Lustra::SQL::UpdateQuery

Inherits Lustra::SQL::Query::Execute < Lustra::SQL::Query::Where < Lustra::SQL::Query::Change < Lustra::SQL::Query::Connection < Lustra::SQL::Query::CTE < Reference < Object

TODO: Documentation

Constructors

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 Lustra::Expression::Node

Nested types