PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ReturningClause Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listoptions
 
Listexprs
 

Detailed Description

Definition at line 1771 of file parsenodes.h.

Field Documentation

◆ exprs

List* ReturningClause::exprs

Definition at line 1775 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformReturningClause().

◆ options

List* ReturningClause::options

Definition at line 1774 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformReturningClause().

◆ type

NodeTag ReturningClause::type

Definition at line 1773 of file parsenodes.h.


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