ColumnRelation class
Constructors
-
ColumnRelation({RelationType? relationType, String? referencedTable, String? referencedColumn, Entity? referencedEntity, List<
Column?> ? referencedEntityColumns, String? attributeName, String? primaryKey})
Properties
- attributeName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- primaryKey → String?
-
final
- referencedColumn → String?
-
final
- referencedEntity → Entity?
-
final
-
referencedEntityColumns
→ List<
Column?> ? -
final
- referencedTable → String?
-
final
- relationType → RelationType?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited