public static class OCreateIndexStatement.Property extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
byKey |
protected boolean |
byValue |
protected OIdentifier |
collate |
protected OIdentifier |
name |
protected ORecordAttribute |
recordAttribute |
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
OCreateIndexStatement.Property |
copy() |
boolean |
equals(Object o) |
String |
getCompleteKey()
returns the complete key to index, eg.
|
int |
hashCode() |
protected OIdentifier name
protected ORecordAttribute recordAttribute
protected boolean byKey
protected boolean byValue
protected OIdentifier collate
public OCreateIndexStatement.Property copy()
public String getCompleteKey()
Copyright © 2009–2020 OrientDB. All rights reserved.