Parent class. NdbOperation
Description. 
      This structure is used to specify an extra value to obtain as part
      of an
      NdbRecord
      operation.
    
Members. The makeup of this structure is shown here:

The individual members are described in more detail in the following table:
| Name | Type | Description | 
|---|---|---|
| column | const
                 | To specify an extra value to read, the caller must provide this, as well
                as (optionally NULL)appStoragepointer. | 
| appStorage | void* | If this pointer is null, then the received value is stored in memory
                managed by the NdbRecAttrobject. Otherwise, the received value is stored at the
                location pointed to (and is still accessable via theNdbRecAttrobject).ImportantIt is the caller's responsibility to ensure that 
 
 | 
| recAttr | NdbRecAttr* | After the operation is defined, recAttrcontains a pointer to theNdbRecAttrobject for receiving the data. | 
      Currently, blob reads cannot be specified using
      GetValueSpec.
    
    For more information, see Section 2.3.25, “The NdbRecord Interface”.
  

