PostgreSQL Source Code git master
Loading...
Searching...
No Matches
JsonFuncExpr Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
JsonExprOp op
 
charcolumn_name
 
JsonValueExprcontext_item
 
Nodepathspec
 
Listpassing
 
JsonOutputoutput
 
JsonBehavioron_empty
 
JsonBehavioron_error
 
JsonWrapper wrapper
 
JsonQuotes quotes
 
ParseLoc location
 

Detailed Description

Definition at line 1936 of file parsenodes.h.

Field Documentation

◆ column_name

char* JsonFuncExpr::column_name

Definition at line 1940 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ context_item

JsonValueExpr* JsonFuncExpr::context_item

Definition at line 1942 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ location

ParseLoc JsonFuncExpr::location

Definition at line 1950 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ on_empty

JsonBehavior* JsonFuncExpr::on_empty

Definition at line 1946 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ on_error

JsonBehavior* JsonFuncExpr::on_error

Definition at line 1947 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ op

JsonExprOp JsonFuncExpr::op

Definition at line 1939 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ output

JsonOutput* JsonFuncExpr::output

Definition at line 1945 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ passing

List* JsonFuncExpr::passing

Definition at line 1944 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ pathspec

Node* JsonFuncExpr::pathspec

Definition at line 1943 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ quotes

JsonQuotes JsonFuncExpr::quotes

Definition at line 1949 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ type

NodeTag JsonFuncExpr::type

Definition at line 1938 of file parsenodes.h.

◆ wrapper

JsonWrapper JsonFuncExpr::wrapper

Definition at line 1948 of file parsenodes.h.

Referenced by transformJsonFuncExpr().


The documentation for this struct was generated from the following file: