Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTIndex::SetTemporaryFlag

Syntax

void SetTemporaryFlag(CTBOOL TempFlag)

Parameters

  • TempFlag [in] The temporary flag.

Description

Sets the temporary flag. If set to YES, this index is a temporary index.

Return

None.

See also

GetTemporaryFlag()

TOCIndex