UpsertMultiple<T extends Table, D> class
Upsert clause that consists of multiple clauses.
The first DoUpdate.target matched by this upsert will be run.
- Inheritance
-
- Object
- UpsertClause<
T, D> - UpsertMultiple
Constructors
-
UpsertMultiple.new(List<
UpsertClause< clauses)T, D> > - Creates an upsert consisting of multiple DoUpdate and DoNothing clauses.
Properties
-
clauses
→ List<
UpsertClause< T, D> > -
All DoUpdate and DoNothing clauses that are part of this upsert.
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited