RDB$INDICES
RDB$INDICES
stores definitions of both system- and user-defined indexes.The attributes of each column belonging to an index are stored in one row of the table RDB$INDEX_SEGMENTS
.
Column Name | Data Type | Description |
---|---|---|
|
|
The unique name of the index specified by the user or automatically generated by the system |
|
|
The name of the table to which the index belongs.It corresponds to an identifier in |
|
|
The internal (system) identifier of the index |
|
|
Specifies whether the index is unique:
|
|
|
Could store comments concerning the index |
|
|
The number of segments (columns) in the index |
|
|
Indicates whether the index is currently active:
|
|
|
Distinguishes between an ascending ( |
|
|
The name of the primary or unique key index referenced by the foreign key backed by this index; |
|
|
Indicates whether the index is system-defined or user-defined:
|
|
|
The binary language representation (BLR) of the expression of an expression index, used for calculating the values for the index at runtime. |
|
|
The source code of the expression of an expression index |
|
|
Stores the last known selectivity of the entire index, calculated by execution of a |
|
|
The binary language representation (BLR) of the |
|
|
The source code of the |