Defining Functions

This chapter describes how to define functions.

Previous Topic

Next Topic

Required Definitions

To create a new SQL function, you must provide the DBMS Server with the function definition and function instance definitions that describe the use of the function. To specify the function definition information, you must use the structure IIADD_FO_DFN, described in this chapter.

Previous Topic

Next Topic

Structure IIADD_FO_DFN

To define a new function, use the data structure IIADD_FO_DFN, included in the header file, IIADD.H. For the location of this file, see the chapter "Introducing Object Management Extension."

The fields in this structure are as follows:


© 2007 Ingres Corporation. All rights reserved.