Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTBlob Methods

Constructor / Destructor

  • CTBlob(): Creates a CTBlob object
  • ~CTBlob(): Destroys a CTBlob Object and resets all the dependent objects

Blob Handling

  • SetBlob(): Initializes the CTBlob object.
  • GetBlob(): Retrieves a CTBlob object
  • Get(): Retrieves a CTBlob object
  • GetSize(): Retrieves the size of a CTBlob object
  • Resize(): Resizes the CTBlob object
  • UpdateBlob(): Updates the CTBlob object.
  • AsString(): Retrieves the CTBlob object as a CTString object.

In This Section

CTBlob::CTBlob

CTBlob::~CTBlob

CTBlob::AsString

CTBlob::Get

CTBlob::GetBlob

CTBlob::GetSize

CTBlob::Resize

CTBlob::SetBlob

CTBlob::UpdateBlob

TOCIndex