TDD_DOMAIN

All the type definitions are kept in this table.


Columns

No Name Domain Dty Len Scale Nulls Foreign Key Description
1 DOM_NAME TDD_IDENT C 30   N   Name.
2 DOM_DTY DV_CODE I 4   N  

Values:
0 Integer
1 Character
2 Numeric
12 Datetime

3 DOM_LEN DV_LEN I 2   N   Length of the data. If scale is given the length is the same as precision.
4 DOM_SCALE DV_LEN I 2   Y   Scale of a number (decimal).
5 DOM_DEFNAME TDD_IDENT C 30   Y   #define name. Can be used in TRIMpl and C programs.

Dependents


Updated 16 Jun 2020.