Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::GetCndxIndex

Syntax

void CTTable::GetCndxIndex(NINT indexnbr, CTString&cndexpr)

void CTTable::GetCndxIndex(const CTString& indexname, CTString&cndexpr)

Parameters

  • indexnbr [in] index number
  • indexname [in] index name
  • cndexpr [out] conditional index expression

Description

Retrieves the conditional index expression string, given the index number.

Return

None.

See also

GetCndxIndexByName(), GetCndxIndexLength(), GetCndxIndexLengthByName()

TOCIndex