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
Properties
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