Join class
A class that represents a join in an SQL statement.
Constructors
- Join({required JoinType type, required String table, required WhereClauseGroup on})
-
Creates a new join.
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- on → WhereClauseGroup
-
The condition for the join.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- table → String
-
The table to join with.
final
- type → JoinType
-
The type of join.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override