getBlobData( )

Returns a pointer to the data inside a blob.

Interface

AGDBBlob

IDL definition
nometadata AGDBByte getBlobData();
ADO equivalent

None

JavaScript synopsis

Not applicable

C synopsis
AGDBByte* AVgetBlobData(AGDBBlob* blob);
Parameters
  • blob   The AGDBBlob object.

Returns

A pointer to the data inside a blob.