Class OIndexIdentifier
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OIndexIdentifier
- All Implemented Interfaces:
Node
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OIndexNameprotected Stringprotected OIndexIdentifier.TypeFields inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
children, firstToken, id, lastToken, PARAMETER_PLACEHOLDER, parent, parser, value -
Constructor Summary
ConstructorsConstructorDescriptionOIndexIdentifier(int id) OIndexIdentifier(OrientSql p, int id) OIndexIdentifier(String indexName, OIndexIdentifier.Type type) -
Method Summary
Modifier and TypeMethodDescriptioncopy()voiddeserialize(OResult fromResult) booleangetType()inthashCode()voidsetIndexName(OIndexName indexName) voidsetIndexNameString(String indexNameString) voidsetType(OIndexIdentifier.Type type) voidtoGenericStatement(StringBuilder builder) voidtoString(Map<Object, Object> params, StringBuilder builder) Methods inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
dump, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toGenericStatement, toString, toString
-
Field Details
-
type
-
indexNameString
-
indexName
-
-
Constructor Details
-
OIndexIdentifier
public OIndexIdentifier(int id) -
OIndexIdentifier
-
OIndexIdentifier
-
-
Method Details
-
toString
- Specified by:
toStringin classSimpleNode
-
toGenericStatement
- Specified by:
toGenericStatementin classSimpleNode
-
getIndexName
-
getType
-
copy
- Overrides:
copyin classSimpleNode
-
equals
-
hashCode
public int hashCode() -
serialize
-
deserialize
-
setType
-
setIndexNameString
-
setIndexName
-