Displays the names of existing function-string classes and their parent classes, and indicates the number of levels of inheritance.
admin show_function_classes
admin show_function_classes
Class ParentClass Level -------- ------------ ----- sql_derived_class rs_default_function_class 1 DB2_derived_class rs_db2_function_class 2 rs_db2_function_class rs_default_function_class 1 rs_default_function_class BASE_CLASS 0 (and so on)
Level 0 is a base class such as rs_default_function_class, level 1 is a derived class that inherits from a base class, and so on.
Any user may execute this command.
alter connection, alter function string class, create connection, create function, create function string, create function string class, drop function string class, move primary