|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | exprs |
| JsonOutput * | output |
| bool | absent_on_null |
| bool | unique |
| ParseLoc | location |
Definition at line 2071 of file parsenodes.h.
| bool JsonObjectConstructor::absent_on_null |
Definition at line 2076 of file parsenodes.h.
| List* JsonObjectConstructor::exprs |
Definition at line 2074 of file parsenodes.h.
| ParseLoc JsonObjectConstructor::location |
Definition at line 2078 of file parsenodes.h.
| JsonOutput* JsonObjectConstructor::output |
Definition at line 2075 of file parsenodes.h.
| NodeTag JsonObjectConstructor::type |
Definition at line 2073 of file parsenodes.h.
| bool JsonObjectConstructor::unique |
Definition at line 2077 of file parsenodes.h.