UpdateStep<T> class abstract

Constructors

UpdateStep()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(String field, dynamic value) UpdateStep<T>
Sets a the specified field to the specified value for all matching records.
toString() String
A string representation of this object.
inherited
where(String field) WhereStep<T, UpdateWhereStep<T>>
Adds a condition to this update for the specified field. SQL: WHERE

Operators

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