public class OUpdateEdgeStatement extends OUpdateStatement
limit, lockRecord, operations, returnAfter, returnBefore, returnCount, returnProjection, target, timeout, upsert, whereClause
CUSTOM_STRICT_SQL, originalStatement
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
OUpdateEdgeStatement(int id) |
OUpdateEdgeStatement(OrientSql p,
int id) |
Modifier and Type | Method and Description |
---|---|
OUpdateEdgeStatement |
copy() |
OUpdateExecutionPlan |
createExecutionPlan(OCommandContext ctx,
boolean enableProfiling)
creates an execution plan for current statement
|
protected String |
getStatementType() |
equals, execute, execute, getLimit, getLockRecord, getOperations, getReturnProjection, getTarget, getTimeout, getWhereClause, hashCode, isReturnAfter, isReturnBefore, isReturnCount, isUpsert, toString
createExecutionPlan, createExecutionPlanNoCache, deserialize, deserializeFromOResult, execute, execute, execute, execute, execute, execute, execute, executinPlanCanBeCached, getOriginalStatement, isIdempotent, refersToParent, serialize, setOriginalStatement, toString, validate
childrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString
public OUpdateEdgeStatement(int id)
public OUpdateEdgeStatement(OrientSql p, int id)
protected String getStatementType()
getStatementType
in class OUpdateStatement
public OUpdateExecutionPlan createExecutionPlan(OCommandContext ctx, boolean enableProfiling)
OStatement
createExecutionPlan
in class OUpdateStatement
ctx
- the context that will be used to execute the statementenableProfiling
- true to enable profiling, false to disable itpublic OUpdateEdgeStatement copy()
copy
in class OUpdateStatement
Copyright © 2009–2020 OrientDB. All rights reserved.