PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Definition at line 2380 of file pathnodes.h.
bool ModifyTablePath::canSetTag |
Definition at line 2385 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
int ModifyTablePath::epqParam |
Definition at line 2395 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::mergeActionLists |
Definition at line 2396 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::mergeJoinConditions |
Definition at line 2398 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
Index ModifyTablePath::nominalRelation |
Definition at line 2386 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
OnConflictExpr* ModifyTablePath::onconflict |
Definition at line 2394 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
CmdType ModifyTablePath::operation |
Definition at line 2384 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
bool ModifyTablePath::partColsUpdated |
Definition at line 2388 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
Path ModifyTablePath::path |
Definition at line 2382 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::resultRelations |
Definition at line 2389 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::returningLists |
Definition at line 2392 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
Index ModifyTablePath::rootRelation |
Definition at line 2387 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::rowMarks |
Definition at line 2393 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
Path* ModifyTablePath::subpath |
Definition at line 2383 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::updateColnosLists |
Definition at line 2390 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::withCheckOptionLists |
Definition at line 2391 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().