SyncDoUpdate<T extends Table, D> class

The replacement class for Moor's DoUpdate. 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

SyncDoUpdate(Insertable<D> update(T old), {List<Column>? target})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target List<Column>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(DataAccess<GeneratedDatabase> dataAccess) Future<DoUpdate<T, D>>
override
toString() String
A string representation of this object.
inherited

Operators

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