
public class OCreatePropertyAttributeStatement extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
OIdentifier |
settingName |
OExpression |
settingValue |
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OCreatePropertyAttributeStatement(int id) |
OCreatePropertyAttributeStatement(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OCreatePropertyAttributeStatement |
copy() |
boolean |
equals(Object o) |
int |
hashCode() |
Object |
setOnProperty(OPropertyImpl internalProp,
OCommandContext ctx) |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
childrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringpublic OIdentifier settingName
public OExpression settingValue
public OCreatePropertyAttributeStatement(int id)
public OCreatePropertyAttributeStatement(OrientSql p, int id)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodepublic OCreatePropertyAttributeStatement copy()
copy in class SimpleNodepublic Object setOnProperty(OPropertyImpl internalProp, OCommandContext ctx)
Copyright © 2009–2025 OrientDB. All rights reserved.