Declaration

function BlobWrite(aBlobNr: TnxInt64; aOffset: TnxWord32; aLen: TnxWord32; const aBlob): TnxResult; override;

 
Description

This function writes data to a blob.

 
Parameters

aBlobNr: TnxInt64

the blob reference number

aOffset: TnxWord32

a offset in bytes where to start to write

aLen: TnxWord32

the number of bytes to write

const aBlob

the data to write

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxServerCursor