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


Chapter 5 SpaceDef : SpaceDef Operations : tibasSpaceDef_PutFieldDef()

tibasSpaceDef_PutFieldDef()
Function
Declaration
tibas_status tibasSpaceDef_PutFieldDef
(tibasSpaceDef spaceDef,
tibasFieldDef  fieldDef)
Purpose
Associates a field definition to a specified space definition.
Parameters
 
Remarks
Use the tibasSpaceDef_PutFieldDef() function to associate a field definition (fieldDef) with a specified space definition (spaceDef).
Before you can call the tibasSpaceDef_PutFieldDef() function, you must create a space definition by calling the tibasSpaceDef_Create() function and create a fieldDef by calling the tibasFieldDef_Create() function.
See Also
tibasSpaceDef_Create(), tibasFieldDef_Create(), tibasSpaceDef_TakeFieldDef()

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