tibasIndexDef_Free()
Frees the memory used by a specified secondary index and deletes the index.
      Declaration
tibas_status tibasIndexDef_Free(
    tibasIndexDef* indexDef)
Parameters
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | indexDef | Specifies the IndexDef for the index that you want to delete. | 
               
            
Remarks
Use the tibasIndexDef_Free() function to free the memory used by a specified secondary index and free the index.
Copyright © Cloud Software Group, Inc. All rights reserved.