getBlobLen()

The system function LobLib.getBlobLen returns the number of bytes in the value referenced by a variable of type BLOB.

  LobLib.getBlobLen(blobVariable BLOB in)
  returns (result BIGINT)
result
The number of bytes.
blobVariable
The variable of type BLOB.

Related reference
BLOB
EGL library LobLib

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.