Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbHasRecbyt

Indicate if the table has support for recbyt index.

Declaration

CTBOOL ctdbHasRecbyt(CTHANDLE Handle)

Description

ctdbHasRecbyt() indicates if the table has support for RECBYT index. This support is enabled by default when the table is created. If a table has support to a RECBYT index, the record position or offset may be retrieved with ctdbGetRecordPos().

  • Handle [in] the Table Handle.

Returns

ctdbHasRecbyt() returns yes if the function has support, and no otherwise.

See also

ctdbAllocTable(), ctdbGetRecordPos(), ctdbCreateTable()

TOCIndex