Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbResetAll

Reset all record buffers associated with a table.

Declaration

CTDBRET ctdbResetAll(CTHANDLE Handle)

Description

ctdbResetAll() resets all record buffers associated with a table.

  • Handle [in] the Table Handle.

Returns

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

See also

ctdbResetRecord()

TOCIndex