Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 SpaceDef : SpaceDef Operations : tibasSpaceDef_RemoveIndexDef()

tibasSpaceDef_RemoveIndexDef()
Function
Declaration
tibas_status tibasSpaceDef_RemoveIndexDef(
tibasSpaceDef spaceDef,
char* indexName)
Purpose
Removes a specified index for a specified spaceDef.
Parameters
 
Specify the spaceDef object for the space definition for which you want to remove an index.
Remarks
Use the tibasSpaceDef_RemoveIndexDef() function to remove a specified index in a specified space definition.
After you have removed the index definition, you can use the tibasIndexDef functions to add a new index or to alter the fields in the index.
See Also
tibasSpaceDef_GetIndex()
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved