Class OCommandExecutorSQLCreateIndex

All Implemented Interfaces:
OCommandDistributedReplicateRequest, OCommandExecutor

public class OCommandExecutorSQLCreateIndex extends OCommandExecutorSQLAbstract implements OCommandDistributedReplicateRequest
SQL CREATE INDEX command: Create a new index against a property.

Supports following grammar:
"CREATE" "INDEX" <indexName> ["ON" <className> "(" <propName> ("," <propName>)* ")"] <indexType> [<keyType> ("," <keyType>)*]

Author:
Luca Garulli (l.garulli--(at)--orientdb.com)