Smart-large-object data type structures

The smart-large-object interface provides data type structures that store information about a smart large object.

The following table summarizes the data type structures of the smart-large-object interface.
Table 1. Data types of the smart-large-object interface
Smart-large-object data type structure Data type Description
The LO-specification structure MI_LO_SPEC Holds storage characteristics for a smart large object
The LO handle MI_LO_HANDLE Identifies the location of the smart large object; analogous to the file name of an operating-system file
The LO file descriptor MI_LO_FD Identifies an open smart large object; analogous to the file descriptor of an operating-system file
The LO-status structure MI_LO_STAT Holds status information about a smart large object

These structures are all opaque to a DataBlade® API module; that is, you do not access their fields directly but instead use accessor functions that the smart-large-object interface provides.