Declaration

function PackTable(const aTableName: string): TnxAbstractTaskInfo;

 
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. Raises an exception on failure.

 
Parameters

aTaskInfo

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

aName

table name

 
See Also

 
DeleteTable
, CreateTable, EmptyTable, RenameTable, PackTableEx, ReIndexTable, RestructureTable, TnxAbstractTaskInfo, GetStatus

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