Home | Previous Page | Next Page   Creating User-Defined Routines > Writing a User-Defined Routine > Coding a C UDR >

Coding the Routine Body

The actual work of the C UDR is done with C-language statements in the routine body. You can use the following statements and calls in the routine body:

You cannot directly call any other functions within a C UDR.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]