Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   Other Syntax Segments >

External Routine Reference

Use an External Routine Reference when you write an external routine. Only Dynamic Server supports this syntax segment.

Syntax

Read syntax diagramSkip visual syntax diagramExternal Routine Reference:
 
                                             (1)
|--EXTERNAL NAME--| Shared-Object Filename |-------LANGUAGE----->
 
>--+-C----+--+-------------------------------+------------------>
   '-JAVA-'  |                  .-INFORMIX-. |
             '-PARAMETER STYLE--+----------+-'
 
>--+-------------------------------+----------------------------|
   |  (2)    (3)   .-VARIANT-----. |
   '---------------+-NOT VARIANT-+-'
 
Notes:
  1. See Shared-Object Filename
  2. C
  3. Java

Usage

If the IFX_EXTEND_ROLE configuration parameter is set to ON, authorization to use this segment is available only to the Database Server Administrator (DBSA), and to users whom the DBSA has granted the EXTEND role. By default, the DBSA is user informix.

This segment specifies the following information about an external routine:

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