JoinBuilder class

Builds a SQL JOIN query.

Constructors

JoinBuilder(JoinType type, Query<dynamic, QueryWhere> from, String to(), String? key, String? value, {String? op = '=', String? alias, List<String> additionalFields = const [], bool aliasAllFields = false})

Properties

additionalFields List<String>
final
alias String?
final
aliasAllFields bool
final
fieldName String
no setter
from Query<dynamic, QueryWhere>
final
hashCode int
The hash code for this object.
no setterinherited
key String?
final
op String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to String Function()
A callback to produces the expression to join against, i.e. a table name, or the result of compiling a query.
final
type JoinType
final
value String?
final

Methods

compile(Set<String>? trampoline) String
nameFor(String name) String
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