Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbResetRecord

Reset the record buffer to its original state

Declaration

CTDBRET ctdbResetRecord(CTHANDLE Handle)

Description

ctdbResetRecord() resets the record buffer to its original state.

  • Handle [in] the record handle.

Returns

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

See also

ctdbResetAll(), ctdbClearRecord()

TOCIndex