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().
Returns
ctdbGetIndexExtension() returns the index file name extension.
See also
ctdbAllocTable(), ctdbSetIndexExtension()