PostgreSQL Source Code git master
ModifyTablePath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
CmdType operation
 
bool canSetTag
 
Index nominalRelation
 
Index rootRelation
 
bool partColsUpdated
 
ListresultRelations
 
ListupdateColnosLists
 
ListwithCheckOptionLists
 
ListreturningLists
 
ListrowMarks
 
OnConflictExpronconflict
 
int epqParam
 
ListmergeActionLists
 
ListmergeJoinConditions
 

Detailed Description

Definition at line 2408 of file pathnodes.h.

Field Documentation

◆ canSetTag

bool ModifyTablePath::canSetTag

Definition at line 2413 of file pathnodes.h.

Referenced by create_modifytable_path(), and create_modifytable_plan().

◆ epqParam

int ModifyTablePath::epqParam

Definition at line 2423 of file pathnodes.h.

Referenced by create_modifytable_path(), and create_modifytable_plan().

◆ mergeActionLists

List* ModifyTablePath::mergeActionLists

Definition at line 2424 of file pathnodes.h.

Referenced by create_modifytable_path(), and create_modifytable_plan().

◆ mergeJoinConditions

List* ModifyTablePath::mergeJoinConditions

Definition at line 2426 of file pathnodes.h.

Referenced by create_modifytable_path(), and create_modifytable_plan().

◆ nominalRelation

Index ModifyTablePath::nominalRelation

Definition at line 2414 of file pathnodes.h.

Referenced by create_modifytable_path(), and create_modifytable_plan().

◆ onconflict

OnConflictExpr* ModifyTablePath::onconflict

Definition at line 2422 of file pathnodes.h.

Referenced by create_modifytable_path(), and create_modifytable_plan().

◆ operation

CmdType ModifyTablePath::operation

Definition at line 2412 of file pathnodes.h.

Referenced by create_modifytable_path(), and create_modifytable_plan().

◆ partColsUpdated

bool ModifyTablePath::partColsUpdated

Definition at line 2416 of file pathnodes.h.

Referenced by create_modifytable_path(), and create_modifytable_plan().

◆ path

Path ModifyTablePath::path

Definition at line 2410 of file pathnodes.h.

Referenced by create_modifytable_path(), and create_modifytable_plan().

◆ resultRelations

List* ModifyTablePath::resultRelations

Definition at line 2417 of file pathnodes.h.

Referenced by create_modifytable_path(), and create_modifytable_plan().

◆ returningLists

List* ModifyTablePath::returningLists

Definition at line 2420 of file pathnodes.h.

Referenced by create_modifytable_path(), and create_modifytable_plan().

◆ rootRelation

Index ModifyTablePath::rootRelation

Definition at line 2415 of file pathnodes.h.

Referenced by create_modifytable_path(), and create_modifytable_plan().

◆ rowMarks

List* ModifyTablePath::rowMarks

Definition at line 2421 of file pathnodes.h.

Referenced by create_modifytable_path(), and create_modifytable_plan().

◆ subpath

Path* ModifyTablePath::subpath

Definition at line 2411 of file pathnodes.h.

Referenced by create_modifytable_path(), and create_modifytable_plan().

◆ updateColnosLists

List* ModifyTablePath::updateColnosLists

Definition at line 2418 of file pathnodes.h.

Referenced by create_modifytable_path(), and create_modifytable_plan().

◆ withCheckOptionLists

List* ModifyTablePath::withCheckOptionLists

Definition at line 2419 of file pathnodes.h.

Referenced by create_modifytable_path(), and create_modifytable_plan().


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