Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   Creating User-Defined Routines > Developing a User-Defined Routine > Creating UDR Code >

Routine-State Information

When the routine manager executes a C UDR, it puts information about the routine sequence for the UDR in an MI_FPARAM structure and passes this MI_FPARAM structure as the last argument to the UDR. From the MI_FPARAM structure, the UDR can obtain the following information:

For information about how the routine manager executes a UDR, see Executing a UDR. For information about how to access the routine-state information in the MI_FPARAM structure, see Accessing MI_FPARAM Routine-State Information.

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