Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetIndexExtension

Retrieve the table index file name extension.

Declaration

pTEXT ctdbGetIndexExtension(CTHANDLE Handle)

Description

ctdbGetIndexExtension() retrieves the table index file name extension. The default index extension is .idx. To set the index file name extension, use ctdbSetIndexExtension().

  • Handle [in] the Table Handle.

Returns

ctdbGetIndexExtension() returns the index file name extension.

See also

ctdbAllocTable(), ctdbSetIndexExtension()

TOCIndex