BaseColumn<T> class
abstract
- Implementers
Constructors
-
BaseColumn.new({required String column, required String offtable, List<
Join> depends = const []})
Properties
Methods
-
equals(
T other) → Operation -
inn(
List< T> others) → Operation -
isNotNull(
T other) → Operation -
isNull(
T other) → Operation -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notEquals(
T other) → Operation -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited