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

Constructors

UpsertMultiple(List<DoUpdate<T, D>> clauses)
Creates an upsert consisting of multiple DoUpdate clauses.

Properties

clauses List<DoUpdate<T, D>>
All DoUpdate 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