public class ODropIndexStatement extends ODDLStatement
Modifier and Type | Field and Description |
---|---|
protected boolean |
all |
protected boolean |
ifExists |
protected OIndexName |
name |
CUSTOM_STRICT_SQL, originalStatement
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
ODropIndexStatement(int id) |
ODropIndexStatement(OrientSql p,
int id) |
Modifier and Type | Method and Description |
---|---|
ODropIndexStatement |
copy() |
boolean |
equals(Object o) |
OResultSet |
executeDDL(OCommandContext ctx) |
int |
hashCode() |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
createExecutionPlan, execute, execute
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 all
protected OIndexName name
protected boolean ifExists
public ODropIndexStatement(int id)
public ODropIndexStatement(OrientSql p, int id)
public OResultSet executeDDL(OCommandContext ctx)
executeDDL
in class ODDLStatement
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class OStatement
public ODropIndexStatement copy()
copy
in class OStatement
Copyright © 2009–2020 OrientDB. All rights reserved.