![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibas_status tibasKeyDef_GetIndexType(
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.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |