PostgreSQL Source Code git master
ReturningOption Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ReturningOptionKind option
 
char * value
 
ParseLoc location
 

Detailed Description

Definition at line 1754 of file parsenodes.h.

Field Documentation

◆ location

ParseLoc ReturningOption::location

Definition at line 1759 of file parsenodes.h.

◆ option

ReturningOptionKind ReturningOption::option

Definition at line 1757 of file parsenodes.h.

◆ type

NodeTag ReturningOption::type

Definition at line 1756 of file parsenodes.h.

◆ value

char* ReturningOption::value

Definition at line 1758 of file parsenodes.h.


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