PostgreSQL Source Code  git master
JsonConstructorExpr Struct Reference

#include <primnodes.h>

Data Fields

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

Detailed Description

Definition at line 1669 of file primnodes.h.

Field Documentation

◆ absent_on_null

bool JsonConstructorExpr::absent_on_null

◆ args

◆ coercion

◆ func

◆ location

ParseLoc JsonConstructorExpr::location

Definition at line 1679 of file primnodes.h.

Referenced by makeJsonConstructorExpr().

◆ returning

◆ type

◆ unique

bool JsonConstructorExpr::unique

◆ xpr

Expr JsonConstructorExpr::xpr

Definition at line 1671 of file primnodes.h.


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