This
system table contains all the parameters of a database procedures for which the current user has privileges.DBPROCPARAMS
OWNER |
CHAR(32) |
Name of the owner of the database procedure |
DBPROCNAME |
CHAR( 32) |
Name of the database procedure |
PARAMETERNAME |
CHAR(32) |
Name of the parameter |
POS |
FIXED(4) |
Original position of the parameter in the database procedure |
IN/OUT-TYPE |
CHAR(6) |
Type of parameter (in / out) |
DATATYPE |
CHAR( 10) |
Data type of the parameter (BOOLEAN | CHAR | DATE | FIXED | FLOAT | TIME | TIMESTAMP) |
CODETYPE |
CHAR(8) |
Code attribute of the column (ASCII | EBCDIC | BYTE | UNICODE) |
LEN |
FIXED(4) |
Length or precision of the parameter |
DEC |
FIXED(3) |
Number of decimal places of the parameter with data type FIXED |
CREATEDATE |
DATE |
Creation date of the database procedure |
CREATETIME |
TIME |
Creation time of the database procedure |