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

#include <primnodes.h>

Data Fields

Expr xpr
 
JsonConstructorType type
 
Listargs
 
Exprfunc
 
Exprcoercion
 
JsonReturningreturning
 
Nodeorig_query
 
bool absent_on_null
 
bool unique
 
ParseLoc location
 

Detailed Description

Definition at line 1741 of file primnodes.h.

Field Documentation

◆ absent_on_null

bool JsonConstructorExpr::absent_on_null

Definition at line 1750 of file primnodes.h.

Referenced by ExecEvalJsonConstructor().

◆ args

List* JsonConstructorExpr::args

Definition at line 1745 of file primnodes.h.

◆ coercion

Expr* JsonConstructorExpr::coercion

Definition at line 1747 of file primnodes.h.

◆ func

Expr* JsonConstructorExpr::func

Definition at line 1746 of file primnodes.h.

◆ location

ParseLoc JsonConstructorExpr::location

Definition at line 1752 of file primnodes.h.

◆ orig_query

Node* JsonConstructorExpr::orig_query

Definition at line 1749 of file primnodes.h.

◆ returning

JsonReturning* JsonConstructorExpr::returning

Definition at line 1748 of file primnodes.h.

Referenced by ExecEvalJsonConstructor().

◆ type

JsonConstructorType JsonConstructorExpr::type

Definition at line 1744 of file primnodes.h.

◆ unique

bool JsonConstructorExpr::unique

Definition at line 1751 of file primnodes.h.

Referenced by ExecEvalJsonConstructor().

◆ xpr

Expr JsonConstructorExpr::xpr

Definition at line 1743 of file primnodes.h.


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