JoinTable class

Inheritance

Properties

fieldsInfo List<FieldInfo>
getter/setter pairinherited-setteroverride-getter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

CrossJoin(Queryable t, Expr on) JoinTable
inherited
InnerJoin(Queryable t, Expr on) JoinTable
inherited
LeftJoin(Queryable t, Expr on) JoinTable
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
OuterJoin(Queryable t, Expr on) JoinTable
inherited
RightJoin(Queryable t, Expr on) JoinTable
inherited
toString() String
A string representation of this object.
inherited

Operators

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