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


Chapter 9 KeyDef : KeyDef Operations : tibasKeyDef_GetIndexType()

tibasKeyDef_GetIndexType()
Function
Declaration
tibas_status tibasKeyDef_GetIndexType(
tibasKeyDef keyDef,
tibas_indexType* indexType)
Purpose
Returns the index type for a specified primary key.
 
Parameters
 
Remarks
Use the tibasKeyDef_GetIndexType() function to return the index type for a specified primary key.
The tibas_indexType parameter returns the index type, which can be one of the following:
TIBAS_INDEX_HASH Specifies that indexing is done by using a hash table.
TIBAS_INDEX_TREE Specifies that indexing is done using a tree.
See Also
tibasKeyDef_SetIndexType()

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