name property

String name
final

The name of the index in SQL.

Please note that the name of every table, view, index and other elements in a database must be unique. For this reason, the names of indices are commonly prefixed with the name of the table they're referencing.

Implementation

final String name;