Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTBlob::CTBlob

Syntax

CTBlob ( )

CTBlob (const pVOID data, VRLEN size)

CTBlob (const CTString& str)

CTBlob (const pCTBLOB pBlob)

CTBlob (const CTBlob& blob)

Parameters

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

Description

This is the constructor for the CTBlob object.

See also

~CTBlob()

TOCIndex