IBM Integration Bus, Version 9.0.0.8 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

Calling ESQL functions

Most ESQL functions belong to a schema called SQL and this is particularly useful if you have functions with the same name.

For example, if you have created a function called SQRT, you can code:
            /* call my SQRT function  */
 
            SET Variable1=SQRT (4); 

            /* call the SQL supplied function */

            SET Variable2=SQL.SQRT (144);

Most of the functions described in this section impose restrictions on the data types of the arguments that can be passed to the function. If the values passed to the functions do not match the required data types, errors are generated at node configuration time whenever possible. Otherwise runtime errors are generated when the function is evaluated.


ak05180_.htm | Last updated Friday, 21 July 2017