TDD_INDEX

Defines the indexes.


Columns

No Name Domain Dty Len Scale Nulls Foreign Key Description
1 IDX_NAME DV_SQLID C 30   N   SQL Identifier. To be safe keep the length to 18 characters. This is the ANSI standard length. Even though some RDBMSs support more than 18 character it is recommended, for portability, that these identifiers be no longer than 18 characters.
2 IDX_TAB_NAME DV_SQLID C 30   N TDD_TABLE.TAB_NAME Table name.
3 IDX_UNIQUE DV_BOOLEAN I 2   N  

Values:
1

Dependents


Updated 16 Jun 2020.