TableJoinSublayerSource class final

Table Join sublayer source is the result of a join operation.

Nested joins are supported. To use nested joins, set either leftTableSource or rightTableSource to be a TableJoinSublayerSource.

Inheritance

Constructors

TableJoinSublayerSource({required String leftFieldName, required SublayerSource leftSublayerSource, required String rightFieldName, required SublayerSource rightSublayerSource, required JoinType joinType})
Creates a table join sublayer source.
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
joinType → JoinType
The join type.
no setter
leftFieldName → String
The left field name.
no setter
leftSublayerSource → SublayerSource
The left sublayer source.
no setter
rightFieldName → String
The right field name.
no setter
rightSublayerSource → SublayerSource
The right sublayer source.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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