PostgreSQL Source Code  git master
JsonObjectConstructor Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listexprs
 
JsonOutputoutput
 
bool absent_on_null
 
bool unique
 
int location
 

Detailed Description

Definition at line 1745 of file parsenodes.h.

Field Documentation

◆ absent_on_null

bool JsonObjectConstructor::absent_on_null

Definition at line 1750 of file parsenodes.h.

Referenced by transformJsonObjectConstructor().

◆ exprs

List* JsonObjectConstructor::exprs

◆ location

int JsonObjectConstructor::location

Definition at line 1752 of file parsenodes.h.

Referenced by transformJsonObjectConstructor().

◆ output

JsonOutput* JsonObjectConstructor::output

◆ type

NodeTag JsonObjectConstructor::type

Definition at line 1747 of file parsenodes.h.

◆ unique

bool JsonObjectConstructor::unique

Definition at line 1751 of file parsenodes.h.

Referenced by transformJsonObjectConstructor().


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