RelationshipReader class

Constructors

RelationshipReader(int type, {String? localKey, String? foreignKey, String? foreignTable, bool cascadeOnDelete = false, DartType? through, OrmBuildContext? foreign, OrmBuildContext? throughContext, JoinType? joinType})
const

Properties

cascadeOnDelete bool
final
foreign OrmBuildContext?
final
foreignKey String?
final
foreignTable String?
final
hashCode int
The hash code for this object.
no setterinherited
isManyToMany bool
no setter
joinType → JoinType?
final
joinTypeString String
no setter
localKey String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
through → DartType?
final
throughContext OrmBuildContext?
final
type int
final

Methods

findForeignField(OrmBuildContext ctx) → FieldElement
findLocalField(OrmBuildContext ctx) → FieldElement
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