USER_CONSTRAINTS
- USER_CONSTRAINTS视图提供当前用户的表上的约束信息
列名 | 类型 | 描述 |
owner | text | 约束属主 |
schema_name | text | 约束所属的模式 |
constraint_name | text | 约束名称 |
constraint_type | text | 约束类型 |
table_name | text | 与约束关联的表名 |
search_condition | text | 检查约束的搜索条件的文本 |
r_owner | text | 外键所参考的表的属主 |
r_constraint_name | text | 引用表的约束定义的名称 |
delete_rule | text | 引用约束的删除规则 |
deferrable | boolean | 约束是否可延迟的 |
deferred | boolean | 约束是否已延迟 |
index_owner | text | 索引所有者 |
index_name | text | 索引的名称 |
constraint_def | text | 约束的定义 |