|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| JsonValueExpr * | expr |
| JsonOutput * | output |
| ParseLoc | location |
Definition at line 2059 of file parsenodes.h.
| JsonValueExpr* JsonSerializeExpr::expr |
Definition at line 2062 of file parsenodes.h.
Referenced by transformJsonSerializeExpr().
| ParseLoc JsonSerializeExpr::location |
Definition at line 2064 of file parsenodes.h.
Referenced by transformJsonSerializeExpr().
| JsonOutput* JsonSerializeExpr::output |
Definition at line 2063 of file parsenodes.h.
Referenced by transformJsonSerializeExpr().
| NodeTag JsonSerializeExpr::type |
Definition at line 2061 of file parsenodes.h.