Column Name | Data Type | Description |
---|---|---|
procedure_name | char(256) | The table or procedure name. Must be a valid name. |
procedure_owner | char(32) | The owner of the table or procedure. Must be a valid name. |
create_date | char(25) | The permit’s creation date. This is a date field. |
proc_subtype | varchar(1) | The type of procedure, which is one of the following values: N (native) = the database supports standard Ingres database procedures I (import) = for Enterprise Access products, the database supports host DBMS procedures E (external) = for Enterprise Access products, the database supports procedures external to the database L (link) = a Ingres Star registered procedure |
text_sequence | integer | The sequence number for the text, numbered from 1. |
text-segment | varchar (240) | The text of the procedure definition. |