PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
JsonValueExpr * | expr |
JsonOutput * | output |
int | location |
Definition at line 1747 of file parsenodes.h.
JsonValueExpr* JsonSerializeExpr::expr |
Definition at line 1750 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonSerializeExpr().
int JsonSerializeExpr::location |
Definition at line 1752 of file parsenodes.h.
Referenced by transformJsonSerializeExpr().
JsonOutput* JsonSerializeExpr::output |
Definition at line 1751 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonSerializeExpr().
NodeTag JsonSerializeExpr::type |
Definition at line 1749 of file parsenodes.h.