Class ODeleteExecutionPlan
java.lang.Object
com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlan
com.orientechnologies.orient.core.sql.executor.OUpdateExecutionPlan
com.orientechnologies.orient.core.sql.executor.ODeleteExecutionPlan
- All Implemented Interfaces:
OExecutionPlanContextOps,OInternalExecutionPlan
- Author:
- Luigi Dell'Aquila (l.dellaquila-(at)-orientdb.com)
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlan
stepsFields inherited from interface com.orientechnologies.orient.core.sql.executor.OInternalExecutionPlan
JAVA_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(OCommandContext ctx) toResult(OToResultContext ctx) Methods inherited from class com.orientechnologies.orient.core.sql.executor.OUpdateExecutionPlan
startMethods inherited from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlan
chain, copyOn, deserialize, getCost, getGenericStatement, getIndexes, getStatement, getSteps, prettyPrint, serialize, setGenericStatement, setStatement, setStepsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.sql.executor.OInternalExecutionPlan
isExplain
-
Constructor Details
-
ODeleteExecutionPlan
public ODeleteExecutionPlan()
-
-
Method Details
-
toResult
- Specified by:
toResultin interfaceOExecutionPlanContextOps- Specified by:
toResultin interfaceOInternalExecutionPlan- Overrides:
toResultin classOUpdateExecutionPlan
-
canBeCached
public boolean canBeCached()- Specified by:
canBeCachedin interfaceOInternalExecutionPlan- Overrides:
canBeCachedin classOUpdateExecutionPlan
-
copy
- Specified by:
copyin interfaceOInternalExecutionPlan- Overrides:
copyin classOUpdateExecutionPlan
-