Column class

Constructors

Column(String fieldName)

Properties

fieldName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
operator String?
getter/setter pair
order String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

and(Column right) AndCondition
asc() Column
desc() Column
eq() Column
gt() Column
gte() Column
like() Column
lt() Column
lte() Column
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orderField() String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited