public class ORuntimeResult extends Object
Constructor and Description |
---|
ORuntimeResult(Object iFieldValue,
Map<String,Object> iProjections,
int iProgressive,
OCommandContext iContext) |
Modifier and Type | Method and Description |
---|---|
static ODocument |
applyRecord(ODocument iValue,
Map<String,Object> iProjections,
OCommandContext iContext,
OIdentifiable iRecord) |
ODocument |
applyRecord(OIdentifiable iRecord) |
void |
applyValue(String iName,
Object iValue)
Set a single value.
|
static ODocument |
createProjectionDocument(int iProgressive) |
Object |
getFieldValue() |
static ODocument |
getProjectionResult(int iId,
Map<String,Object> iProjections,
OCommandContext iContext,
OIdentifiable iRecord) |
ODocument |
getResult() |
static ODocument |
getResult(ODocument iValue,
Map<String,Object> iProjections) |
public ORuntimeResult(Object iFieldValue, Map<String,Object> iProjections, int iProgressive, OCommandContext iContext)
public static ODocument createProjectionDocument(int iProgressive)
public static ODocument applyRecord(ODocument iValue, Map<String,Object> iProjections, OCommandContext iContext, OIdentifiable iRecord)
public static ODocument getProjectionResult(int iId, Map<String,Object> iProjections, OCommandContext iContext, OIdentifiable iRecord)
public ODocument applyRecord(OIdentifiable iRecord)
public void applyValue(String iName, Object iValue)
iName
- Field nameiValue
- Field valuepublic ODocument getResult()
public Object getFieldValue()
Copyright © 2009–2020 OrientDB. All rights reserved.