NumberColumn<T extends num> class
- Inheritance
-
- Object
- BaseColumn<
T> - NumberColumn
Constructors
-
NumberColumn.new({required String column, required String offtable, List<
Join> depends = const []})
Properties
- column ↔ String
-
getter/setter pairinherited
- from ↔ String?
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- offtable ↔ String
-
getter/setter pairinherited
- onColumn ↔ String?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
equals(
T other) → Operation -
inherited
-
inn(
List< T> others) → Operation -
inherited
-
inRange(
T first, T last) → Operation -
isNotNull(
T other) → Operation -
inherited
-
isNull(
T other) → Operation -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notEquals(
T other) → Operation -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator <(
String other) → Operation -
operator <=(
String other) → Operation -
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator >(
String other) → Operation -
operator >=(
String other) → Operation