Product Documentation

V9 Update Guide

Previous Topic

Next Topic

Set Operations State in c-treeDB

FairCom DB allows an application to change its operations state. Many advanced performance enhancing features can be accessed through the c-tree Plus function SETOPS(). FairCom DB Set Operations support was added to the c-treeDB APIs. Additionally, specific support was added for setting automatic commit functionality within the c-treeDB CTBase class with this SETOPS() implementation.

c-treeDB C API

  • ctdbSetOperationState()
  • ctdbGetOperationState()

c-treeDB C++ API

  • CTBase::SetOperation()
  • CTBase::GetOperation()

TOCIndex