UnionFields<F extends Fields> class final

References refer to the left operand's exported SQL expressions.

Use ref when filtering, selecting, or ordering the result of a set operation.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table TableRef
The table occurrence that owns these expressions.
finalinherited

Methods

column<T>(Column<T> column) Field<T>
Creates a writable field; rejects computed column definitions.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readColumn<T>(Column<T> column) ReadField<T>
Creates a read-only field, including a database-computed column.
inherited
ref<T>(Expr<T> expression(F)) Expr<T>
References a selected left-operand expression in the combined SQL result.
toString() String
A string representation of this object.
inherited

Operators

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