DBPROCPARAMS
The system table DOMAIN.DBPROCPARAMS
contains
all the parameters of a database procedure for which the current user has
privileges.
|
CHAR(32) |
Name of the schema of the database procedure |
|
CHAR(32) |
Name of the database procedure |
|
CHAR(32) |
Name of the owner of the database procedure |
|
CHAR(32) |
Parameter name |
|
FIXED(4) |
Original position of the parameter in the database procedure |
|
CHAR(6) |
Type of parameter (IN | OUT) |
|
CHAR(10) |
Data type of the parameter (BOOLEAN | CHAR | DATE | FIXED | FLOAT | TIME | TIMESTAMP) |
|
CHAR(8) |
Code attribute of the parameter (ASCII | BYTE | UNICODE) |
|
FIXED(4) |
Length or precision of the parameter |
|
FIXED(3) |
Number of decimal places of the parameter with data type FIXED |
|
DATE |
Creation date of the database procedure |
|
TIME |
Creation time of the database procedure |
Evaluating System Tables
, DBPROCPARAMS
SQL Reference Manual
, Name
of a Database Procedure (dbproc_name),