
public class OInfoExecutionPlan extends Object implements OExecutionPlan
| Constructor and Description |
|---|
OInfoExecutionPlan() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCost() |
String |
getJavaType() |
String |
getPrettyPrint() |
List<OExecutionStep> |
getSteps() |
String |
getStmText() |
String |
getType() |
String |
prettyPrint(int depth,
int indent) |
void |
setCost(Integer cost) |
void |
setJavaType(String javaType) |
void |
setPrettyPrint(String prettyPrint) |
void |
setSteps(List<OExecutionStep> steps) |
void |
setStmText(String stmText) |
void |
setType(String type) |
OResult |
toResult() |
String |
toString() |
public List<OExecutionStep> getSteps()
getSteps in interface OExecutionPlanpublic String prettyPrint(int depth, int indent)
prettyPrint in interface OExecutionPlanpublic OResult toResult()
toResult in interface OExecutionPlanpublic void setSteps(List<OExecutionStep> steps)
public String getPrettyPrint()
public void setPrettyPrint(String prettyPrint)
public String getType()
public void setType(String type)
public String getJavaType()
public void setJavaType(String javaType)
public Integer getCost()
public void setCost(Integer cost)
public String getStmText()
public void setStmText(String stmText)
Copyright © 2009–2025 OrientDB. All rights reserved.