Defining data objects  Defining distributed function objects

Chapter 3: Using MSG-IDE

Defining blob objects

A blob (Binary Large Object Block) is a collection of bytes containing arbitrary values that may include null characters. It is terminated by a length value. To define a Blob Object, use the format:

blob obj_name;

Generally, a Blob object maximum size is the same as the maximum size of an integer. This size is dependent on the computer architecture, whether 16 bit, 32 bit, or 64 bit. For most computer systems, the maximum size is 4 GB.

There are two ways to build a blob object:

NoteSee the e-Biz Impact ODL Guide for details on blob methods.





Copyright © 2005. Sybase Inc. All rights reserved. Defining distributed function objects

View this book as PDF