
public class OIdentifier extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
quoted |
protected String |
value |
children, firstToken, id, lastToken, parent, parser| Constructor and Description |
|---|
OIdentifier(int id) |
OIdentifier(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getStringValue()
returns the plain string representation of this identifier, with quoting removed from back-ticks
|
String |
getValue()
returns the value as is, with back-ticks quoted with backslash
|
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
void |
setStringValue(String s)
returns the plain string representation of this identifier, with quoting removed from back-ticks
|
void |
setValue(String value)
accepts a plain value.
|
String |
toString() |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
String |
toString(String prefix) |
childrenAccept, dump, getDatabase, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValueprotected String value
protected boolean quoted
public OIdentifier(int id)
public OIdentifier(OrientSql p, int id)
public Object jjtAccept(OrientSqlVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic String getValue()
getValue in class SimpleNodepublic void setValue(String value)
value - public String getStringValue()
public void setStringValue(String s)
public String toString(String prefix)
toString in class SimpleNodepublic String toString()
toString in class SimpleNodepublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodeCopyright © 2009–2025 OrientDB. All rights reserved.