class

Focus::UpdateStatement

Inherits Focus::Statement / Focus::Queryable / Reference / Object

Constructors

new(update_clause : Focus::UpdateClause)
Source

Instance methods

from(table : Focus::ReadableTable) : self
Source
from_clause
Source
ordered_clauses
Source
returning(*returning_vals : Focus::Expression) : self
Source
returning_clause
Source
set(column : Focus::Column, val : T) : self forall T
Source
set_clause
Source
statement_type
Source
update_clause
Source
where(expression : Focus::BoolExpression) : self
Source
where_clause
Source