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


Chapter 9 KeyDef : KeyDef Operations : tibasKeyDef_SetFieldNames()

tibasKeyDef_SetFieldNames()
Function
Declaration
tibas_status tibasKeyDef_SetFieldNames(
tibasKeyDef keyDef,
char* fieldNames)
Purpose
Sets the field names used as the primary key in a KeyDef.
Parameters
 
Remarks
Use the tibasKeyDef_SetFieldNames() function to specify the key names that are used as a primary key for a specified KeyDef.
Use the fieldNames parameter to specify a comma-separated list of values that indicates the field names to use as the primary key.
See Also
tibasKeyDef_Create(), tibasKeyDef_GetFieldNames()

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