tibasIndexDef_SetName()
Specifies a new name for a specified index.
  
 
	 Declaration
		
		tibas_status tibasIndexDef_SetName(
    tibasIndexDef indexDef,
    char*         indexName)
	  
 
	 Parameters
		
		
 
			  
			  
			  
				 
				  | Parameter
				   | 
 
				  Description
				   | 
 
				
 
			 
 
			  
				 
				  | indexDef
				   | 
 
				  The IndexDef for the index for which you want to specify a name.
				   | 
 
				
 
				 
				  | indexName
				   | 
 
				  Specify a string indicating the index name.
				   | 
 
				
 
			 
 
		  
 
	  
 
	 Remarks
		
		Use the tibasIndexDef_SetName() function to assign a name to a specified index.
		
	  
 
	 
 
   
Copyright © Cloud Software Group, Inc. All rights reserved.