Prev | SQL Engine Reference | Next |
X$Attrib
The X$Attrib system table is associated with the file ATTRIB.DDF. X$Attrib contains information about the column attributes of each column in the database; there is an entry for each column attribute you define. The structure of X$Attrib is as follows:
When you define multiple attributes for a single column, the X$Attrib system table contains multiple entries for that column ID - one for each attribute you define. If you do not define column attributes for a particular column, that column has no entry in the X$Attrib table. The text in the Xa$Attrs column appears exactly as you define it with Pervasive.SQL. One index is defined for the X$Attrib table, as follows:
Table C-10 X$Attrib System Table Index Definitions Index Number Segment Number Column Name Duplicates Case Insensitive Segmented 0 0 Xa$Id No N/A Yes 0 1 Xa$Type No No NoIndex Number corresponds to the value stored in the Xi$Number column in the X$Index system table. Segment Number corresponds to the value stored in the Xi$Part column in the X$Index system table.
Prev X$Index |
Contents Up Check for Revisions | Next X$View |