MssqlBoundValue class final

A value bound as a parameter, already encoded for its column's SQL type.

Built through MssqlBoundColumn.bind rather than from a raw Dart value: the driver would otherwise infer nvarchar for a varchar column and float for a decimal one, which changes what a comparison means and takes the column's index out of play.

Inheritance
Annotations
  • @immutable

Constructors

MssqlBoundValue(MssqlValue value)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → MssqlValue
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