PostgreSQL Source Code git master
Loading...
Searching...
No Matches
JsonHashEntry Struct Reference

Data Fields

char fname [NAMEDATALEN]
 
charval
 
JsonTokenType type
 

Detailed Description

Definition at line 147 of file jsonfuncs.c.

Field Documentation

◆ fname

char JsonHashEntry::fname[NAMEDATALEN]

Definition at line 149 of file jsonfuncs.c.

◆ type

JsonTokenType JsonHashEntry::type

Definition at line 151 of file jsonfuncs.c.

◆ val

char* JsonHashEntry::val

Definition at line 150 of file jsonfuncs.c.


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