DOMAINS 

This system table contains all domains.

DOMAINS

OWNER

CHAR(32)

Name of the owner of the domain

DOMAINNAME

CHAR(32)

Name of the domain

DATATYPE

CHAR(10)

Data type of the domain (BOOLEAN | CHAR | DATE | FIXED | FLOAT | INTEGER | LONG | SMALLINT | TIME | TIMESTAMP)

CODETYPE

CHAR(8)

Code attribute of the domain (ASCII | EBCDIC | BYTE | UNICODE)

LEN

FIXED(4)

Length or precision of the domain

DEC

FIXED(3)

Number of decimal places in domains of data type FIXED

DEFAULT

CHAR(254)

Default value of the domain

DEFINITION

LONG

Domain definition text

CREATEDATE

DATE

Creation date of the domain

CREATETIME

TIME

Creation time of the domain

COMMENT

LONG

Comment on the domain