Home | Previous Page | Next Page   Concepts >

System Catalog Tables

The sysroutinelangs, syslangauth, and sysprocedures system catalog tables contain information about the UDRs written in Java code.

The sysroutinelangs table lists the programming languages that you can use to write UDRs. The table gives the names of the language initialization functions and the path for the language library.

The syslangauth table specifies who is allowed to use the language. For Java code, the default is the database administrator. For information about how to modify the use privileges, refer to the GRANT statement in the IBM Informix: Guide to SQL Syntax.

The sysprocedures table gives information about both built-in routines and routines that you define.

For more information about these system catalog tables, refer to Finding Information about User-Defined Routines and to the IBM Informix: Guide to SQL Reference.

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