Index Properties window: General tab

This tab has the following components:

  • Name   Shows the name of the index. You can edit this field.

  • Type   Shows the type of object. The object type can be foreign key index, primary key index, unique constraint index, or index.

  • Unique   Shows whether values in the index must be unique. The unique value is set when you create a new index.

  • Table   Shows the name and owner of the table with which the index is associated. This is only displayed if the index is on a table.

  • Maximum hash size   Shows an integer value for the maximum hash size in the range [0,32]. The default maximum hash size is the value of the database property maximum hash size when the database was created, which has a default of 4. See UltraLite max_hash_size creation parameter.

 See also