PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
RangeVar * | relation |
List * | targetList |
Node * | whereClause |
List * | fromClause |
ReturningClause * | returningClause |
WithClause * | withClause |
ParseLoc | stmt_location |
ParseLoc | stmt_len |
Definition at line 2117 of file parsenodes.h.
List* UpdateStmt::fromClause |
Definition at line 2123 of file parsenodes.h.
RangeVar* UpdateStmt::relation |
Definition at line 2120 of file parsenodes.h.
ReturningClause* UpdateStmt::returningClause |
Definition at line 2124 of file parsenodes.h.
ParseLoc UpdateStmt::stmt_len |
Definition at line 2127 of file parsenodes.h.
ParseLoc UpdateStmt::stmt_location |
Definition at line 2126 of file parsenodes.h.
List* UpdateStmt::targetList |
Definition at line 2121 of file parsenodes.h.
NodeTag UpdateStmt::type |
Definition at line 2119 of file parsenodes.h.
Node* UpdateStmt::whereClause |
Definition at line 2122 of file parsenodes.h.
WithClause* UpdateStmt::withClause |
Definition at line 2125 of file parsenodes.h.