Product Documentation

FairCom DB 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] - FairCom DB API C API record handle
  • FieldNbr [IN] - Field number
  • value [IN] - CTJSON type value

Returns

Return CTDBRET_OK on success.

TOCIndex