ctdbSetRecordOffset
Update the record offset.
Declaration
CTDBRET ctdbSetRecordOffset(CTHANDLE Handle, CTOFFSET offset )
Description
ctdbSetRecordOffset() updates the record offset. The current record pointer is not moved and no record data is updated.
Returns
ctdbSetRecordOffset() returns CTDBRET_OK on success, or a c-treeDB API C API error code on failure
See also
ctdbSetRecordPos(), ctdbSeekRecord(), ctdbGetRecordPos(), ctdbSetRecordBuffer()