SQL Reference

SYSCAT.PROCOPTIONS

Each row contains procedure specific option values.


Table 79. SYSCAT.PROCOPTIONS Catalog View
Column Name Data Type Nullable Description
PROCSCHEMA VARCHAR(128)
Qualifier for the stored procedure name or nickname.
PROCNAME VARCHAR(128)
Name or nickname of the stored procedure.
OPTION VARCHAR(128)
Name of the stored procedure option.
SETTING VARCHAR(255)
Value of the stored procedure option.


[ Top of Page | Previous Page | Next Page ]