Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbFindTableDictionaryMark

Find a table in a database dictionary and retrieve its dictionary attributes.

Declaration

CTDBRET ctdbDECL ctdbFindTableDictionaryMark(CTHANDLE Handle, pTEXT Name, pUCOUNT Dictmark)

Description

  • Handle [IN] - Database handle
  • Name [IN] - Table name
  • Dictmark [OUT] - Table mark. see _DICT_VERMARK_TBL_* in ctdbport.h

Returns

Returns CTDBRET_OK on success or the c-tree error code on failure.

See Also

TOCIndex