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


Chapter 5 SpaceDef : SpaceDef Operations : tibasSpaceDef_SetKey()

tibasSpaceDef_SetKey()
Function
Declaration
tibas_status tibasSpaceDef_SetKey(
tibasSpaceDef spaceDef,
const char* fieldNames)
Purpose
Sets as primary key for the space the set of fields named in the comma-separated string passed as the argument.
Parameters
 
Remarks
Use the tibasSpaceDef_SetKey() function to specify a primary key for a specified space.
Specify the primary key in the fieldNames parameter as a list of comma-separated field values.
See Also
tibasSpaceDef_SetKeyDef()

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