company logo

DBFieldDef :: GetIndexName - Get key name for index

The function returns the key or order name for the index at requested position indx_pos.

Return value:  Index name ( NString  )

The index or key name refers to an index defining an order for the collection. Indexes are always referenced by key names.

Implementation details

const NString & DBFieldDef  :: GetIndexName ( int16 indx_pos )
  • indx_pos - Index position

    The index position is the position of an index (order) in an index list. The first index has position 0.