The sysxtdtypeauth system catalog table identifies the privileges for each UDT (user-defined data type). The sysxtdtypeauth table contains one row for each set of privileges granted and has the following columns.
If the privilege code in the auth column is uppercase (for example, 'U' for usage), a user who has this privilege can also grant it to others. If the code is in lowercase, a user who has the privilege cannot grant it to others.
A composite index on type, grantor, and grantee allows only unique values. A composite index on the type and grantee columns allows duplicate values.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]