Column Name | Data Type | Description |
---|---|---|
object_name | char(256) | The name of the registered table, view, or index. |
object_owner | char(32) | The name of the owner of the table, view, or index. |
object_dml | char(8) | The language used in the registration statement. S for SQL. |
object_type | char(8) | Describes the object type of object_name. The values are T if the object is a table, V if it is a view, I if the object is an index, or P if the object is a registered procedure. |
object_subtype | char(8) | Describes the type of table or view created by the register statement. For Ingres Star, this will be L for a link. |
text_sequence | integer | The sequence number of the text field, numbered from 1. |
Text_segment | varchar(240) | The text of the register statement. |