ComparableCondition<T, R> mixin

support > < = >= <= between for columns

Superclass Constraints
Mixin Applications

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(T beginValue, T endValue) → R
clear() → void
inherited
desc() OrderField
inherited
eq(T value) → R
inherited
ge(T value) → R
gt(T value) → R
le(T value) → R
lt(T value) → R
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notBetween(T beginValue, T endValue) → R
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