java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OIdentifier
All Implemented Interfaces:
Node, OIdentifierResolver

public class OIdentifier extends SimpleNode implements OIdentifierResolver
This class is used to represent all the indentifies in the SQL grammar, ie. class names, property names, index names, variables and so on so forth.

Instances of this class are immutable and can be recycled multiple times in the same or in different queries.