BaseColumn<T> class abstract

Implementers

Constructors

BaseColumn.new({required String column, required String offtable, List<Join> depends = const []})

Properties

column String
getter/setter pair
from String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
offtable String
getter/setter pair
onColumn String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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