public class ODeleteVertexStatement extends OStatement
Modifier and Type | Field and Description |
---|---|
protected OBatch |
batch |
protected boolean |
from |
protected OFromClause |
fromClause |
protected OLimit |
limit |
protected boolean |
returnBefore |
protected OWhereClause |
whereClause |
CUSTOM_STRICT_SQL, originalStatement
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
ODeleteVertexStatement(int id) |
ODeleteVertexStatement(OrientSql p,
int id) |
Modifier and Type | Method and Description |
---|---|
ODeleteVertexStatement |
copy() |
ODeleteExecutionPlan |
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() |
OFromClause |
getFromClause() |
OLimit |
getLimit() |
OWhereClause |
getWhereClause() |
int |
hashCode() |
boolean |
isFrom() |
boolean |
isReturnBefore() |
void |
setBatch(OBatch batch) |
void |
setFrom(boolean from) |
void |
setFromClause(OFromClause fromClause) |
void |
setLimit(OLimit limit) |
void |
setReturnBefore(boolean returnBefore) |
void |
setWhereClause(OWhereClause whereClause) |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
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
protected boolean from
protected OFromClause fromClause
protected OWhereClause whereClause
protected boolean returnBefore
protected OLimit limit
protected OBatch batch
public ODeleteVertexStatement(int id)
public ODeleteVertexStatement(OrientSql p, int id)
public OResultSet execute(ODatabase db, Map params, OCommandContext parentCtx, boolean usePlanCache)
execute
in class OStatement
public OResultSet execute(ODatabase db, Object[] args, OCommandContext parentCtx, boolean usePlanCache)
execute
in class OStatement
public ODeleteExecutionPlan createExecutionPlan(OCommandContext ctx, boolean enableProfiling)
OStatement
createExecutionPlan
in class OStatement
ctx
- 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 OStatement
public ODeleteVertexStatement copy()
copy
in class OStatement
public boolean isFrom()
public void setFrom(boolean from)
public OFromClause getFromClause()
public void setFromClause(OFromClause fromClause)
public OWhereClause getWhereClause()
public void setWhereClause(OWhereClause whereClause)
public boolean isReturnBefore()
public void setReturnBefore(boolean returnBefore)
public OLimit getLimit()
public void setLimit(OLimit limit)
public OBatch getBatch()
public void setBatch(OBatch batch)
Copyright © 2009–2020 OrientDB. All rights reserved.