
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, originalStatementchildren, 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, executecreateExecutionPlan, 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 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 OStatementpublic OStatement copy()
copy in class OStatementpublic OResultSet executeDDL(OCommandContext ctx)
executeDDL in class ODDLStatementCopyright © 2009–2025 OrientDB. All rights reserved.