Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetFieldName

Retrieve the field name

Declaration

pTEXT ctdbGetFieldName(CTHANDLE Handle)

Description

ctdbGetFieldName() retrieves the field name, given a field handle. Use ctdbGetFieldNumber() to retrieve the field number given the field name.

  • Handle [in] the Field Handle.

Returns

ctdbGetFieldName() returns the field name, or NULL on failure

See also

ctdbAllocField(), ctdbGetFieldNumber(), ctdbGetFieldNumberByName(), ctdbGetFieldNbr(), ctdbGetFieldLength(), ctdbSetFieldName()

TOCIndex