DoubleColumn class

double column

Inheritance

Constructors

DoubleColumn(String name)

Properties

conditions List<ColumnCondition>
finalinherited
hasCondition bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asc() OrderField
inherited
between(double beginValue, double endValue) DoubleColumn
inherited
clear() → void
inherited
desc() OrderField
inherited
eq(double value) DoubleColumn
inherited
ge(double value) DoubleColumn
inherited
gt(double value) DoubleColumn
inherited
IN(List<double> value) DoubleColumn
inherited
le(double value) DoubleColumn
inherited
lt(double value) DoubleColumn
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notBetween(double beginValue, double endValue) DoubleColumn
inherited
notIn(List<double> value) DoubleColumn
inherited
toSqlConditions(String tableAlias, String? softDeleteColumnName) Iterable<SqlCondition>
inherited
toString() String
A string representation of this object.
inherited

Operators

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