Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::GetIndexByUID

Syntax

CTIndex GetIndexByUID(ULONG uid)

Parameters

  • uid [in] the index unique identifier.

Description

Retrieves the index object given its unique identifier.

Return

GetIndexByUID() returns the Index object.

See also

GetIndex()

TOCIndex