| Package | Description |
|---|---|
| com.orientechnologies.orient.core.sql.parser |
| Modifier and Type | Field and Description |
|---|---|
protected OIndexIdentifier.Type |
OIndexIdentifier.type |
| Modifier and Type | Method and Description |
|---|---|
OIndexIdentifier.Type |
OIndexIdentifier.getType() |
static OIndexIdentifier.Type |
OIndexIdentifier.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OIndexIdentifier.Type[] |
OIndexIdentifier.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OIndexIdentifier.setType(OIndexIdentifier.Type type) |
| Constructor and Description |
|---|
OIndexIdentifier(String indexName,
OIndexIdentifier.Type type) |
Copyright © 2009–2025 OrientDB. All rights reserved.