
public class OIndexName extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected String |
value |
children, firstToken, id, lastToken, parent, parser| Constructor and Description |
|---|
OIndexName(int id) |
OIndexName(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OIndexName |
copy() |
void |
deserialize(OResult fromResult) |
boolean |
equals(Object o) |
String |
getValue() |
int |
hashCode() |
OResult |
serialize() |
void |
setValue(String value) |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
childrenAccept, dump, getDatabase, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringprotected String value
public OIndexName(int id)
public OIndexName(OrientSql p, int id)
public String getValue()
getValue in class SimpleNodepublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodepublic OIndexName copy()
copy in class SimpleNodepublic OResult serialize()
public void deserialize(OResult fromResult)
public void setValue(String value)
Copyright © 2009–2025 OrientDB. All rights reserved.