RealType class

Maps double values from and to sql

Inheritance

Constructors

RealType()
Constant constructor used by the type system
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

mapFromDatabaseResponse(dynamic response) double?
Maps the response from sql back to a readable dart type.
override
mapToSqlConstant(num? content) String
Maps the given content to a sql literal that can be included in the query string.
override
mapToSqlVariable(num? content) num?
Maps the content to a value that we can send together with a prepared statement to represent the given value.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sqlName(SqlDialect dialect) String
The name of this type in sql, such as TEXT.
override
toString() String
A string representation of this object.
inherited

Operators

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