Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbReadRecord

Reread a record from its offset

Declaration

CTDBRET ctdbReadRecord(CTHANDLE Handle)

Description

ctdbReadRecord() rereads a record from its offset. The record cursor must have been activated with a call to one of the search routines, and no subsequent call to ctdbClearRecord().

  • Handle [in] the record handle.

Returns

ctdbReadRecord() returns CTDBRET_OK if successful, or the c-tree error code on failure.

See also

ctdbAllocRecord(), ctdbWriteRecord(), ctdbClearRecord()

TOCIndex