Entering content frame

DOMAINS 

The system table DOMAINS contains all domains.

DOMAINS

OWNER

CHAR(32)

Name of domain owner

DOMAINNAME

CHAR(32)

Name of domain

DATATYPE

CHAR(10)

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

CODETYPE

CHAR(8)

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

LEN

FIXED(4)

Length or precision of domain

DEC

FIXED(3)

Number of places after the comma for domains of data type FIXED

DEFAULT

CHAR(254)

Default value for domain

DEFAULTFUNCTION

CHAR(12)

Name, if the DEFAULT value is one of the following value specifications: NULL | USER | USERGROUP | SYSDBA | UID | DATE | TIME | TIMESTAMP | UTCDATE | TIMEZONE | UTCDIFF
| TRUE | FALSE | TRANSACTION
Otherwise NULL value

DEFINITION

LONG

Text of domain definition

CREATEDATE

DATE(10)

Creation date of domain

CREATETIME

TIME(8)

Creation time of domain

COMMENT

LONG

Comment about domain

See also:

Evaluating System Tables ® DOMAINS

 

Leaving content frame