Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetFieldAsJSON

Get a field as a CTJSON type value.

Declaration

ctdbEXPORT CTDBRET ctdbDECL ctdbGetFieldAsJSON(CTHANDLE Handle, NINT FieldNbr, CTJSON pValue, VRLEN size);

Description

  • Handle [IN] - c-treeDB C API record handle
  • FieldNbr [IN] - Field number
  • value [IN] - CTJSON type value

Returns

Return CTDBRET_OK on success.

TOCIndex