Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetTableName

Retrieve the table name.

Declaration

pTEXT ctdbGetTableName(CTHANDLE Handle)

Description

ctdbGetTableName() retrieves the table name. The name has no path (drive/directory) or filename extension. To retrieve the path, use ctdbGetTablePath(); to retrieve the filename extension, use ctdbGetTableExtension().

  • Handle [in] the Table Handle.

Returns

ctdbGetTableName() returns the Table name or NULL on failure

See also

ctdbAllocTable(), ctdbGetTablePath(), ctdbGetTableExtension()

TOCIndex