Class OUpdateExecutionPlan
java.lang.Object
com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlan
com.orientechnologies.orient.core.sql.executor.OUpdateExecutionPlan
- All Implemented Interfaces:
OExecutionPlanContextOps,OInternalExecutionPlan
- Direct Known Subclasses:
ODeleteExecutionPlan,OForEachExecutionPlan,ORetryExecutionPlan
- 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) start(OCommandContext ctx) if the execution can still return N elements, then the result will contain them all.toResult(OToResultContext ctx) Methods 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
-
OUpdateExecutionPlan
public OUpdateExecutionPlan()
-
-
Method Details
-
start
Description copied from interface:OInternalExecutionPlanif the execution can still return N elements, then the result will contain them all. If the execution contains less than N elements, then the result will contain them all, next result(s) will contain zero elements- Specified by:
startin interfaceOInternalExecutionPlan- Overrides:
startin classOSelectExecutionPlan- Parameters:
ctx- TODO- Returns:
-
toResult
- Specified by:
toResultin interfaceOExecutionPlanContextOps- Specified by:
toResultin interfaceOInternalExecutionPlan- Overrides:
toResultin classOSelectExecutionPlan
-
canBeCached
public boolean canBeCached()- Specified by:
canBeCachedin interfaceOInternalExecutionPlan- Overrides:
canBeCachedin classOSelectExecutionPlan
-
copy
- Specified by:
copyin interfaceOInternalExecutionPlan- Overrides:
copyin classOSelectExecutionPlan
-