Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

Virtual Table Callbacks

  • CTDB_ON_TABLE_GET_VTABLE_INFO

    CTDB_ON_TABLE_GET_VTABLE_INFO is called when c-treeDB API looks for the Virtual Table resource, typically at the time of a Virtual Table open or when calling ctdbGetVTableInfoFromTable(). This callback should be implemented when using alternative (to the resource as defined) methods of tracking Virtual Table definitions. (For example, FairCom DB COBOL support implements this callback.)

TOCIndex