On this page
37.9. check_constraints
视图check_constraints
包含在表或域上定义的所有检查约束,这些约束由当前启用的角色拥有。 (表或域的所有者是约束的所有者.)
表 37.7. check_constraints
列
Name | Data Type | Description |
---|---|---|
constraint_catalog |
sql_identifier |
包含约束的数据库的名称(总是当前数据库) |
constraint_schema |
sql_identifier |
包含约束的模式名称 |
constraint_name |
sql_identifier |
约束名称 |
check_clause |
character_data |
检查约束的检查表达式 |