
public class ODeleteStatement extends OStatement
| Modifier and Type | Field and Description |
|---|---|
OFromClause |
fromClause |
protected OLimit |
limit |
protected boolean |
returnBefore |
protected boolean |
unsafe |
protected OWhereClause |
whereClause |
CUSTOM_STRICT_SQL, originalStatementchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
ODeleteStatement(int id) |
ODeleteStatement(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
ODeleteStatement |
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) |
OFromClause |
getFromClause() |
OLimit |
getLimit() |
OWhereClause |
getWhereClause() |
int |
hashCode() |
boolean |
isReturnBefore() |
boolean |
isUnsafe() |
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, toStringpublic OFromClause fromClause
protected OWhereClause whereClause
protected boolean returnBefore
protected OLimit limit
protected boolean unsafe
public ODeleteStatement(int id)
public ODeleteStatement(OrientSql p, int id)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString in class OStatementpublic ODeleteStatement copy()
copy in class OStatementpublic OResultSet execute(ODatabase db, Map params, OCommandContext parentCtx, boolean usePlanCache)
execute in class OStatementpublic OResultSet execute(ODatabase db, Object[] args, OCommandContext parentCtx, boolean usePlanCache)
execute in class OStatementpublic ODeleteExecutionPlan 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 OFromClause getFromClause()
public OWhereClause getWhereClause()
public boolean isReturnBefore()
public OLimit getLimit()
public boolean isUnsafe()
Copyright © 2009–2025 OrientDB. All rights reserved.