2.1.12 Image

The Image data type supports a sequence of bytes that range from 0 through 231 – 1 (2,147,483,647). The values of this data type are represented in hexadecimal-encoded Unicode string format, as follows.

  
 Image = 0*nOCTET

In this format, n = 4 x (2,147,483,647). The representation does not require the 0x prefix.