TableRelation<T extends Table> class

Constructors

TableRelation({required String fromField, required String toField, required String relationName})
const

Properties

fromField String
final
hashCode int
The hash code for this object.
no setterinherited
relationName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toField String
final

Methods

getDriftTable<DB extends GeneratedDatabase>(DB db) → T
getOppositeRelation(GeneratedDatabase db) TableRelation<Table>
isIncomingRelation() bool
isOutgoingRelation() bool
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