JoinGraph class
The join graph: tables as nodes, join predicates as edges.
Properties
Methods
-
edgeBetween(
String a, String b) → JoinEdge? -
Return the edge connecting
aandb, or null. -
neighbors(
String table) → List< String> -
Return all tables directly connected to
tablevia an edge. -
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