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

#include <jsonb.h>

Data Fields

JsonbValue key
 
JsonbValue value
 
uint32 order
 

Detailed Description

Definition at line 313 of file jsonb.h.

Field Documentation

◆ key

JsonbValue JsonbPair::key

Definition at line 315 of file jsonb.h.

Referenced by uniqueifyJsonbObject().

◆ order

uint32 JsonbPair::order

Definition at line 317 of file jsonb.h.

◆ value

JsonbValue JsonbPair::value

Definition at line 316 of file jsonb.h.

Referenced by uniqueifyJsonbObject().


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