company logo

ObjectSpace :: objectName - Get Database Object

The function returns the name of the subordinated object space at position passed in iPosition. First object space name is at position 0. Object space names are provided in alphabetic order.

When no object space name is available at passed position, the function throws an exception.

Return value:  Object name ( odaba::String & )

Implementation details

odaba::String ObjectSpace  :: objectName ( int32 iPosition )
  • iPosition - Position in collection

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