MssqlWriteOutcome class

What a write did, and how well that is known.

Annotations
  • @immutable

Constructors

MssqlWriteOutcome({required int affectedRows, required MssqlAffectedRowsSource affectedRowsSource, List<MssqlRow> rows = const <MssqlRow>[]})
const

Properties

affectedRows → int
How many of the caller's own rows the statement wrote.
final
affectedRowsExact → bool
Whether affectedRows is attributable to this statement alone.
no setter
affectedRowsSource → MssqlAffectedRowsSource
How affectedRows was determined.
final
hashCode → int
The hash code for this object.
no setterinherited
rows → List<MssqlRow>
The stored rows, when the write read them back. Empty otherwise, which is not the same as "the write matched nothing" — check affectedRows.
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.
override

Operators

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