TupleJoinQuerySource<Ta, Tb> class

Inheritance
Implemented types

Constructors

TupleJoinQuerySource(DataBean<Ta> main, BeanJoin<Tb> joinB)

Properties

hashCode int
The hash code for this object.
no setterinherited
innerJoin bool
final
joinB BeanJoin<Tb>
final
joins List<BeanJoin>
no setteroverride
main DataBean<Ta>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

join<Tc, TDao extends Tc>(DataBean<TDao> other, DataField mainField, DataField otherField, {CompareType type = CompareType.equals}) TripleJoinQuerySource<Ta, Tb, Tc>
Create JoinedQuerySource with this and the following join.
map(List<QueryResult> results) → Tuple<Ta, Tb>
override
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