Declaration

function RestructureTableEx(const aTableName: string; aDictionary: TnxDataDictionary; aMapperDesc: TnxBaseRecordMapperDescriptor; out aTaskInfo: TnxAbstractTaskInfo): TnxResult;

 
Description

With this method you can start an asynchronous restructure of a given table. Returns an error code on failure.

 
Parameters

aDictionary: TnxDataDictionary

new dictionary of the table

out aTaskInfo: TnxAbstractTaskInfo

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

aFieldName

defines how fields are mapped from the old to the new structure

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