JoinClauseBuilder class abstract interface

Implementers

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

crossJoin(String table, [List bindings = const []]) QueryBuilder
join(String table, String firstColumn, [String? operator, String? secondColumn, String type = 'inner', bool where = false]) QueryBuilder
joinSub(QueryBuilder subQuery, String as, String firstColumn, [String? operator, String? secondColumn, String type = 'inner']) QueryBuilder
leftJoin(String table, String firstColumn, [String? operator, String? secondColumn, bool where = false]) QueryBuilder
leftJoinSub(QueryBuilder subQuery, String as, String firColumnst, [String? operator, String? secondColumn]) QueryBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rightJoin(String table, String firstColumn, [String? operator, String? secondColumn]) QueryBuilder
toString() String
A string representation of this object.
inherited

Operators

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