JoinBlock class

JOIN

Inheritance

Constructors

JoinBlock(QueryBuilderOptions options)

Properties

hashCode int
The hash code for this object.
no setterinherited
mJoins List<JoinNode>
getter/setter pair
mOptions QueryBuilderOptions
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildReturningFields() List<String?>?
inherited
buildStr(QueryBuilder queryBuilder) String
override
buildSubstitutionValues() Map<String, dynamic>
inherited
doJoin(Object? table, String? alias, Object condition, JoinType? type) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setJoin(String table, String? alias, String condition, JoinType type) → void
Add a JOIN with the given table. @param table Name of the table to setJoin with. @param alias Optional alias for the table name. @param condition Optional condition (containing an SQL expression) for the JOIN. @param type Join Type.
setJoinWithExpression(String table, String? alias, Expression condition, JoinType type) → void
setJoinWithQueryWithExpr(QueryBuilder table, String? alias, Expression condition, JoinType type) → void
setJoinWithSubQuery(QueryBuilder table, String? alias, String condition, JoinType type) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited