| |
|
| java.lang.Object com.versant.core.jdbc.JoinStructure
JoinStructure | public class JoinStructure implements Comparable(Code) | | This is a dataStructure that is used to remember join conditions.
This is a composite structure where by a child knows its parent, but not
the other way round.
|
colJoinStructs | public List colJoinStructs(Code) | | This is a collection of all the JoinStructure end points that is a
collection.
|
refField | public boolean refField(Code) | | |
rootJoinStructure | public boolean rootJoinStructure(Code) | | If this is the root of the joinStructTree
|
finish | public void finish()(Code) | | Called to finalize the structure.
|
isRefField | public boolean isRefField()(Code) | | |
|
|
|