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 1955 of file parsenodes.h.

Field Documentation

◆ column_name

char* JsonFuncExpr::column_name

Definition at line 1959 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ context_item

JsonValueExpr* JsonFuncExpr::context_item

Definition at line 1961 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ location

ParseLoc JsonFuncExpr::location

Definition at line 1969 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ on_empty

JsonBehavior* JsonFuncExpr::on_empty

Definition at line 1965 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ on_error

JsonBehavior* JsonFuncExpr::on_error

Definition at line 1966 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ op

JsonExprOp JsonFuncExpr::op

Definition at line 1958 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ output

JsonOutput* JsonFuncExpr::output

Definition at line 1964 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ passing

List* JsonFuncExpr::passing

Definition at line 1963 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ pathspec

Node* JsonFuncExpr::pathspec

Definition at line 1962 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ quotes

JsonQuotes JsonFuncExpr::quotes

Definition at line 1968 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ type

NodeTag JsonFuncExpr::type

Definition at line 1957 of file parsenodes.h.

◆ wrapper

JsonWrapper JsonFuncExpr::wrapper

Definition at line 1967 of file parsenodes.h.

Referenced by transformJsonFuncExpr().


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