A. System Catalogs : Standard Catalog Interface : Standard Catalogs for All Databases : iiproc_access Catalog
 
Share this page                  
iiproc_access Catalog
The iiproc_access catalog contains information about database procedures.
Column Name
Data Type
Description
object_name
char(256)
Name of database procedure
object_owner
char(32)
Owner of database procedure
permit_grantor
char(32)
Grantor of privilege to this procedure
object_type
char(1)
Always P (database procedure)
create_date
char(25)
Procedure creation date
permit_user
char(32)
Name of the grantee
permit_depth
smallint
Depth of dependencies this procedure permission depends on
permit_number
smallint
Reserved for future usage
text_sequence
integer8
Sequence number from 1 for the text segment
text_segment
varchar(240)
The text of the procedure definition