USER_CONS_COLUMNS
- USER_CONS_COLUMNS视图提供当前用户的表上约束指定列信息的信息
列名 | 类型 | 描述 |
owner | text | 约束属主 |
schema_name | text | 约束所属的架构 |
constraint_name | text | 约束名 |
table_name | text | 约束所属的表的名称 |
column_name | text | 约束中引用的列的名称 |
position | smallint | 列在对象定义中的位置 |
constraint_def | text | 约束的定义 |