Declaration

function TableRebuildIndex(const aTableName: string; const aIndexName: string; aIndexID: Integer; out aTaskInfo: TnxAbstractTaskInfo): TnxResult; override;

 
Description

ReIndexTable starts an asynchronous re indexing of a certain index of a table.

 
Parameters

const aIndexName: string

the name of the index

aIndexID: Integer

the id of the index in the index descriptor list.

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