Declaration

function CopyRecords(aDestCursor: TnxAbstractCursor; aBlobCopyMode: TnxBlobCopyMode; aMaxTransSize: Integer): TnxResult; override;

 
Description

This function copies *all* visible (in regards of ranges and filters) records to the cursor given in aDestCursor. aMaxTransSize specifies the maximum number of dirty transaction bytes before the transaction is committed.

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