
public class ODDLExecutionPlan extends Object implements OInternalExecutionPlan
JAVA_TYPE| Constructor and Description |
|---|
ODDLExecutionPlan(OCommandContext ctx,
ODDLStatement stm) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeCached() |
void |
close() |
OResultSet |
executeInternal(OBasicCommandContext ctx) |
OResultSet |
fetchNext(int n)
if the execution can still return N elements, then the result will contain them all.
|
long |
getCost() |
List<OExecutionStep> |
getSteps() |
String |
prettyPrint(int depth,
int indent) |
void |
reset(OCommandContext ctx) |
OResult |
toResult() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopy, deserialize, getStatement, serialize, setStatementpublic ODDLExecutionPlan(OCommandContext ctx, ODDLStatement stm)
public void close()
close in interface OInternalExecutionPlanpublic OResultSet fetchNext(int n)
OInternalExecutionPlanfetchNext in interface OInternalExecutionPlanpublic void reset(OCommandContext ctx)
reset in interface OInternalExecutionPlanpublic long getCost()
getCost in interface OInternalExecutionPlanpublic boolean canBeCached()
canBeCached in interface OInternalExecutionPlanpublic OResultSet executeInternal(OBasicCommandContext ctx) throws OCommandExecutionException
OCommandExecutionExceptionpublic List<OExecutionStep> getSteps()
getSteps in interface OExecutionPlanpublic String prettyPrint(int depth, int indent)
prettyPrint in interface OExecutionPlanpublic OResult toResult()
toResult in interface OExecutionPlanCopyright © 2009–2025 OrientDB. All rights reserved.