Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::HasRowid

Syntax

CTBOOL HasRowid( )

Parameters

This method has no parameters.

Description

Indicates if a table has support to a rowid index or not. By default, when a table is created it has support to this index enabled. A rowid index is an automatic sequence number.

Return

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

See also

Create(), Record::FindRowid(), Record::GetRowid()

TOCIndex