Made Join more explicit.
commit0259ab0125f96841cc1f93e73f224f509a498531
authorSverre Rabbelier <sverre@rabbelier.nl>
Fri, 28 Mar 2008 15:22:54 +0000 (28 16:22 +0100)
committerSverre Rabbelier <sverre@rabbelier.nl>
Fri, 28 Mar 2008 15:22:54 +0000 (28 16:22 +0100)
tree95b98ff113825db3ba4b323f3f547517c6cd1ec3
parenta355b4da278e80fad033ef7292a3741044ba875d
Made Join more explicit.

You can not specify what table you're joining from.
In the case of:
A -> AB -> B

You do the following:
mask->addJoin(AB, a, fkA);
mask->addJoin(AB, B, fkB, b);

And from thereon you can add fields that belong to B.
UnsignedByte/Resource/Join.cpp
UnsignedByte/include/Join.h