Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetIndexKeyLength

Retrieve the key length for this index.

Declaration

VRLEN ctdbGetIndexKeyLength(CTHANDLE Handle)

Description

ctdbGetIndexKeyLength() retrieves the key length for this index.

  • Handle [in] the index handle.

Returns

ctdbGetIndexKeyLength() returns the key length or -1 on error.

See also

ctdbAllocIndex()

TOCIndex