MssqlTypeConverter<TDart, TSql> class abstract

Converts between a Dart type and what SQL Server stores.

Applied in both directions: reading a row and writing one. null never reaches a converter — a nullable column's null stays null — so a converter that must handle it declares nullable type arguments.

Constructors

MssqlTypeConverter()
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

Methods

fromSql(TSql value) → TDart
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toSql(TDart value) → TSql
toString() String
A string representation of this object.
inherited

Operators

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