MssqlKeyedPatch class
One row of a set-based update: the key that finds it, and the patch.
- Annotations
-
- @immutable
Constructors
-
MssqlKeyedPatch({required Map<
String, Object?> key, required MssqlWriteAssignments patch}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
key
→ Map<
String, Object?> -
Column name to value. Names are matched case-insensitively to the
binding. Null key values are refused: they cannot identify a row.
final
- patch → MssqlWriteAssignments
-
final
- 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