Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbTableHasCallback

ctdbTableHasCallback () checks if there is at least one c-tree callback defined on the table.

Declaration

CTBOOL ctdbDECL ctdbTableHasCallback(CTHANDLE Handle)

Description

  • Handle - an active table handle

Returns

  • YES if at least one callback exists.
  • NO if no callback is present.

TOCIndex