ArgumentsForBatchedStatement class

Instruction to run a batched sql statement with the arguments provided.

Constructors

ArgumentsForBatchedStatement(int statementIndex, List<Object?> arguments)
Used internally by drift.

Properties

arguments List<Object?>
Bound arguments for the referenced statement.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statementIndex int
Index of the sql statement in the BatchedStatements.statements of the BatchedStatements containing this argument set.
final

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.
override