UpdateSingle<T extends Row> class final

A UPDATE statement to update at-most one row.

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)) ReturnSingle<S>
Create a UPDATE statement that returns a projection of the updated row, using the RETURNING clause.
returnUpdated() ReturnSingle<(Expr<T>)>
Create a UPDATE statement that returns the updated row, using the RETURNING clause.
toString() String
A string representation of this object.
inherited

Operators

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