PostgreSQL Source Code  git master
JsonFormat Struct Reference

#include <primnodes.h>

Data Fields

NodeTag type
 
JsonFormatType format_type
 
JsonEncoding encoding
 
ParseLoc location
 

Detailed Description

Definition at line 1618 of file primnodes.h.

Field Documentation

◆ encoding

JsonEncoding JsonFormat::encoding

Definition at line 1622 of file primnodes.h.

Referenced by makeJsonFormat(), transformJsonFuncExpr(), and transformJsonValueExpr().

◆ format_type

◆ location

ParseLoc JsonFormat::location

Definition at line 1623 of file primnodes.h.

Referenced by coerceJsonFuncExpr(), makeJsonFormat(), and transformJsonValueExpr().

◆ type

NodeTag JsonFormat::type

Definition at line 1620 of file primnodes.h.


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