PostgreSQL Source Code git master
JsonArgument Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
JsonValueExprval
 
char * name
 

Detailed Description

Definition at line 1811 of file parsenodes.h.

Field Documentation

◆ name

char* JsonArgument::name

Definition at line 1815 of file parsenodes.h.

◆ type

NodeTag JsonArgument::type

Definition at line 1813 of file parsenodes.h.

◆ val

JsonValueExpr* JsonArgument::val

Definition at line 1814 of file parsenodes.h.


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