
public class OSingleOpExecutionPlan extends Object implements OInternalExecutionPlan
| Modifier and Type | Field and Description |
|---|---|
protected OSimpleExecStatement |
statement |
JAVA_TYPE| Constructor and Description |
|---|
OSingleOpExecutionPlan(OCommandContext ctx,
OSimpleExecStatement 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, setStatementprotected final OSimpleExecStatement statement
public OSingleOpExecutionPlan(OCommandContext ctx, OSimpleExecStatement 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.