BatchReturning<R> class
final
Typed returned rows from a prepared batch insert.
Each get call executes the batch again. Results are collected across chunks; do not assume that database return order establishes an input-row mapping.
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
-
get(
{ExecutionOptions options = const ExecutionOptions()}) → Future< List< R> > - Executes every chunk in one transaction and decodes the returned rows.
-
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