PostgreSQL Source Code  git master
JsonArgument Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
JsonValueExprval
 
char * name
 

Detailed Description

Definition at line 1767 of file parsenodes.h.

Field Documentation

◆ name

char* JsonArgument::name

Definition at line 1771 of file parsenodes.h.

◆ type

NodeTag JsonArgument::type

Definition at line 1769 of file parsenodes.h.

◆ val

JsonValueExpr* JsonArgument::val

Definition at line 1770 of file parsenodes.h.


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