PostgreSQL Source Code git master
ReturningClause Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listoptions
 
Listexprs
 

Detailed Description

Definition at line 1814 of file parsenodes.h.

Field Documentation

◆ exprs

List* ReturningClause::exprs

Definition at line 1818 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformReturningClause().

◆ options

List* ReturningClause::options

Definition at line 1817 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformReturningClause().

◆ type

NodeTag ReturningClause::type

Definition at line 1816 of file parsenodes.h.


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