Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetRowid

Retrieve the record rowid.

Declaration

CTDBRET ctdbGetRowid(CTHANDLE Handle, pCTROWID pRowid)

Description

ctdbGetRowid() retrieves the record ROWID.

  • Handle [in] the record handle.
  • pRowid [out] the ROWID value.

Returns

ctdbGetRowid() returns CTDBRET_OK on success, or a c-treeDB API error code on failure

See also

ctdbAllocRecord(), ctdbFindRowid(), ctdbHasRowid()

TOCIndex