
public class OMoveVertexStatement extends OStatement
| Modifier and Type | Field and Description |
|---|---|
protected OBatch |
batch |
protected OFromItem |
source |
protected OIdentifier |
targetClass |
protected OCluster |
targetCluster |
protected OUpdateOperations |
updateOperations |
CUSTOM_STRICT_SQL, originalStatementchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OMoveVertexStatement(int id) |
OMoveVertexStatement(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OMoveVertexStatement |
copy() |
OUpdateExecutionPlan |
createExecutionPlan(OCommandContext ctx,
boolean enableProfiling)
creates an execution plan for current statement
|
boolean |
equals(Object o) |
OResultSet |
execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
OBatch |
getBatch() |
OFromItem |
getSource() |
OIdentifier |
getTargetClass() |
OCluster |
getTargetCluster() |
OUpdateOperations |
getUpdateOperations() |
int |
hashCode() |
void |
setBatch(OBatch batch) |
void |
setSource(OFromItem source) |
void |
setTargetClass(OIdentifier targetClass) |
void |
setTargetCluster(OCluster targetCluster) |
void |
setUpdateOperations(OUpdateOperations updateOperations) |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
createExecutionPlan, createExecutionPlanNoCache, deserialize, deserializeFromOResult, execute, execute, execute, execute, execute, execute, execute, executinPlanCanBeCached, 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 OFromItem source
protected OCluster targetCluster
protected OIdentifier targetClass
protected OUpdateOperations updateOperations
protected OBatch batch
public OMoveVertexStatement(int id)
public OMoveVertexStatement(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 OUpdateExecutionPlan 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 void toString(Map<Object,Object> params, StringBuilder builder)
toString in class OStatementpublic OMoveVertexStatement copy()
copy in class OStatementpublic OFromItem getSource()
public void setSource(OFromItem source)
public OCluster getTargetCluster()
public void setTargetCluster(OCluster targetCluster)
public OIdentifier getTargetClass()
public void setTargetClass(OIdentifier targetClass)
public OUpdateOperations getUpdateOperations()
public void setUpdateOperations(OUpdateOperations updateOperations)
public OBatch getBatch()
public void setBatch(OBatch batch)
Copyright © 2009–2025 OrientDB. All rights reserved.