1 Reply Latest reply on Feb 5, 2018 6:00 PM by shawkins

    How to use UDF?

    kevinyjn

      I have written java code with public class and public static methods, in UDF view model, I defined the function using the right full class name and method name, while I don't know what Function Category is used for, so I filled the save name as UDF name, in virtual procedure that using the UDF editor, it shows my sql contains no error, but when I deployed the VDB, it always tells me the UDF function name does not exists.

        • 1. Re: How to use UDF?
          shawkins

          Query SYS.Functions to see if your UDF is listed.  If not then there is something not correct with the VDB.  If possible share more details from the VDB, or the VDB itself, and we can guide you further.