PostgreSQL Source Code: JsonObjectConstructor Struct Reference (original) (raw)

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
List * exprs
JsonOutput * output
bool absent_on_null
bool unique
ParseLoc location

Definition at line 1969 of file parsenodes.h.

absent_on_null

bool JsonObjectConstructor::absent_on_null

exprs

List* JsonObjectConstructor::exprs

location

ParseLoc JsonObjectConstructor::location

output

type

NodeTag JsonObjectConstructor::type

unique

bool JsonObjectConstructor::unique


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