PostgreSQL Source Code git master
ReturningClause Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listoptions
 
Listexprs
 

Detailed Description

Definition at line 1766 of file parsenodes.h.

Field Documentation

◆ exprs

List* ReturningClause::exprs

Definition at line 1770 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformReturningClause().

◆ options

List* ReturningClause::options

Definition at line 1769 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformReturningClause().

◆ type

NodeTag ReturningClause::type

Definition at line 1768 of file parsenodes.h.


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