Stores the names of function-string classes and error classes.
Column |
Datatype |
Description |
---|---|---|
classname |
varchar(30) |
Class name |
classid |
rs_id |
ID for this class |
classtype |
char(1) |
One of these values: |
prsid |
int |
ID of the site where this class is primary |
parent_classid |
rs_id |
ID for the parent class if this is a derived class 0 if this is a base class; default is 0 |
attributes |
int |
0x01 – Default class For rs_default_function_class and rs_db2_function_class, the default is 1. Otherwise, the default is 0. |