PostgreSQL Source Code git master
Loading...
Searching...
No Matches
JsObject Struct Reference

Data Fields

bool is_json
 
union { 
 
   HTAB *   json_hash 
 
   JsonbContainer *   jsonb_cont 
 
val 
 

Detailed Description

Definition at line 309 of file jsonfuncs.c.

Field Documentation

◆ is_json

bool JsObject::is_json

◆ json_hash

HTAB* JsObject::json_hash

Definition at line 314 of file jsonfuncs.c.

Referenced by JsObjectGetField(), and populate_recordset_object_end().

◆ jsonb_cont

JsonbContainer* JsObject::jsonb_cont

Definition at line 315 of file jsonfuncs.c.

Referenced by JsObjectGetField(), and populate_recordset_worker().

◆ [union]

union { ... } JsObject::val

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