
public class OInsertExecutionPlan extends OSelectExecutionPlan
stepsJAVA_TYPE| Constructor and Description |
|---|
OInsertExecutionPlan(OCommandContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeCached() |
OInternalExecutionPlan |
copy(OCommandContext ctx) |
void |
executeInternal() |
OResultSet |
fetchNext(int n)
if the execution can still return N elements, then the result will contain them all.
|
void |
reset(OCommandContext ctx) |
OResult |
toResult() |
chain, close, copyOn, deserialize, getCost, getStatement, getSteps, prettyPrint, serialize, setStatement, setStepspublic OInsertExecutionPlan(OCommandContext ctx)
public OResultSet fetchNext(int n)
OInternalExecutionPlanfetchNext in interface OInternalExecutionPlanfetchNext in class OSelectExecutionPlanpublic void reset(OCommandContext ctx)
reset in interface OInternalExecutionPlanreset in class OSelectExecutionPlanpublic void executeInternal()
throws OCommandExecutionException
OCommandExecutionExceptionpublic OResult toResult()
toResult in interface OExecutionPlantoResult in class OSelectExecutionPlanpublic OInternalExecutionPlan copy(OCommandContext ctx)
copy in interface OInternalExecutionPlancopy in class OSelectExecutionPlanpublic boolean canBeCached()
canBeCached in interface OInternalExecutionPlancanBeCached in class OSelectExecutionPlanCopyright © 2009–2025 OrientDB. All rights reserved.