Description. This method gets the blob's current length in bytes.
Signature.
int getLength
(
Uint64& length
)
Parameters. A reference to the length.
Return Value.
The blob's length in bytes. For a NULL
blob, this method returns 0. to distinguish
between a blob whose length is 0 blob and
one which is NULL, use the
getNull() method.
