RelationTableA, BrelateA Method |
| Name | Description | |
|---|---|---|
| relateA(A) |
Looks in the table for object a, and finds the object b that
is related. Returns the found object, or throws an exception if not found
| |
| relateA(A, B) |
Looks in the table for object a, and finds the object b that
is related. Returns true if found, false if not found.
|