PostgreSQL Source Code  git master
UpdateStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
ListtargetList
 
NodewhereClause
 
ListfromClause
 
ListreturningList
 
WithClausewithClause
 

Detailed Description

Definition at line 2074 of file parsenodes.h.

Field Documentation

◆ fromClause

List* UpdateStmt::fromClause

Definition at line 2080 of file parsenodes.h.

◆ relation

RangeVar* UpdateStmt::relation

Definition at line 2077 of file parsenodes.h.

◆ returningList

List* UpdateStmt::returningList

Definition at line 2081 of file parsenodes.h.

◆ targetList

List* UpdateStmt::targetList

Definition at line 2078 of file parsenodes.h.

◆ type

NodeTag UpdateStmt::type

Definition at line 2076 of file parsenodes.h.

◆ whereClause

Node* UpdateStmt::whereClause

Definition at line 2079 of file parsenodes.h.

◆ withClause

WithClause* UpdateStmt::withClause

Definition at line 2082 of file parsenodes.h.


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