PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
NodeTag | type |
JsonFormat * | format |
Oid | typid |
int32 | typmod |
Definition at line 1585 of file primnodes.h.
JsonFormat* JsonReturning::format |
Definition at line 1588 of file primnodes.h.
Referenced by coerceJsonFuncExpr(), contain_mutable_functions_walker(), ExecEvalJsonConstructor(), expression_tree_mutator_impl(), get_json_returning(), makeJsonConstructorExpr(), transformJsonArrayAgg(), transformJsonConstructorOutput(), transformJsonObjectAgg(), and transformJsonOutput().
NodeTag JsonReturning::type |
Definition at line 1587 of file primnodes.h.
Oid JsonReturning::typid |
Definition at line 1589 of file primnodes.h.
Referenced by coerceJsonFuncExpr(), get_json_returning(), transformJsonConstructorOutput(), and transformJsonOutput().
int32 JsonReturning::typmod |
Definition at line 1590 of file primnodes.h.
Referenced by coerceJsonFuncExpr(), get_json_returning(), transformJsonConstructorOutput(), and transformJsonOutput().