The syslangauth system catalog table contains the authorization information on computer languages that are used to write user-defined routines (UDRs).
| Column | Type | Explanation | |
|---|---|---|---|
| grantor | VARCHAR(32) | Name of the grantor of the language authorization | |
| grantee | VARCHAR(32) | Name of the grantee of the language authorization | |
| langid | INTEGER | Identifying code of language in sysroutinelangs table | |
| langauth | CHAR(1) | The language authorization:
u = Usage privilege granted U = Usage privilege granted WITH GRANT OPTION |
|
A composite index on the langid, grantor, and grantee columns allows only unique values. A composite index on the langid and grantee columns allows duplicate values.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]