PostgreSQL Source Code  git master
JsObject Struct Reference

Data Fields

bool is_json
 
union {
   HTAB *   json_hash
 
   JsonbContainer *   jsonb_cont
 
val
 

Detailed Description

Definition at line 307 of file jsonfuncs.c.

Field Documentation

◆ is_json

bool JsObject::is_json

◆ json_hash

HTAB* JsObject::json_hash

Definition at line 312 of file jsonfuncs.c.

Referenced by JsObjectGetField(), JsValueToJsObject(), and populate_recordset_object_end().

◆ jsonb_cont

JsonbContainer* JsObject::jsonb_cont

Definition at line 313 of file jsonfuncs.c.

Referenced by JsObjectGetField(), JsValueToJsObject(), and populate_recordset_worker().

◆ 


The documentation for this struct was generated from the following file: