SYSCAT.WORKCLASSATTRIBUTES catalog view
Each row represents an attribute in the definition of a work class.
| Column Name | Data Type | Nullable | Description |
|---|---|---|---|
| WORKCLASSNAME | VARCHAR (128) | Name of the work class. | |
| WORKCLASSSETNAME | VARCHAR (128) | Name of the work class set. | |
| WORKCLASSID | INTEGER | Identifier for the work class. | |
| WORKCLASSSETID | INTEGER | Identifier for the work class set. | |
| TYPE | VARCHAR (30) | The type of work class attribute. Possible values are:
|
|
| VALUE1 | DOUBLE | Y | The meaning of this value
depends on the value in the TYPE column:
|
| VALUE2 | DOUBLE | Y | The meaning of this value depends on
the value in the TYPE column:
|
| VALUE3 | VARCHAR (128) | Y | The meaning of this value depends on the value in the TYPE column. If TYPE='ROUTINE SCHEMA', it specifies the schema name of the procedures that are called by the CALL statement. Otherwise, it is the null value. |