Join class

tableAs is an alias you can assign to the table for easier table reference; ie, if the table is named myTable, and given tableAs as mt Accessing columns can be mt.amount instead od myTable.amount

Constructors

Join({required JoinType joinType, required String tableName, required OnorUsing onorUsing, String? tableAs})

Properties

hashCode int
The hash code for this object.
no setterinherited
joinType JoinType
final
onorUsing OnorUsing
final
query String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableAs String?
final
tableName String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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