Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbBlobSet

Set the blob data.

Declaration

CTDBRET ctdbBlobSet(pCTBLOB pBlob, pVOID buffer, VRLEN size)

Description

ctdbBlobSet() sets the blob data.

  • pBlob [in/out] the blob pointer.
  • buffer [in] the pointer to data.
  • size [in] the number of bytes in the buffer

Returns

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

See also

ctdbBlobGetData(), ctdbBlobCmp(), ctdbBlobGetSize(), ctdbBlobFree()

TOCIndex