ReferenceColumn class final
Constructors
- ReferenceColumn(String name, {required Table references, bool nullable = false, CascadeOperation? onUpdate, CascadeOperation? onDelete, DataAffinity type = DataAffinity.integer})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
finalinherited
- nullable → bool
-
final
- onDelete → CascadeOperation?
-
final
- onUpdate → CascadeOperation?
-
final
- references → Table
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → DataAffinity
-
final
Methods
-
defaultValueGetter(
) → Object? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toSql(
) → String -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited