Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::SetRecordPos

Syntax

void SetRecordPos(CTOFFSET offset)

Parameters

  • offset [in] The record offset.

Description

Sets the current record offset position. The record buffers are not updated. In order to update the record buffer, Read must be called.

Return

None.

See also

GetRecordPos(), Read(), SetRecordOffset(), SeekRecord()

TOCIndex