Each row contains function mapping parameter option values.
Table 80. SYSCAT.FUNCMAPPARMOPTIONS Catalog View
Column Name | Data Type | Nullable | Description |
---|---|---|---|
FUNCTION_MAPPING | VARCHAR(18) |
| Name of function mapping. |
ORDINAL | SMALLINT |
| Position of parameter |
LOCATION | CHAR(1) |
|
|
OPTION | VARCHAR(128) |
| Name of the function mapping parameter option. |
SETTING | VARCHAR(255) |
| Value. |