Class OInfoExecutionPlan
java.lang.Object
com.orientechnologies.orient.core.sql.executor.OInfoExecutionPlan
- All Implemented Interfaces:
OExecutionPlan
Created by luigidellaquila on 19/12/16.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OInfoExecutionPlanfromResult(OResult read) getCost()getSteps()getType()prettyPrint(int depth, int indent) voidvoidsetGenericStatement(String genericStatement) voidsetJavaType(String javaType) voidsetPrettyPrint(String prettyPrint) voidsetSteps(List<OExecutionStep> steps) voidsetStmText(String stmText) voidtoResult()toString()
-
Constructor Details
-
OInfoExecutionPlan
public OInfoExecutionPlan()
-
-
Method Details
-
getSteps
- Specified by:
getStepsin interfaceOExecutionPlan
-
prettyPrint
- Specified by:
prettyPrintin interfaceOExecutionPlan
-
prettyPrint
- Specified by:
prettyPrintin interfaceOExecutionPlan
-
toResult
- Specified by:
toResultin interfaceOExecutionPlan
-
setSteps
-
getPrettyPrint
-
setPrettyPrint
-
getType
-
setType
-
getJavaType
-
setJavaType
-
getCost
-
setCost
-
getStmText
-
setStmText
-
toString
-
getIndexes
- Specified by:
getIndexesin interfaceOExecutionPlan
-
getGenericStatement
-
setGenericStatement
-
fromResult
-