all_ind_columns
最近更新时间: 2025-02-18 16:02:00
描述当前用户可访问的所有表的索引列
名称 | 类型 | 说明 |
---|---|---|
index_owner | name | 索引列的所有者 |
Index_nsp | name | |
index_name | name | 索引名称 |
table_owner | name | 表的所有者 |
table_nsp | name | |
table_name | text | 表名 |
column_name | text | 列名 |
column_position | smallint | 列的编号 |
column_length | smallint | 列长 |
char_length | integer | 列的数据类型如果为char,表示字节数。否则为0 |
descend | text | 默认DESC。指示列是按降序(DESC)还是按升序(ASC)排序 |