Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::HasRecbyt

Syntax

CTBOOL HasRecbyt( )

Parameters

This method has no parameters.

Description

Indicates if a table has support to a recbyt index or not. By default, when a table is created it has support to this index enabled.

Return

HasRecbyt() returns YES if the table has support to the recbyt index, NO otherwise.

See also

Create()

TOCIndex