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

#include <parsenodes.h>

Data Fields

NodeTag type
 
ReturningOptionKind option
 
charvalue
 
ParseLoc location
 

Detailed Description

Definition at line 1880 of file parsenodes.h.

Field Documentation

◆ location

ParseLoc ReturningOption::location

Definition at line 1885 of file parsenodes.h.

◆ option

ReturningOptionKind ReturningOption::option

Definition at line 1883 of file parsenodes.h.

◆ type

NodeTag ReturningOption::type

Definition at line 1882 of file parsenodes.h.

◆ value

char* ReturningOption::value

Definition at line 1884 of file parsenodes.h.


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