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(1) | The language used in the registration statement S if SQL Q if QUEL |
object_type | char(2) | Object type: T if object is a table V if a view I if an index |
object_subtype | char(1) | Describes the type of table or view created by the register statement: L if this is a link for Star I if this is an imported object for Enterprise Access |
text_sequence | integer8 | The sequence number from 1 for the text_segment |
text_segment | varchar (240) | The text of the register statement |