
public class OAlterClassStatement extends OStatement
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
add |
OIdentifier |
customKey |
protected String |
customString |
OExpression |
customValue |
OExpression |
expression |
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_SQLchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OAlterClassStatement(int id) |
OAlterClassStatement(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
execute, jjtAccept, 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
public OExpression expression
public OIdentifier customKey
public OExpression customValue
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 OStatementCopyright © 2009–2025 OrientDB. All rights reserved.