public class OIndexIdentifier extends SimpleNode
Modifier and Type | Class and Description |
---|---|
static class |
OIndexIdentifier.Type |
Modifier and Type | Field and Description |
---|---|
protected OIndexName |
indexName |
protected String |
indexNameString |
protected OIndexIdentifier.Type |
type |
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
OIndexIdentifier(int id) |
OIndexIdentifier(OrientSql p,
int id) |
Modifier and Type | Method and Description |
---|---|
OIndexIdentifier |
copy() |
void |
deserialize(OResult fromResult) |
boolean |
equals(Object o) |
String |
getIndexName() |
OIndexIdentifier.Type |
getType() |
int |
hashCode() |
OResult |
serialize() |
void |
setIndexName(OIndexName indexName) |
void |
setIndexNameString(String indexNameString) |
void |
setType(OIndexIdentifier.Type type) |
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, toString
protected OIndexIdentifier.Type type
protected String indexNameString
protected OIndexName indexName
public OIndexIdentifier(int id)
public OIndexIdentifier(OrientSql p, int id)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class SimpleNode
public String getIndexName()
public OIndexIdentifier.Type getType()
public OIndexIdentifier copy()
copy
in class SimpleNode
public OResult serialize()
public void deserialize(OResult fromResult)
public void setType(OIndexIdentifier.Type type)
public void setIndexNameString(String indexNameString)
public void setIndexName(OIndexName indexName)
Copyright © 2009–2020 OrientDB. All rights reserved.