| java.lang.Object com.versant.core.jdbc.fetch.FetchOp com.versant.core.jdbc.fetch.FopGetOID
FopGetOID | public class FopGetOID extends FetchOp (Code) | | A fetch of the OID (primary key) for a class. This when there is an object
in the ResultSet whose primary key is not available elsewhere or otherwise
read as part of a State. Example 'SELECT o FROM Order AS o' will use one
of these to get the OID for each Order returned.
|
getResultType | public int getResultType()(Code) | | |
init | public SqlExp init(SelectExp root, int firstColIndex)(Code) | | Init this FetchOp and return the expressions that we need to be added
to the select list of the query or null if none. The FetchOp may
add additional FetchOp's to the spec.
|
|
|