Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetDefaultIndexName

Return the default index name.

Declaration

pTEXT ctdbGetDefaultIndexName(CTHANDLE Handle)

Description

ctdbGetDefaultIndexName() retrieves the current default index name. When the record handle is initialized for the first time, the default index is set to zero.

  • Handle [the] record handle.

Records

ctdbGetDefaultIndexName() returns the current default index name.

See also

ctdbAllocRecord(), ctdbGetDefaultIndex(), ctdbSetDefaultIndexByName()

TOCIndex