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 system tables

 

sysixcol system table

Each row in the sysixcol system table describes one column of an index listed in sysindex.

Column name Column type Description
column_id UNSIGNED INT A unique identifier for the column being indexed.
index_id UNSIGNED INT A unique identifier for the index that this index-column belongs to.
order VARCHAR(1) Indicates whether the column in the index is kept in ascending (A) or descending (D) order.
sequence UNSIGNED INT The order of the column in the index.
table_id UNSIGNED INT A unique identifier for the table to which the index applies.
 Constraints
 See also