|
PostgreSQL Source Code git master
|
Data Fields | ||
| bool | is_json | |
| union { | ||
| struct { | ||
| const char * str | ||
| int len | ||
| JsonTokenType type | ||
| } json | ||
| JsonbValue * jsonb | ||
| } | val | |
Definition at line 296 of file jsonfuncs.c.
| bool JsValue::is_json |
Definition at line 298 of file jsonfuncs.c.
Referenced by populate_array_element_end().
| struct { ... } JsValue::json |
| JsonbValue* JsValue::jsonb |
Definition at line 308 of file jsonfuncs.c.
| int JsValue::len |
Definition at line 304 of file jsonfuncs.c.
Definition at line 303 of file jsonfuncs.c.
| JsonTokenType JsValue::type |
Definition at line 305 of file jsonfuncs.c.
| union { ... } JsValue::val |