public class OAlterClassStatement extends ODDLStatement
Modifier and Type | Field and Description |
---|---|
protected Boolean |
add |
protected Boolean |
booleanValue |
OIdentifier |
customKey |
protected String |
customString |
OExpression |
customValue |
protected OInteger |
defaultClusterId |
protected OIdentifier |
defaultClusterName |
protected List<OIdentifier> |
identifierListValue |
protected OIdentifier |
identifierValue |
protected OIdentifier |
name
the name of the class
|
protected ONumber |
numberValue |
OClass.ATTRIBUTES |
property
the class property to be altered
|
protected Boolean |
remove |
protected boolean |
unsafe |
CUSTOM_STRICT_SQL, originalStatement
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
OAlterClassStatement(int id) |
OAlterClassStatement(OrientSql p,
int id) |
Modifier and Type | Method and Description |
---|---|
OStatement |
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 OIdentifier name
public OClass.ATTRIBUTES property
protected OIdentifier identifierValue
protected List<OIdentifier> identifierListValue
protected Boolean add
protected Boolean remove
protected ONumber numberValue
protected Boolean booleanValue
public OIdentifier customKey
public OExpression customValue
protected OInteger defaultClusterId
protected OIdentifier defaultClusterName
protected String customString
protected boolean unsafe
public OAlterClassStatement(int id)
public OAlterClassStatement(OrientSql p, int id)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class OStatement
public OStatement copy()
copy
in class OStatement
public OResultSet executeDDL(OCommandContext ctx)
executeDDL
in class ODDLStatement
Copyright © 2009–2020 OrientDB. All rights reserved.