blob

An acronym for Binary Large Object. In 4GL, blob data types can hold values that occupy up to 2**31 bytes. These data types include TEXT (character data) and BYTE (binary data).

See also byte, data type, text.