Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   SQL Statements > CREATE FUNCTION >

Overloading the Name of a Function

Because Dynamic Server supports routine overloading, you can define more than one function with the same name, but different parameter lists. You might want to overload functions in the following situations:

For a brief description of the routine signature that uniquely identifies each user-defined function, see Routine Overloading and Naming UDRs with a Routine Signature (IDS).

Using the SPECIFIC Clause to Specify a Specific Name

You can declare a specific name, unique to the database, for a user-defined function. A specific name is useful when you are overloading a function.

Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]