TextColumn class

Inheritance

Constructors

TextColumn.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

contains(String other) Operation
equals(String other) Operation
inherited
icontains(String other) Operation
ilike(String other) Operation
inn(List<String> others) Operation
inherited
isNotNull(String other) Operation
inherited
isNull(String other) Operation
inherited
like(String other) Operation
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notEquals(String 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