Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetTableExtension

Retrieve the table filename extension.

Declaration

pTEXT ctdbGetTableExtension(CTHANDLE Handle)

Description

ctdbGetTableExtension() retrieves the table filename extension. To retrieve the path, use ctdbGetTablePath(), and to retrieve the name, use ctdbGetTableName().

  • Handle [in] the Table Handle.

Returns

ctdbGetTableExtension() returns the Table extension name or NULL on failure

See also

ctdbAllocTable(), ctdbGetTableName(), ctdbGetTablePath(), ctdbSetTableExtension()

TOCIndex