|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| Node * | query |
| JsonOutput * | output |
| JsonFormat * | format |
| bool | absent_on_null |
| ParseLoc | location |
Definition at line 2157 of file parsenodes.h.
| bool JsonArrayQueryConstructor::absent_on_null |
Definition at line 2163 of file parsenodes.h.
| JsonFormat* JsonArrayQueryConstructor::format |
Definition at line 2162 of file parsenodes.h.
| ParseLoc JsonArrayQueryConstructor::location |
Definition at line 2164 of file parsenodes.h.
| JsonOutput* JsonArrayQueryConstructor::output |
Definition at line 2161 of file parsenodes.h.
| Node* JsonArrayQueryConstructor::query |
Definition at line 2160 of file parsenodes.h.
| NodeTag JsonArrayQueryConstructor::type |
Definition at line 2159 of file parsenodes.h.