PostgreSQL Source Code git master
ReturnStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodereturnval
 

Detailed Description

Definition at line 2264 of file parsenodes.h.

Field Documentation

◆ returnval

Node* ReturnStmt::returnval

Definition at line 2267 of file parsenodes.h.

◆ type

NodeTag ReturnStmt::type

Definition at line 2266 of file parsenodes.h.


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