Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » UltraLite - Database Management and Reference » UltraLite database reference » UltraLite Java edition system tables

 

sysindex system table

Each row in the sysindex system table describes an index in the database.

Column name Column type Description
table_id UNSIGNED INTEGER A unique identifier for the table to which the index applies.
index_id UNSIGNED INTEGER A unique identifier for an index.
index_name VARCHAR(128) The name of the index.
index_flags TINY

A bitwise combination of the following flags denoting the type of index and its persistence:

  • 0x01   Unique key.

  • 0x02   Unique index.

  • 0x04   Index is persistent.

  • 0x08   Primary key.

index_data UNSIGNED INTEGER Internal use only.
hash_size UNSIGNED SHORT The hash size used for index hashing.
 Constraints