|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| Path * | subpath |
| CmdType | operation |
| bool | canSetTag |
| Index | nominalRelation |
| Index | rootRelation |
| List * | resultRelations |
| List * | updateColnosLists |
| List * | withCheckOptionLists |
| List * | returningLists |
| List * | rowMarks |
| OnConflictExpr * | onconflict |
| int | epqParam |
| List * | mergeActionLists |
| List * | mergeJoinConditions |
Definition at line 2601 of file pathnodes.h.
| bool ModifyTablePath::canSetTag |
Definition at line 2606 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
| int ModifyTablePath::epqParam |
Definition at line 2615 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
| List* ModifyTablePath::mergeActionLists |
Definition at line 2616 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
| List* ModifyTablePath::mergeJoinConditions |
Definition at line 2618 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
| Index ModifyTablePath::nominalRelation |
Definition at line 2607 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
| OnConflictExpr* ModifyTablePath::onconflict |
Definition at line 2614 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
| CmdType ModifyTablePath::operation |
Definition at line 2605 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
| Path ModifyTablePath::path |
Definition at line 2603 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), create_modifytable_path(), and create_modifytable_plan().
| List* ModifyTablePath::resultRelations |
Definition at line 2609 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
| List* ModifyTablePath::returningLists |
Definition at line 2612 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
| Index ModifyTablePath::rootRelation |
Definition at line 2608 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
| List* ModifyTablePath::rowMarks |
Definition at line 2613 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
| Path* ModifyTablePath::subpath |
Definition at line 2604 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
| List* ModifyTablePath::updateColnosLists |
Definition at line 2610 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().
| List* ModifyTablePath::withCheckOptionLists |
Definition at line 2611 of file pathnodes.h.
Referenced by create_modifytable_path(), and create_modifytable_plan().