![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibas_status tibasSpaceDef_AddIndexDef(
Use the tibasSpaceDef_AddIndexDef() function to add a secondary index for a specified space.
1. Create an IndexDef object by calling the tibasIndexDef_Create() function and assign the field names used for the index.
2. Call tibasSpaceDef_AddIndexDef() and specify the IndexDef object that was created by the call to tibasIndexDef_Create().
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |