tibasSpace_GetName()

Returns the space name.

Declaration

tibas_status tibasSpace_GetName
(tibasSpace  space,
char**       spaceName)  

Parameters

Parameter Description
space Specify the Space object for which to return a name.
spaceName The name of the space.

The program must not modify or free the string, as it is owned by the Space object.

Remarks

Use the tibasSpace_GetName() function to return the name of a specified space.

The spaceName parameter is the value that was assigned when the metaspace was joined by calling the tibasMetaspace_GetSpace() function or the tibasMetaspace_GetSpaceEx() function.