Entering content frame

 DBPROCPARAMS 

The system table DBPROCPARAMS contains all the parameters of a database procedure for which the current user has privileges.

DBPROCPARAMS

OWNER

CHAR(32)

Name of owner of database procedure

DBPROCNAME

CHAR(32)

Name of database procedure

PARAMETERNAME

CHAR(32)

Name of parameter

POS

FIXED(4)

Original position of parameter in database procedure

IN/OUT-TYPE

CHAR(6)

Type of parameter (IN | OUT)

DATATYPE

CHAR(10)

Datatype of parameter (BOOLEAN | CHAR | DATE | FIXED | FLOAT | TIME | TIMESTAMP)

CODETYPE

CHAR(8)

Code attribute of the column (ASCII | BYTE | UNICODE)

LEN

FIXED(4)

Length or precision of parameter

DEC

FIXED(3)

Number of places after the comma for the parameter of data type FIXED

CREATEDATE

DATE(10)

Creation date of database procedure

CREATETIME

TIME(8)

Creation time of database procedure

See also:

Evaluating System Tables ® DBPROCPARAMS

 

Leaving content frame