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


Chapter 10 IndexDef : IndexDef Operations : tibasIndexDef_SetFieldNames()

tibasIndexDef_SetFieldNames()
Function
Declaration
tibas_status tibasIndexDef_SetFieldNames(
tibasIndexDef indexDef,
char*         fieldNames)
Purpose
Sets the field names used for a specified secondary index.
Parameters
 
Remarks
Use the tibasIndexDef_SetFieldNames() function to change the field names that are currently set for a specified secondary index.
When you create an index definition by calling the tibasIndexDef_Create() function, you define the fields used for the secondary index. You can call the tibasIndexDef_SetFieldNames() function to change the field names.
See Also
tibasIndexDef_Create(), tibasIndexDef_GetFieldNames()

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