PostgreSQL Source Code  git master
JsonObjectConstructor Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listexprs
 
JsonOutputoutput
 
bool absent_on_null
 
bool unique
 
ParseLoc location
 

Detailed Description

Definition at line 1925 of file parsenodes.h.

Field Documentation

◆ absent_on_null

bool JsonObjectConstructor::absent_on_null

Definition at line 1930 of file parsenodes.h.

Referenced by transformJsonObjectConstructor().

◆ exprs

List* JsonObjectConstructor::exprs

◆ location

ParseLoc JsonObjectConstructor::location

Definition at line 1932 of file parsenodes.h.

Referenced by transformJsonObjectConstructor().

◆ output

JsonOutput* JsonObjectConstructor::output

◆ type

NodeTag JsonObjectConstructor::type

Definition at line 1927 of file parsenodes.h.

◆ unique

bool JsonObjectConstructor::unique

Definition at line 1931 of file parsenodes.h.

Referenced by transformJsonObjectConstructor().


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