Update<T extends Row> class final

A UPDATE statement to update multiple rows.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute() Future<void>
Execute this UPDATE statement in the database.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
returning<S extends Record>(S projectionBuilder(Expr<T> updated)) Return<S>
Create a UPDATE statement that returns a projection of the updated rows, using the RETURNING clause.
returnUpdated() Return<(Expr<T>)>
Create a UPDATE statement that returns the updated rows, using the RETURNING clause.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited