| Package | Description |
|---|---|
| com.orientechnologies.orient.core.sql.executor | |
| com.orientechnologies.orient.core.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
OScriptExecutionPlan |
IfStep.getNegativePlan() |
OScriptExecutionPlan |
IfStep.getPositivePlan() |
OScriptExecutionPlan |
RetryStep.initPlan(List<OStatement> body,
OCommandContext ctx) |
OScriptExecutionPlan |
ForEachStep.initPlan(OCommandContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
IfStep.setNegativePlan(OScriptExecutionPlan negativePlan) |
void |
IfStep.setPositivePlan(OScriptExecutionPlan positivePlan) |
| Modifier and Type | Method and Description |
|---|---|
OScriptExecutionPlan |
WhileStep.initPlan(OCommandContext ctx) |
Copyright © 2009–2025 OrientDB. All rights reserved.