SyncUpsertMultiple<T extends Table, D> class

The replacement class for Moor's UpsertMultiple. Use this method to ensure compatibility with the synchronization process.

Please read the Client Side Moor Code Adaptation in the netcoresync_moor documentation for more details.

Inheritance

Constructors

SyncUpsertMultiple(List<SyncDoUpdate<T, D>> clauses)

Properties

clauses List<SyncDoUpdate<T, D>>
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
resolve(DataAccess<GeneratedDatabase> dataAccess) Future<UpsertMultiple<T, D>>
override
toString() String
A string representation of this object.
inherited

Operators

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