PostgreSQL Source Code git master
Loading...
Searching...
No Matches
ReturningClause Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listoptions
 
Listexprs
 

Detailed Description

Definition at line 1892 of file parsenodes.h.

Field Documentation

◆ exprs

List* ReturningClause::exprs

Definition at line 1896 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformReturningClause().

◆ options

List* ReturningClause::options

Definition at line 1895 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformReturningClause().

◆ type

NodeTag ReturningClause::type

Definition at line 1894 of file parsenodes.h.


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