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, toString
protected String value
public OIndexName(int id)
public OIndexName(OrientSql p, int id)
public String getValue()
getValue
in class SimpleNode
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class SimpleNode
public OIndexName copy()
copy
in class SimpleNode
public OResult serialize()
public void deserialize(OResult fromResult)
public void setValue(String value)
Copyright © 2009–2020 OrientDB. All rights reserved.