Declaration

function TablePack(const aTableName: string; out aTaskInfo: TnxAbstractTaskInfo): TnxResult; override;

 
Description

This method starts an asynchronous packing of the table. For this purpose a new identical table is created and the records are copied over from the old one.

 
Parameters

out aTaskInfo: TnxAbstractTaskInfo

Task information instance; use TaskInfo.GetStatus to find out the status of the operation.

aName

table name

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