Synonyms database items

최근 업데이트 : Nov 21, 2024 |

The Synonyms database items apply to the Synonyms (synonyms) table. The following table contains dictionary information for synonyms.

Database item

Description

Data type

Column type

Length

ACD_NO (index)

The ACD number for which data was collected.

A

smallint

2 bytes

DESCR

The description or definition of the dictionary synonym.

A

char(150) - ASCII text string

(Only first 50 are significant)

150 bytes

ITEM_TYPE (index)

The type of synonym.

A

char(20) - ASCII text string

20 bytes

ITEM_NAME (index)

The name of the synonym. There can be many ITEM_NAMEs for a specific ITEM_TYPE.

A

char(100) - ASCII text string

(Only first 27 are significant)

100 bytes

STANDARD

This item indicates if the item is a standard or custom synonym. Values are: 1 = standard, not 1 = custom.

A

smallint

2 bytes

VALUE (index)

The item name’s corresponding value. Because each ITEM_TYPE can have many different ITEM_NAMEs, a discrete value is assigned to each synonym ITEM_NAME.

A

char(40) - ASCII text string

(Only first 15 are significant)

40 bytes