TDD_DOMAIN

All the type definitions are kept in this table.


Columns

No Name Domain Dty Len Scale Nulls Foreign Key Description
1 TDD_VERSION TDD_VERSION I 4   N   Version stamp. The last version is always the number one (1). All old versions will have a negative version number. TDD_VERSION will have the corresponding date when the version was updated/deleted.
2 DOM_NAME TDD_IDENT C 30   N   Name.
3 DOM_DTY DV_CODE I 4   N  

Values:
0 Integer
1 Character
2 Numeric
12 Datetime

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

Dependents


Updated 31 Oct 2002.