Column Name | Data Type | Description |
rule_name | char(256) | The name of the rule |
rule_owner | char(32) | The name of the person who defined the rule |
table_name | char(256) | The name of the table that the rule was defined against |
text_sequence | integer8 | The sequence number for the text segment |
text_segment | varchar(240) | The text of the rule definition |
system_use | char(1) | U if the object is a user object G if generated by the system for the user; used for constraints or views with check option |