Declaration

function ReIndexTable(const aTableName: string; const aIndexName: string): TnxAbstractTaskInfo; overload;

 
Description

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

 
Parameters

const aIndexName: string

the name of the index

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