PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 1986 of file parsenodes.h.

Field Documentation

◆ absent_on_null

bool JsonObjectConstructor::absent_on_null

Definition at line 1991 of file parsenodes.h.

Referenced by transformJsonObjectConstructor().

◆ exprs

List* JsonObjectConstructor::exprs

◆ location

ParseLoc JsonObjectConstructor::location

Definition at line 1993 of file parsenodes.h.

Referenced by transformJsonObjectConstructor().

◆ output

JsonOutput* JsonObjectConstructor::output

◆ type

NodeTag JsonObjectConstructor::type

Definition at line 1988 of file parsenodes.h.

◆ unique

bool JsonObjectConstructor::unique

Definition at line 1992 of file parsenodes.h.

Referenced by transformJsonObjectConstructor().


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