JoinRouter class abstract Query Builder

Interface for creating and chaining JOIN clauses.

Implementers

Constructors

JoinRouter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

join(JoinInterface join0, [JoinInterface? join1, JoinInterface? join2, JoinInterface? join3, JoinInterface? join4, JoinInterface? join5, JoinInterface? join6, JoinInterface? join7, JoinInterface? join8, JoinInterface? join9]) Joins
Creates and returns a JOIN clause query component with the given joins.
joinAll(Iterable<JoinInterface> joins) Joins
Creates and returns a query component representing many JOIN clauses with the given joins.
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