
public class ScriptLineStep extends AbstractExecutionStep
This step represents the execution plan of an instruciton instide a batch script
| Modifier and Type | Field and Description |
|---|---|
protected OInternalExecutionPlan |
plan |
ctx, next, prev, profilingEnabled, timedOut| Constructor and Description |
|---|
ScriptLineStep(OInternalExecutionPlan nextPlan,
OCommandContext ctx,
boolean profilingEnabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsReturn() |
OExecutionStepInternal |
executeUntilReturn(OCommandContext ctx) |
String |
prettyPrint(int depth,
int indent) |
OResultSet |
syncPull(OCommandContext ctx,
int nRecords) |
close, getContext, getCostFormatted, getNext, getPrev, isProfilingEnabled, sendTimeout, setNext, setPrevious, setProfilingEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbasicDeserialize, basicSerialize, canBeCached, copy, deserialize, getDescription, getIndent, getName, getSubExecutionPlans, getSubSteps, getTargetNode, getType, reset, serializegetCost, toResultprotected final OInternalExecutionPlan plan
public ScriptLineStep(OInternalExecutionPlan nextPlan, OCommandContext ctx, boolean profilingEnabled)
public OResultSet syncPull(OCommandContext ctx, int nRecords) throws OTimeoutException
OTimeoutExceptionpublic boolean containsReturn()
public OExecutionStepInternal executeUntilReturn(OCommandContext ctx)
public String prettyPrint(int depth, int indent)
Copyright © 2009–2025 OrientDB. All rights reserved.