PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Definition at line 2340 of file pathnodes.h.
bool ModifyTablePath::canSetTag |
Definition at line 2345 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
int ModifyTablePath::epqParam |
Definition at line 2355 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::mergeActionLists |
Definition at line 2356 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
Index ModifyTablePath::nominalRelation |
Definition at line 2346 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
OnConflictExpr* ModifyTablePath::onconflict |
Definition at line 2354 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
CmdType ModifyTablePath::operation |
Definition at line 2344 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
bool ModifyTablePath::partColsUpdated |
Definition at line 2348 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
Path ModifyTablePath::path |
Definition at line 2342 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::resultRelations |
Definition at line 2349 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::returningLists |
Definition at line 2352 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
Index ModifyTablePath::rootRelation |
Definition at line 2347 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::rowMarks |
Definition at line 2353 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
Path* ModifyTablePath::subpath |
Definition at line 2343 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::updateColnosLists |
Definition at line 2350 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
List* ModifyTablePath::withCheckOptionLists |
Definition at line 2351 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().