The syslogmap system catalog table contains fragmentation information.
| Column | Type | Explanation | |
|---|---|---|---|
| tabloc | INTEGER | Code for the location of an external table | |
| tabid | INTEGER | Unique identifying code of the table | |
| fragid | INTEGER | Identifying code of the fragment | |
| flags | INTEGER | Bitmap of modifiers from declaration of fragment | |
A simple index on the tabloc column and a composite index on the tabid and fragid columns do not allow duplicate values.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]