Hitachi

Hitachi Advanced Database Application Development Guide


19.6.4 VARBINARY type

Organization of this subsection

(1) Function

a_rdb_VARBINARY_t corresponds to the SQL data type VARBINARY.

(2) Format

typedef struct a_rdb_TG_VARBINARY {
  unsigned short   Length ;
  unsigned char   Data[1] ;
} a_rdb_VARBINARY_t ;

(3) Members

Length

Specifies the length (in bytes) of the variable-length binary data.

Data

Specifies the variable-length binary data.