|
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 1986 of file parsenodes.h.
| bool JsonObjectConstructor::absent_on_null |
Definition at line 1991 of file parsenodes.h.
Referenced by transformJsonObjectConstructor().
| List* JsonObjectConstructor::exprs |
Definition at line 1989 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), and transformJsonObjectConstructor().
| ParseLoc JsonObjectConstructor::location |
Definition at line 1993 of file parsenodes.h.
Referenced by transformJsonObjectConstructor().
| JsonOutput* JsonObjectConstructor::output |
Definition at line 1990 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonObjectConstructor().
| NodeTag JsonObjectConstructor::type |
Definition at line 1988 of file parsenodes.h.
| bool JsonObjectConstructor::unique |
Definition at line 1992 of file parsenodes.h.
Referenced by transformJsonObjectConstructor().