The lld_locator type

The lld_locator type defines a large object. It identifies the type of large object and points to its location. It contains three fields:
lo_protocol
Identifies the kind of large object.
lo_pointer
A pointer to a smart large object or is NULL if the large object is any kind of large object other than a smart large object.
lo_location
A pointer to the large object, if it is not a smart large object. Set to NULL if it is a smart large object.

The examples in this section show how to: