Register an external routine with modifiers

When you create a routine in an external language, you can specify optional modifiers that tell the database server about attributes of the UDR. Use the WITH clause of the CREATE FUNCTION and CREATE PROCEDURE statements to list routine modifiers. Following the WITH keyword, the modifiers that you want to specify are enclosed within parentheses and separated by commas.

For more information about using routine modifiers, refer to the HCL OneDB™ DataBlade® API Programmer's Guide.