You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Attribute

Type

Description

columns

List

A list of Column containing the attributes of the index.

comment

String

The comment of the index.

generated

boolean

A flag whether the index is generated.

name

String

The name of the index.

types

List

A list of String containing index types (Unique, Clustered, Unique Primary Index, etc) of the index.

userDefined

boolean

A flag whether the index is user defined.

  • No labels