Declaration

function TableDropIndex(const aTableName: string; const aIndexName: string; aIndexID: Integer): TnxResult; override;

 
Description

This function deletes an index.

 
Parameters

const aTableName: string

the name of the table that holds the index to be deleted.

const aIndexName: string

the name of the index to be deleted

aIndexID: Integer

the id in the list of index descriptors of the index to be deleted.

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