Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetTableIndexCount

Retrieve the number of indexes associated with the table.

Declaration

VRLEN ctdbGetTableIndexCount(CTHANDLE Handle)

Description

ctdbGetTableIndexCount() retrieves the number of indexes associated with the table.

  • Handle [in] the Table Handle.

Returns

ctdbGetTableIndexCount() returns the number of indexes or -1 on error.

See also

ctdbAllocTable(), ctdbGetDefaultIndex()

TOCIndex