JoinInstruction class
The instructions associated with a join.
Constructors
- JoinInstruction({required String leftOperand, required String onClause, required String rightOperand, required JoinType type, JoinKeyProperties? leftJoinKeyProperties, JoinKeyProperties? rightJoinKeyProperties})
-
JoinInstruction.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- leftJoinKeyProperties → JoinKeyProperties?
-
Join key properties of the left operand.
final
- leftOperand → String
-
The operand on the left side of a join.
final
- onClause → String
-
The join instructions provided in the
ON
clause of a join.final - rightJoinKeyProperties → JoinKeyProperties?
-
Join key properties of the right operand.
final
- rightOperand → String
-
The operand on the right side of a join.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → JoinType
-
The type of join that it is.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited