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
 
ForPortionOfExprforPortionOf
 
int epqParam
 
ListmergeActionLists
 
ListmergeJoinConditions
 

Detailed Description

Definition at line 2710 of file pathnodes.h.

Field Documentation

◆ canSetTag

bool ModifyTablePath::canSetTag

Definition at line 2715 of file pathnodes.h.

◆ epqParam

int ModifyTablePath::epqParam

Definition at line 2725 of file pathnodes.h.

◆ forPortionOf

ForPortionOfExpr* ModifyTablePath::forPortionOf

Definition at line 2724 of file pathnodes.h.

◆ mergeActionLists

List* ModifyTablePath::mergeActionLists

Definition at line 2726 of file pathnodes.h.

◆ mergeJoinConditions

List* ModifyTablePath::mergeJoinConditions

Definition at line 2728 of file pathnodes.h.

◆ nominalRelation

Index ModifyTablePath::nominalRelation

Definition at line 2716 of file pathnodes.h.

◆ onconflict

OnConflictExpr* ModifyTablePath::onconflict

Definition at line 2723 of file pathnodes.h.

◆ operation

CmdType ModifyTablePath::operation

Definition at line 2714 of file pathnodes.h.

◆ path

Path ModifyTablePath::path

Definition at line 2712 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify().

◆ resultRelations

List* ModifyTablePath::resultRelations

Definition at line 2718 of file pathnodes.h.

◆ returningLists

List* ModifyTablePath::returningLists

Definition at line 2721 of file pathnodes.h.

◆ rootRelation

Index ModifyTablePath::rootRelation

Definition at line 2717 of file pathnodes.h.

◆ rowMarks

List* ModifyTablePath::rowMarks

Definition at line 2722 of file pathnodes.h.

◆ subpath

Path* ModifyTablePath::subpath

Definition at line 2713 of file pathnodes.h.

◆ updateColnosLists

List* ModifyTablePath::updateColnosLists

Definition at line 2719 of file pathnodes.h.

◆ withCheckOptionLists

List* ModifyTablePath::withCheckOptionLists

Definition at line 2720 of file pathnodes.h.


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