getComment()
The getComment() method is an optional method that can be used to set the REMARKS field in the SYSCAT.ROUTINE view.
During compilation of the UDX, if the getComment() method returns a string, the result is used to execute a COMMENT command in SQL.
Example
function getComment()
return "This is a comment about a UDX."
end