Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbSetFieldAsJSON

Set the field as a CTJSON type value.

Declaration

ctdbEXPORT CTDBRET ctdbDECL ctdbSetFieldAsJSON(CTHANDLE Handle, NINT FieldNbr, CTJSON Value);

Description

  • Handle [IN] - CTDB C API record handle
  • FieldNbr [IN] - The field number
  • Value [IN] - CTJSON type value to set the field

Returns

Return CTDBRET_OK on success.

TOCIndex