length

Returns the length of the blob data.

Interface

AGDBBlob

IDL definition
attribute unsigned long length;
ADO equivalent

None

JavaScript synopsis
blob.length
blob.length = length
C synopsis
PODSUInt32 AVgetLength(AGDBBlob* blob);
void AVsetLength(
  AGDBBlob* blob,
  PODSUInt32 length
);
Parameters
  • blob   The AGDBBlob object.

  • length   [in] The length of the specified blob data.

Returns

Getter: The length of the blob data.

Setter: None