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


Chapter 10 IndexDef : IndexDef Operations : tibasIndexDef_GetIndexType()

tibasIndexDef_GetIndexType()
Function
Declaration
tibas_status tibasIndexDef_GetIndexType(
tibasIndexDef    indexDef,
tibas_indexType* indexType)
Purpose
Returns the index type that is set for a specified index.
Parameters
 
Remarks
Use the tibasIndexDef_GetIndexType() function to return the index type for a specified index. The index type 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
tibasIndexDef_SetIndexType()

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