
public class OCreateEdgeStatement extends OStatement
| Modifier and Type | Field and Description |
|---|---|
protected OBatch |
batch |
protected OInsertBody |
body |
protected OExpression |
leftExpression |
protected Number |
retry |
protected OExpression |
rightExpression |
protected OIdentifier |
targetClass |
protected OIdentifier |
targetClusterName |
protected boolean |
upsert |
protected Number |
wait |
CUSTOM_STRICT_SQL, originalStatementchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OCreateEdgeStatement(int id) |
OCreateEdgeStatement(OrientSql p,
int id) |
createExecutionPlan, deserialize, deserializeFromOResult, execute, execute, execute, execute, execute, execute, execute, getOriginalStatement, isIdempotent, jjtAccept, refersToParent, serialize, setOriginalStatement, toString, validatechildrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringprotected OIdentifier targetClass
protected OIdentifier targetClusterName
protected boolean upsert
protected OExpression leftExpression
protected OExpression rightExpression
protected OInsertBody body
protected Number retry
protected Number wait
protected OBatch batch
public OCreateEdgeStatement(int id)
public OCreateEdgeStatement(OrientSql p, int id)
public OResultSet execute(ODatabase db, Object[] args, OCommandContext parentCtx, boolean usePlanCache)
execute in class OStatementpublic OResultSet execute(ODatabase db, Map params, OCommandContext parentCtx, boolean usePlanCache)
execute in class OStatementpublic OInsertExecutionPlan createExecutionPlan(OCommandContext ctx, boolean enableProfiling)
OStatementcreateExecutionPlan in class OStatementctx - the context that will be used to execute the statementenableProfiling - true to enable profiling, false to disable itpublic OInsertExecutionPlan createExecutionPlanNoCache(OCommandContext ctx, boolean enableProfiling)
createExecutionPlanNoCache in class OStatementpublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class OStatementpublic boolean executinPlanCanBeCached()
executinPlanCanBeCached in class OStatementpublic OCreateEdgeStatement copy()
copy in class OStatementpublic OIdentifier getTargetClass()
public void setTargetClass(OIdentifier targetClass)
public OIdentifier getTargetClusterName()
public void setTargetClusterName(OIdentifier targetClusterName)
public OExpression getLeftExpression()
public void setLeftExpression(OExpression leftExpression)
public OExpression getRightExpression()
public void setRightExpression(OExpression rightExpression)
public OInsertBody getBody()
public void setBody(OInsertBody body)
public Number getRetry()
public void setRetry(Number retry)
public Number getWait()
public void setWait(Number wait)
public OBatch getBatch()
public void setBatch(OBatch batch)
public boolean isUpsert()
Copyright © 2009–2025 OrientDB. All rights reserved.