OClass - getClassIndex()
This method retrieves the given index for the class.
Retrieving Indexes
Syntax
OIndex<?> OClass().getClassIndex(String name)
| Argument | Type | Description |
|---|---|---|
name | String | Defines the database index name |
Return Value
This method returns an OIndex<?> instance for the requested index.