UnionBlock class

UNION

Inheritance

Constructors

UnionBlock(QueryBuilderOptions options)

Properties

hashCode int
The hash code for this object.
no setterinherited
mOptions QueryBuilderOptions
getter/setter pairinherited
mUnions List<UnionNode>?
getter/setter pair
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
ensureUnionsList() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setUnion(String table, UnionType unionType) → void
Add a UNION with the given table/query. @param table Name of the table or query to union with. @param unionType Type of the union.
setUnionSubQuery(QueryBuilder table, UnionType unionType) → void
toString() String
A string representation of this object.
inherited

Operators

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