PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
JsonExprOp | op |
char * | column_name |
JsonValueExpr * | context_item |
Node * | pathspec |
List * | passing |
JsonOutput * | output |
JsonBehavior * | on_empty |
JsonBehavior * | on_error |
JsonWrapper | wrapper |
JsonQuotes | quotes |
ParseLoc | location |
Definition at line 1829 of file parsenodes.h.
char* JsonFuncExpr::column_name |
Definition at line 1833 of file parsenodes.h.
Referenced by transformJsonFuncExpr(), and transformJsonTableColumn().
JsonValueExpr* JsonFuncExpr::context_item |
Definition at line 1835 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonFuncExpr(), transformJsonTable(), and transformJsonTableColumn().
ParseLoc JsonFuncExpr::location |
Definition at line 1843 of file parsenodes.h.
Referenced by transformJsonFuncExpr(), and transformJsonTable().
JsonBehavior* JsonFuncExpr::on_empty |
Definition at line 1839 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonFuncExpr(), and transformJsonTable().
JsonBehavior* JsonFuncExpr::on_error |
Definition at line 1840 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonFuncExpr(), and transformJsonTable().
JsonExprOp JsonFuncExpr::op |
Definition at line 1832 of file parsenodes.h.
Referenced by transformJsonFuncExpr(), transformJsonTable(), and transformJsonTableColumn().
JsonOutput* JsonFuncExpr::output |
Definition at line 1838 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonFuncExpr().
List* JsonFuncExpr::passing |
Definition at line 1837 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonFuncExpr(), and transformJsonTable().
Node* JsonFuncExpr::pathspec |
Definition at line 1836 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonFuncExpr(), and transformJsonTable().
JsonQuotes JsonFuncExpr::quotes |
Definition at line 1842 of file parsenodes.h.
Referenced by transformJsonFuncExpr().
NodeTag JsonFuncExpr::type |
Definition at line 1831 of file parsenodes.h.
JsonWrapper JsonFuncExpr::wrapper |
Definition at line 1841 of file parsenodes.h.
Referenced by transformJsonFuncExpr().