createIndex function

Creates a new index.

Syntax
IndexSchema TableSchema.createIndex(
  String index_name
) throws ULjException
Parameters
  • index_name   The name of index. The specified name must be a valid SQL identifier.

Returns

The IndexSchema assigned to the created index with the specified name.