tibasFieldDef_GetName()
Returns the field name for a specified fieldDef object.
Declaration
tibas_status tibasFieldDef_GetName
(tibasFieldDef fieldDef,
char** fieldName)
Parameters
Parameter
|
Description
|
fieldDef
|
The fieldDef object for which you want to return a field name.
|
fieldName
|
The name of the field returned by the function.
You application must not modify or free the string, as it is owned by the fieldDef object.
|
Remarks
Use the tibasFieldDef_GetName() function to return the field name for a specified fieldDef object.
Copyright © Cloud Software Group, Inc. All rights reserved.