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


Chapter 3 Space : Space Operations and Options Initialization Operations : tibasSpace_Get()

tibasSpace_Get()
Function
Declaration
tibas_status tibasSpace_Get
(tibasSpace   space,
 tibasTuple*  value,
 tibasTuple   key)
Purpose
Returns the tuple (if one exists) in the specified space whose key fields match the key fields of a specified tuple.
Parameters
 
Remarks
Use the tibasSpace_Get() function to get a tuple whose key matches the key in a specified tuple.
See Also
tibasSpace_GetAll(), tibasSpace_CompareAndPut(), tibasSpace_CompareAndPutEx(), tibasSpace_CompareAndPutAll(),tibasSpace_CompareAndPutAllEx(), tibasSpace_CompareAndTake(), tibasSpace_CompareAndTakeEx(), tibasSpace_CompareAndTakeAll(), tibasSpace_CompareAndTakeAllEx(), tibasSpace_Put(), tibasSpace_PutEx(), tibasSpace_PutAll(). tibasSpace_CompareAndPutAllEx(), tibasSpace_Take(), tibasSpace_TakeEx(), tibasSpace_TakeAll(), tibasSpace_TakeAllEx()

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