company logo

PropertyDefinition :: indexName - Name of the current index

The function returns the index name of the index for the index (sort order for collection) at position passed in iPosition.

The function throws an exception, when iPosition is equal or larger than the number of indexes defined for the collection or when the function is called with an invalid property definition.

Return value:  Name of first key component ( odaba::String & )

Implementation details

odaba::String PropertyDefinition  :: indexName ( int32 iPosition )
  • iPosition - Position in collection

    The position of an element in a collection is beginning with 0 for the first element.