NumericSqlExpressionBuilder<T extends num> class

Inheritance

Constructors

NumericSqlExpressionBuilder(Query<dynamic, QueryWhere> query, String columnName)

Properties

columnName String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hasValue bool
no setteroverride
isNotNull → void
no setter
isNull → void
no setter
query Query<dynamic, QueryWhere>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
substitution String
no setterinherited

Methods

compile() String?
override
equals(T value) → void
greaterThan(T value) → void
greaterThanOrEqualTo(T value) → void
isBetween(T lower, T upper) → void
isIn(Iterable<T> values) → void
isNotBetween(T lower, T upper) → void
isNotIn(Iterable<T> values) → void
lessThan(T value) → void
lessThanOrEqualTo(T value) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notEquals(T value) → void
toString() String
A string representation of this object.
inherited

Operators

operator <(T value) bool
operator <=(T value) bool
operator ==(Object other) bool
The equality operator.
inherited
operator >(T value) bool
operator >=(T value) bool