getBlobValue

getBlobValue(pBeforeImageLength: Integer output;
             pBeforeImage:       Binary output;
             pAfterImageLength:  Integer output;
             pAfterImage:        Binary output;
             pBoolean:           Boolean output): Boolean;

When the current audit record retrieved by the getNextRecord method has an pObjectType parameter value of Jaa_Object_Blob, you can call the getBlobValue method of the JadeAuditAccess class to retrieve the before‑image and after‑image value of the blob or slob.

The retrieved values of the pBeforeImageLength and pAfterImageLength parameters are set to the total size of the before‑image and after‑image, respectively.

The values of the pBeforeImage and pAfterImage parameters are set to the before‑ and after‑images, respectively.

The pBoolean parameter is reserved and exists for compatibility with prior releases.

The getBlobValue method returns a Boolean value for compatibility reasons. This value is always true.