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 1776 of file parsenodes.h.

Field Documentation

◆ location

ParseLoc ReturningOption::location

Definition at line 1781 of file parsenodes.h.

◆ option

ReturningOptionKind ReturningOption::option

Definition at line 1779 of file parsenodes.h.

◆ type

NodeTag ReturningOption::type

Definition at line 1778 of file parsenodes.h.

◆ value

char* ReturningOption::value

Definition at line 1780 of file parsenodes.h.


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