Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::GetCndxIndexLength

Syntax

#ifdef PROTOTYPE

NINT ctdbDECL ctdbGetCndxIndexLength(CTHANDLE Handle, NINT indexnbr)

#else

NINT ctdbDECL ctdbGetCndxIndexLength(Handle, indexnbr)

CTHANDLE Handle;

NINT indexnbr;

#endif

Parameters

  • handle [in] table handle
  • indexnbr [in] index number

Description

Retrieves the length in bytes of the conditional expression string, given the index number.

Return

Return the length in bytes of the conditional expression or -1 on error.

See also

GetCndxIndex(), GetCndxIndexByName(), GetCndxIndexLengthByName()

TOCIndex