Name
json_is_nulljson_is_nullJsonIsNulljson_is_nullJsonIsNullJsonIsNull — Checks if a JSON-String is null.
Herror json_is_null(const char* Json, Hlong* IsNull)
Herror T_json_is_null(const Htuple Json, Htuple* IsNull)
Herror json_is_null(const HTuple& Json, Hlong* IsNull)
void JsonIsNull(const HTuple& Json, HTuple* IsNull)
json_is_nulljson_is_nullJsonIsNulljson_is_nullJsonIsNullJsonIsNull checks if a JSON-String is null.
Find more information about the JSON extension package in the introduction to this chapter.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
JsonJsonJsonJsonJsonjson (input_control) string → HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)
JSON string
Foundation