SyncUpsertClause<T extends Table, D> class abstract

A base abstract class for SyncDoUpdate and SyncUpsertMultiple classes.

(This class is used internally, no need to use it directly)

Implementers
Annotations
  • @sealed

Constructors

SyncUpsertClause()

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

Operators

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