Fields class abstract

Typed expressions belonging to one table occurrence.

Generated field classes extend this type. Manual definitions use column for writable columns and readColumn for database-computed columns.

Implementers

Constructors

Fields(TableRef table)
Binds a field collection to one table occurrence.
const

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.
final

Methods

column<T>(Column<T> column) Field<T>
Creates a writable field; rejects computed column definitions.
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.
toString() String
A string representation of this object.
inherited

Operators

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