The database server stores information about UDRs in the following system catalog tables:
The CREATE FUNCTION and CREATE PROCEDURE statements do not provide the actual code that makes up the external routine. Instead, they store information about the external routine (including the name of its executable file) in the sysprocedures system catalog table. Therefore, unlike SPL routines, the code for the body of an external routine does not reside in the system catalog of the database.
The database server stores information on external languages that it supports for UDRs in the following system catalog tables:
For more information, see Creating an External-Language Routine.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]