CteFields<F extends Fields> class final

SQL columns exported by a CTE, referenced through its original expressions.

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 an expression selected by the CTE's source query.
toString() String
A string representation of this object.
inherited

Operators

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