Declaration

function ReIndexTableEx(const aTableName: string; const aIndexName: string; out aTaskInfo: TnxAbstractTaskInfo): TnxResult; overload;

 
Description

ReIndexTableEx starts an asynchronous re indexing of a certain index of a table. Returns an error code on failure.

 
Parameters

const aIndexName: string

the name of the index

out aTaskInfo: TnxAbstractTaskInfo

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

aName

table name

 
See Also

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

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