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

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodequery
 
JsonOutputoutput
 
JsonFormatformat
 
bool absent_on_null
 
ParseLoc location
 

Detailed Description

Definition at line 2040 of file parsenodes.h.

Field Documentation

◆ absent_on_null

bool JsonArrayQueryConstructor::absent_on_null

Definition at line 2046 of file parsenodes.h.

◆ format

JsonFormat* JsonArrayQueryConstructor::format

Definition at line 2045 of file parsenodes.h.

◆ location

ParseLoc JsonArrayQueryConstructor::location

Definition at line 2047 of file parsenodes.h.

◆ output

JsonOutput* JsonArrayQueryConstructor::output

Definition at line 2044 of file parsenodes.h.

◆ query

Node* JsonArrayQueryConstructor::query

Definition at line 2043 of file parsenodes.h.

◆ type

NodeTag JsonArrayQueryConstructor::type

Definition at line 2042 of file parsenodes.h.


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