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

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
ListtargetList
 
NodewhereClause
 
ListfromClause
 
ReturningClausereturningClause
 
WithClausewithClause
 
ForPortionOfClauseforPortionOf
 

Detailed Description

Definition at line 2240 of file parsenodes.h.

Field Documentation

◆ forPortionOf

ForPortionOfClause* UpdateStmt::forPortionOf

Definition at line 2249 of file parsenodes.h.

◆ fromClause

List* UpdateStmt::fromClause

Definition at line 2246 of file parsenodes.h.

◆ relation

RangeVar* UpdateStmt::relation

Definition at line 2243 of file parsenodes.h.

◆ returningClause

ReturningClause* UpdateStmt::returningClause

Definition at line 2247 of file parsenodes.h.

◆ targetList

List* UpdateStmt::targetList

Definition at line 2244 of file parsenodes.h.

◆ type

NodeTag UpdateStmt::type

Definition at line 2242 of file parsenodes.h.

◆ whereClause

Node* UpdateStmt::whereClause

Definition at line 2245 of file parsenodes.h.

◆ withClause

WithClause* UpdateStmt::withClause

Definition at line 2248 of file parsenodes.h.


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