PostgreSQL Source Code git master
Loading...
Searching...
No Matches
ModifyTablePath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
CmdType operation
 
bool canSetTag
 
Index nominalRelation
 
Index rootRelation
 
ListresultRelations
 
ListupdateColnosLists
 
ListwithCheckOptionLists
 
ListreturningLists
 
ListrowMarks
 
OnConflictExpronconflict
 
int epqParam
 
ListmergeActionLists
 
ListmergeJoinConditions
 

Detailed Description

Definition at line 2680 of file pathnodes.h.

Field Documentation

◆ canSetTag

bool ModifyTablePath::canSetTag

Definition at line 2685 of file pathnodes.h.

◆ epqParam

int ModifyTablePath::epqParam

Definition at line 2694 of file pathnodes.h.

◆ mergeActionLists

List* ModifyTablePath::mergeActionLists

Definition at line 2695 of file pathnodes.h.

◆ mergeJoinConditions

List* ModifyTablePath::mergeJoinConditions

Definition at line 2697 of file pathnodes.h.

◆ nominalRelation

Index ModifyTablePath::nominalRelation

Definition at line 2686 of file pathnodes.h.

◆ onconflict

OnConflictExpr* ModifyTablePath::onconflict

Definition at line 2693 of file pathnodes.h.

◆ operation

CmdType ModifyTablePath::operation

Definition at line 2684 of file pathnodes.h.

◆ path

Path ModifyTablePath::path

Definition at line 2682 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify().

◆ resultRelations

List* ModifyTablePath::resultRelations

Definition at line 2688 of file pathnodes.h.

◆ returningLists

List* ModifyTablePath::returningLists

Definition at line 2691 of file pathnodes.h.

◆ rootRelation

Index ModifyTablePath::rootRelation

Definition at line 2687 of file pathnodes.h.

◆ rowMarks

List* ModifyTablePath::rowMarks

Definition at line 2692 of file pathnodes.h.

◆ subpath

Path* ModifyTablePath::subpath

Definition at line 2683 of file pathnodes.h.

◆ updateColnosLists

List* ModifyTablePath::updateColnosLists

Definition at line 2689 of file pathnodes.h.

◆ withCheckOptionLists

List* ModifyTablePath::withCheckOptionLists

Definition at line 2690 of file pathnodes.h.


The documentation for this struct was generated from the following file: