Definitions for "External Routine" Add To Word List
Login or Register  | Word Lists | Search History

a routine that is not in the compilation unit that calls it
Helpful?           0
a routine written in C or some other external language
Helpful?           0
A routine written in a language external to the database (for example, ), whose body is stored outside the database but whose name and parameters are registered in the system catalog tables.
Helpful?           0
In REXX, a program external to the user's program, language processor, or both. These routines can be written in any language (including REXX) that supports the system-dependent interfaces used by REXX to start it.
Helpful?           0
A function written in a third-generation language (3GL), such as C, and callable from within PL/SQL or SQL as if it were a PL/SQL function or procedure.
Helpful?           0
A procedure or function called from outside the program in which the routine is defined.
Helpful?           0
A routine defined in another compilation unit.
Helpful?           0