| java.lang.Object com.versant.core.jdbc.fetch.FetchOp com.versant.core.jdbc.fetch.FopGetState
FopGetState | public class FopGetState extends FetchOp (Code) | | A fetch of a complete State (Entity) for an existing OID.
|
FopGetState | public FopGetState(FetchSpec spec, FetchOpData src, FetchGroup fg, boolean includeSubClasses)(Code) | | Create a State and populate it according to fg. If includeSubclasses is
true then fields for all possible subclasses are fetched. The src must
provide the OID of the instance being fetched and the ResultSet.
|
getResultType | public int getResultType()(Code) | | |
init | public SqlExp init(SelectExp root, int firstColIndex)(Code) | | Add in whatever columns we need to have in the select list and return
the last SqlExp we added.
- may add new FetchOp's for superclass fields, subclass fields,
prefetched references, collection fields and so on to the plan
|
|
|