MssqlCreateManyResult<TRow> class

What MssqlBulkWriter.createMany stored, and how well input lines up with what came back.

Annotations
  • @immutable

Constructors

MssqlCreateManyResult({required MssqlCreateManyStrategy strategy, required int insertedRows, List<TRow> rows = const [], bool mappedToInput = false, MssqlBulkOptions? bulkOptions, MssqlBulkResult? bulkResult})
const

Properties

bulkOptions → MssqlBulkOptions?
The BCP hints that actually ran, when strategy is bulkCopy.
final
bulkResult → MssqlBulkResult?
The driver's BCP summary, when strategy is bulkCopy.
final
hashCode int
The hash code for this object.
no setterinherited
insertedRows int
final
mappedToInput bool
Whether i is the stored form of input i.
final
rows List<TRow>
Stored rows, in input order when mappedToInput is true.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strategy MssqlCreateManyStrategy
final

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