Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::GetRecordKeyPos

Syntax

CTOFFSET CTRecord::GetRecordKeyPos() const

Parameters

  • None

Description

Retrieves the given record position in the default index.

Return

Position. The returned position is the Ordinal key position, not a file offset.

Throws a CTException exception object if an error occurs.

TOCIndex