Declaration

function ReIndexTable(const aTableName: string; aIndexNum: Integer): TnxAbstractTaskInfo; overload;

 
Description

ReindexTable starts an asynchronous re indexing of a certain index of a table. Raises an exception on failure.

 
Parameters

aIndexNum: Integer

the index number of the index in the list of indexes

aTaskInfo

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

aName

table name

 
See Also

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

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