Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTBlob::SetBlob

shouSyntax

void SetBlob(const pCTBLOB pBlob)

void SetBlob(const CTBlob& blob)

void SetBlob(const pVOID data, VRLEN size)

void SetBlob(const CTString& str)

Parameters

  • pBlob [in] The CTBlob object or Blob to be assigned to the CTBlob object
  • blob [in] The CTBlob object or Blob to be assigned to the CTBlob object
  • data [in] The data to be assigned to the CTBlob object
  • size [in] The data size.
  • str [in] The CTString object to be assigned to the CTBlob object

Description

Initializes the CTBlob object.

Return

None.

See also

GetBlob(), Get()

TOCIndex