
public class OAlterPropertyStatement extends OStatement
| Modifier and Type | Field and Description |
|---|---|
OIdentifier |
className |
boolean |
clearCustom |
OIdentifier |
customPropertyName |
OExpression |
customPropertyValue |
OIdentifier |
propertyName |
OIdentifier |
settingName |
OExpression |
settingValue |
CUSTOM_STRICT_SQLchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OAlterPropertyStatement(int id) |
OAlterPropertyStatement(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
void |
validate() |
execute, jjtAccept, toStringchildrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringpublic OIdentifier className
public OIdentifier propertyName
public OIdentifier customPropertyName
public OExpression customPropertyValue
public OIdentifier settingName
public OExpression settingValue
public boolean clearCustom
public OAlterPropertyStatement(int id)
public OAlterPropertyStatement(OrientSql p, int id)
public void validate()
throws OCommandSQLParsingException
validate in class OStatementOCommandSQLParsingExceptionpublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class OStatementCopyright © 2009–2025 OrientDB. All rights reserved.