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

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
NodesourceRelation
 
NodejoinCondition
 
ListmergeWhenClauses
 
ReturningClausereturningClause
 
WithClausewithClause
 
ParseLoc stmt_location
 
ParseLoc stmt_len
 

Detailed Description

Definition at line 2134 of file parsenodes.h.

Field Documentation

◆ joinCondition

Node* MergeStmt::joinCondition

Definition at line 2139 of file parsenodes.h.

◆ mergeWhenClauses

List* MergeStmt::mergeWhenClauses

Definition at line 2140 of file parsenodes.h.

◆ relation

RangeVar* MergeStmt::relation

Definition at line 2137 of file parsenodes.h.

◆ returningClause

ReturningClause* MergeStmt::returningClause

Definition at line 2141 of file parsenodes.h.

◆ sourceRelation

Node* MergeStmt::sourceRelation

Definition at line 2138 of file parsenodes.h.

◆ stmt_len

ParseLoc MergeStmt::stmt_len

Definition at line 2144 of file parsenodes.h.

◆ stmt_location

ParseLoc MergeStmt::stmt_location

Definition at line 2143 of file parsenodes.h.

◆ type

NodeTag MergeStmt::type

Definition at line 2136 of file parsenodes.h.

◆ withClause

WithClause* MergeStmt::withClause

Definition at line 2142 of file parsenodes.h.


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