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 1894 of file parsenodes.h.

Field Documentation

◆ fromClause

List* UpdateStmt::fromClause

Definition at line 1900 of file parsenodes.h.

◆ relation

RangeVar* UpdateStmt::relation

Definition at line 1897 of file parsenodes.h.

◆ returningList

List* UpdateStmt::returningList

Definition at line 1901 of file parsenodes.h.

◆ targetList

List* UpdateStmt::targetList

Definition at line 1898 of file parsenodes.h.

◆ type

NodeTag UpdateStmt::type

Definition at line 1896 of file parsenodes.h.

◆ whereClause

Node* UpdateStmt::whereClause

Definition at line 1899 of file parsenodes.h.

◆ withClause

WithClause* UpdateStmt::withClause

Definition at line 1902 of file parsenodes.h.


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