DoubleColumn class

Inheritance

Constructors

DoubleColumn(String name, {String? ref})

Properties

ddl String
finalinherited
family String?
finalinherited
fqn String
latefinalinherited
hashCode int
The hash code for this object.
no setterinherited
isKey bool
finalinherited
name String
finalinherited
order Order
finalinherited
ref String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → Type<double>?
finalinherited

Methods

equalsTo(double value) Expr<bool>
inherited
greaterThan(double value) Expr<bool>
inherited
isNotNull() Expr<bool>
inherited
isNull() Expr<bool>
inherited
lessThan(double value) Expr<bool>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(double value) Expr<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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