PostgreSQL Source Code  git master
JsonExpr Struct Reference

#include <primnodes.h>

Data Fields

Expr xpr
 
JsonExprOp op
 
Nodeformatted_expr
 
JsonFormatformat
 
Nodepath_spec
 
JsonReturningreturning
 
Listpassing_names
 
Listpassing_values
 
JsonBehavioron_empty
 
JsonBehavioron_error
 
Nodecoercion_expr
 
bool use_io_coercion
 
bool use_json_coercion
 
JsonWrapper wrapper
 
bool omit_quotes
 
Oid collation
 
int location
 

Detailed Description

Definition at line 1764 of file primnodes.h.

Field Documentation

◆ coercion_expr

◆ collation

Oid JsonExpr::collation

Definition at line 1810 of file primnodes.h.

Referenced by exprCollation(), and exprSetCollation().

◆ format

JsonFormat* JsonExpr::format

Definition at line 1774 of file primnodes.h.

Referenced by transformJsonFuncExpr().

◆ formatted_expr

◆ location

int JsonExpr::location

Definition at line 1813 of file primnodes.h.

Referenced by exprLocation(), and transformJsonFuncExpr().

◆ omit_quotes

bool JsonExpr::omit_quotes

◆ on_empty

◆ on_error

◆ op

◆ passing_names

List* JsonExpr::passing_names

◆ passing_values

◆ path_spec

◆ returning

◆ use_io_coercion

bool JsonExpr::use_io_coercion

Definition at line 1800 of file primnodes.h.

Referenced by coerceJsonExprOutput(), ExecEvalJsonExprPath(), and ExecInitJsonExpr().

◆ use_json_coercion

bool JsonExpr::use_json_coercion

Definition at line 1801 of file primnodes.h.

Referenced by coerceJsonExprOutput(), and ExecInitJsonExpr().

◆ wrapper

JsonWrapper JsonExpr::wrapper

◆ xpr

Expr JsonExpr::xpr

Definition at line 1766 of file primnodes.h.


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