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

SQL Anywhere 12.0.0 (中文) » UltraLiteJ » UltraLiteJ 参考 » UltraLiteJ 系统表

 

sysindexcolumn 系统表

sysindexcolumn 系统表中的每一行都描述了 sysindex 中列出的索引的一个列。

列名 列类型 说明
table_id UNSIGNED INTEGER 应用索引的表的唯一标识符。
index_id UNSIGNED INTEGER 该索引列所属索引的唯一标识符。
order UNSIGNED INTEGER 索引中列的顺序。
column_id UNSIGNED SHORT 被索引列的唯一标识符。
index_column_flag TINY 指示列在索引中是按升序 (1) 还是降序 (0) 排序。
 约束