You create a function named udf_1. The following SQL text is a partial definition for udf_1.
CREATE FUNCTION udf_1 ( A INTEGER B TD_ANYTYPE) RETURNS TD_ANYTYPE SPECIFIC udf_1 … ;
A HELP FUNCTION statement for udf_1 displays the following output, with ++ representing the TD_ANYTYPE parameter data type.
HELP FUNCTION udf_1;
Result:
*** Help information returned. 3 rows. *** Total elapsed time was 1 second. Parameter Name Type Comment ------------------------------ ---- ------------------------------------ A I ? B ++ ? RETURN0 ++ ?