Retrieves the index fields defined for a specified index.
Declaration
tibas_status tibasSpaceDef_GetIndex(
tibasSpaceDef spaceDef,
const char* indexName,
tibasStringList* fieldNames)
Parameters
Parameter |
Description |
spaceDef |
The TIBCO ActiveSpaces entity on which the function is invoked. |
indexName |
The name of the index. |
fieldNames |
Returns one or more index fields, separated by commas. |
Remarks
Use the tibasSpaceDef_GetIndex() function to return a list of the index fields defined for a specified index in a specified space definition.
The fieldNames parameter returns a list comma-separated field names.
Copyright © Cloud Software Group, Inc. All Rights Reserved.