|
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 1955 of file parsenodes.h.
| char* JsonFuncExpr::column_name |
Definition at line 1959 of file parsenodes.h.
Referenced by transformJsonFuncExpr().
| JsonValueExpr* JsonFuncExpr::context_item |
Definition at line 1961 of file parsenodes.h.
Referenced by transformJsonFuncExpr().
| ParseLoc JsonFuncExpr::location |
Definition at line 1969 of file parsenodes.h.
Referenced by transformJsonFuncExpr().
| JsonBehavior* JsonFuncExpr::on_empty |
Definition at line 1965 of file parsenodes.h.
Referenced by transformJsonFuncExpr().
| JsonBehavior* JsonFuncExpr::on_error |
Definition at line 1966 of file parsenodes.h.
Referenced by transformJsonFuncExpr().
| JsonExprOp JsonFuncExpr::op |
Definition at line 1958 of file parsenodes.h.
Referenced by transformJsonFuncExpr().
| JsonOutput* JsonFuncExpr::output |
Definition at line 1964 of file parsenodes.h.
Referenced by transformJsonFuncExpr().
| List* JsonFuncExpr::passing |
Definition at line 1963 of file parsenodes.h.
Referenced by transformJsonFuncExpr().
| Node* JsonFuncExpr::pathspec |
Definition at line 1962 of file parsenodes.h.
Referenced by transformJsonFuncExpr().
| JsonQuotes JsonFuncExpr::quotes |
Definition at line 1968 of file parsenodes.h.
Referenced by transformJsonFuncExpr().
| NodeTag JsonFuncExpr::type |
Definition at line 1957 of file parsenodes.h.
| JsonWrapper JsonFuncExpr::wrapper |
Definition at line 1967 of file parsenodes.h.
Referenced by transformJsonFuncExpr().