Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::GetCndxIndexLengthByName

Syntax

#ifdef PROTOTYPE

NINT ctdbDECL ctdbGetCndxIndexLengthByName(CTHANDLE Handle, pTEXT indexname)

#else

NINT ctdbDECL ctdbGetCndxIndexLengthByName(Handle, indexname)

CTHANDLE Handle;

pTEXT indexname;

#endif

Parameters

  • handle [in] table handle
  • indexname [in] index name

Description

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

Return

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

See also

GetCndxIndex(), GetCndxIndexByName(), GetCndxIndexLength()

TOCIndex