Product Documentation

V9 Update Guide

Previous Topic

Next Topic

Get and Set c-treeDB Table Owner Information

It is now possible to specify a table owner in c-treeDB and have the ctdbCreateTable() function automatically invoke the FairCom DB Security() function to set the table owner. New c-treeDB methods and functions are available to maintain the table owner information.

c-treeDB C API

  • ctdbSetTableOwner()
  • ctdbGetTableOwner()

c-treeDB C++ API

  • CTTable::SetOwner()
  • CTTable::GetOwner()

TOCIndex