JoinedTable class
- Implemented types
Constructors
- JoinedTable(JoinType _type, String tableName, [String? alias])
- JoinedTable.crossJoin(String tableName, [String? alias])
-
factory
- JoinedTable.fullJoin(String tableName, [String? alias])
-
factory
- JoinedTable.innerJoin(String tableName, [String? alias])
-
factory
- JoinedTable.leftJoin(String tableName, [String? alias])
-
factory
- JoinedTable.rightJoin(String tableName, [String? alias])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- info → QueryJoinedTableInfo
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
joinOn(
Expression onExp) → JoinedTable -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
validate(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited