Application Development Guide


UDF And Method Concepts

The following is a discussion of the important concepts you need to know prior to coding UDFs and methods:

The concept of function path, the SET CURRENT FUNCTION PATH statement, and the function selection algorithm are discussed in detail in the SQL Reference. The FUNCPATH precompile and bind options are discussed in detail in the Command Reference.

For information about the concept of mapping UDFs and methods and built-in functions to data source functions in a federated system, refer to the SQL Reference. For guidelines on creating such mappings, refer to Invoking Data Source Functions.


[ Top of Page | Previous Page | Next Page ]