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().
Returns
ctdbReadRecord() returns CTDBRET_OK if successful, or the c-tree error code on failure.
See also
ctdbAllocRecord(), ctdbWriteRecord(), ctdbClearRecord()