Hitachi

Hitachi Advanced Database Command Reference


38.5.11 #SET BINARY_DISP_MODE (specifies the binary data output format)

Function

This subcommand specifies whether binary data obtained as retrieval results is to be displayed in hexadecimal or binary format.

If the -b option was not specified when the adbsql command was started, the initial value is HEX (binary data is displayed in hexadecimal format). If the -b option was specified when the adbsql command was started, the initial value is BIN (binary data is displayed in binary format).

Format
#SET BINARY_DISP_MODE {HEX|BIN};

HEX: Displays binary data in hexadecimal format.

BIN: Displays binary data in binary format.

Notes

When ON (displays retrieval results in hexadecimal) is specified in #SET DUMPMODE, specification of BIN in this subcommand will be ignored.