KeyDef Operations The following table lists the KeyDef operations: Table 14 KeyDef Function or Type Description Page tibasKeyDef_Create() Creates a primary key and specifies the fields for the key. 241 tibasKeyDef_GetIndexType() Returns the index type for a specified primary key. 242 tibasKeyDef_SetIndexType() Sets the index type used with a specified primary key. 243 tibasKeyDef_GetFieldNames() Returns a list of the field names associated with a specified primary key. 244 tibasKeyDef_SetFieldNames() Sets the field names used as the primary key in a KeyDef. 245 tibasKeyDef_Free() Frees the memory used for a specified primary key definition. 246