PostgreSQL Source Code  git master
JsonFormat Struct Reference

#include <primnodes.h>

Data Fields

NodeTag type
 
JsonFormatType format_type
 
JsonEncoding encoding
 
int location
 

Detailed Description

Definition at line 1573 of file primnodes.h.

Field Documentation

◆ encoding

JsonEncoding JsonFormat::encoding

Definition at line 1577 of file primnodes.h.

Referenced by makeJsonFormat(), and transformJsonValueExpr().

◆ format_type

◆ location

int JsonFormat::location

Definition at line 1578 of file primnodes.h.

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

◆ type

NodeTag JsonFormat::type

Definition at line 1575 of file primnodes.h.


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