TripleJoinQuerySource<Ta, Tb, Tc> class

Inheritance
Implemented types

Constructors

TripleJoinQuerySource(DataBean<Ta> main, BeanJoin<Tb> joinB, BeanJoin<Tc> joinC)

Properties

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

Methods

map(List<QueryResult> results) → Triple<Ta, Tb, Tc>
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