| java.lang.Object com.versant.core.jdbc.ColFieldHolder
ColFieldHolder | public class ColFieldHolder (Code) | | This is a data structure to hold the ResultSet and the PreparedStatement
for a Collection field that is being iterated over.
This struct also has a ref to a parent. This creates a structrure whereby
the child knows about the parent but the parent not about the child.
To create the exp to query for this collection we follow the parent links all
the way to the top and start from there.
|
crossJoinedField | public boolean crossJoinedField(Code) | | |
returnState | public int returnState(Code) | | |
rs | public ResultSet rs(Code) | | The following fields are used when the query has been executed to maintain
the state.
|
valueJoinToParent | final public boolean valueJoinToParent(Code) | | If this collection is from the parents key of value field.
This can only be false if the parent is a Map with a pc key.
This field will not change once set.
|
close | public void close()(Code) | | |
|
|