Home |
Previous Page | Next Page Creating User-Defined Routines > Writing a User-Defined Routine >
When you code a C UDR, you perform the following
tasks to write a C function:
- Define routine parameters
- Obtain argument values
- Define a return value
- Code the routine body
Home |
[ Top of Page | Previous Page | Next Page | Contents |
Index ]