The following CREATE METHOD statement installs the constructor method in the database:
CREATE CONSTRUCTOR METHOD circle_t(x INTEGER, y INTEGER, radius INTEGER, color color_t ) RETURNS circle_t FOR circle_t EXTERNAL NAME 'CS!c_t!udmsrc/c_circle_t.c!F!circle_t_constructor';