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

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
ListtargetList
 
NodewhereClause
 
ListfromClause
 
ReturningClausereturningClause
 
WithClausewithClause
 

Detailed Description

Definition at line 2135 of file parsenodes.h.

Field Documentation

◆ fromClause

List* UpdateStmt::fromClause

Definition at line 2141 of file parsenodes.h.

◆ relation

RangeVar* UpdateStmt::relation

Definition at line 2138 of file parsenodes.h.

◆ returningClause

ReturningClause* UpdateStmt::returningClause

Definition at line 2142 of file parsenodes.h.

◆ targetList

List* UpdateStmt::targetList

Definition at line 2139 of file parsenodes.h.

◆ type

NodeTag UpdateStmt::type

Definition at line 2137 of file parsenodes.h.

◆ whereClause

Node* UpdateStmt::whereClause

Definition at line 2140 of file parsenodes.h.

◆ withClause

WithClause* UpdateStmt::withClause

Definition at line 2143 of file parsenodes.h.


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