CteFields<F extends Fields> class
final
SQL columns exported by a CTE, referenced through its original expressions.
Properties
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