|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Definition at line 2710 of file pathnodes.h.
| bool ModifyTablePath::canSetTag |
Definition at line 2715 of file pathnodes.h.
| int ModifyTablePath::epqParam |
Definition at line 2725 of file pathnodes.h.
| ForPortionOfExpr* ModifyTablePath::forPortionOf |
Definition at line 2724 of file pathnodes.h.
| List* ModifyTablePath::mergeActionLists |
Definition at line 2726 of file pathnodes.h.
| List* ModifyTablePath::mergeJoinConditions |
Definition at line 2728 of file pathnodes.h.
| Index ModifyTablePath::nominalRelation |
Definition at line 2716 of file pathnodes.h.
| OnConflictExpr* ModifyTablePath::onconflict |
Definition at line 2723 of file pathnodes.h.
| CmdType ModifyTablePath::operation |
Definition at line 2714 of file pathnodes.h.
| Path ModifyTablePath::path |
Definition at line 2712 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().
| List* ModifyTablePath::resultRelations |
Definition at line 2718 of file pathnodes.h.
| List* ModifyTablePath::returningLists |
Definition at line 2721 of file pathnodes.h.
| Index ModifyTablePath::rootRelation |
Definition at line 2717 of file pathnodes.h.
| List* ModifyTablePath::rowMarks |
Definition at line 2722 of file pathnodes.h.
| Path* ModifyTablePath::subpath |
Definition at line 2713 of file pathnodes.h.
| List* ModifyTablePath::updateColnosLists |
Definition at line 2719 of file pathnodes.h.
| List* ModifyTablePath::withCheckOptionLists |
Definition at line 2720 of file pathnodes.h.