PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Definition at line 2056 of file pathnodes.h.
bool ModifyTablePath::canSetTag |
Definition at line 2061 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
int ModifyTablePath::epqParam |
Definition at line 2071 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::mergeActionLists |
Definition at line 2072 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
Index ModifyTablePath::nominalRelation |
Definition at line 2062 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
OnConflictExpr* ModifyTablePath::onconflict |
Definition at line 2070 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
CmdType ModifyTablePath::operation |
Definition at line 2060 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
bool ModifyTablePath::partColsUpdated |
Definition at line 2064 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
Path ModifyTablePath::path |
Definition at line 2058 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::resultRelations |
Definition at line 2065 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::returningLists |
Definition at line 2068 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
Index ModifyTablePath::rootRelation |
Definition at line 2063 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::rowMarks |
Definition at line 2069 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
Path* ModifyTablePath::subpath |
Definition at line 2059 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::updateColnosLists |
Definition at line 2066 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::withCheckOptionLists |
Definition at line 2067 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().