SYSCAT.WORKCLASSES catalog view

Each row represents a work class defined for a work class set.

Table 1. SYSCAT.WORKCLASSES Catalog View
Column Name Data Type Nullable Description
WORKCLASSNAME VARCHAR (128)   Name of the work class.
WORKCLASSSETNAME VARCHAR (128) Y Name of the work class set.
WORKCLASSID INTEGER   Identifier for the work class.
WORKCLASSSETID INTEGER   Identifier for the work class set to which this work class belongs. This column refers to the WORKCLASSSETID column in the SYSCAT.WORKCLASSSETS view.
CREATE_TIME TIMESTAMP   Time at which the work class was created.
ALTER_TIME TIMESTAMP   Time at which the work class was last altered.
EVALUATIONORDER SMALLINT   Uniquely identifies the evaluation order used for choosing a work class within a work class set.