Hitachi

Hitachi Advanced Database Command Reference


42.1.5 Outputting a list of synonyms registered in a synonym dictionary

You can output a list of synonyms registered in a synonym dictionary to a file. The following shows an example of how a list of synonyms is output to a file.

Output example
database,data bank,DB↓
application server,AP server↓

Legend: ↓: Line break

The list of synonyms is output in the same format as the synonym list definition file. As shown in the above example, one row contains a list of synonyms of one synonym group.

If the synonym list definition file has been lost, you need to re-create it by executing the adbsyndict command.

Note

A synonym list definition file is re-created by the adbsyndict command according to the following rules:

  • Each synonym is enclosed in enclosing characters (double quotation marks).

  • The line break code is X'0A' (LF).

The re-created file might differ from the original synonym list definition file (you created) as follows:

  • Even if the same synonym is specified more than once in the synonym group, only one synonym is output.

  • The order in which synonyms are specified in the synonym group might be different.