PostgreSQL Source Code  git master
ReturnStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodereturnval
 

Detailed Description

Definition at line 2131 of file parsenodes.h.

Field Documentation

◆ returnval

Node* ReturnStmt::returnval

Definition at line 2134 of file parsenodes.h.

◆ type

NodeTag ReturnStmt::type

Definition at line 2133 of file parsenodes.h.


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