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 2696 of file pathnodes.h.

Field Documentation

◆ canSetTag

bool ModifyTablePath::canSetTag

Definition at line 2701 of file pathnodes.h.

◆ epqParam

int ModifyTablePath::epqParam

Definition at line 2710 of file pathnodes.h.

◆ mergeActionLists

List* ModifyTablePath::mergeActionLists

Definition at line 2711 of file pathnodes.h.

◆ mergeJoinConditions

List* ModifyTablePath::mergeJoinConditions

Definition at line 2713 of file pathnodes.h.

◆ nominalRelation

Index ModifyTablePath::nominalRelation

Definition at line 2702 of file pathnodes.h.

◆ onconflict

OnConflictExpr* ModifyTablePath::onconflict

Definition at line 2709 of file pathnodes.h.

◆ operation

CmdType ModifyTablePath::operation

Definition at line 2700 of file pathnodes.h.

◆ path

Path ModifyTablePath::path

Definition at line 2698 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify().

◆ resultRelations

List* ModifyTablePath::resultRelations

Definition at line 2704 of file pathnodes.h.

◆ returningLists

List* ModifyTablePath::returningLists

Definition at line 2707 of file pathnodes.h.

◆ rootRelation

Index ModifyTablePath::rootRelation

Definition at line 2703 of file pathnodes.h.

◆ rowMarks

List* ModifyTablePath::rowMarks

Definition at line 2708 of file pathnodes.h.

◆ subpath

Path* ModifyTablePath::subpath

Definition at line 2699 of file pathnodes.h.

◆ updateColnosLists

List* ModifyTablePath::updateColnosLists

Definition at line 2705 of file pathnodes.h.

◆ withCheckOptionLists

List* ModifyTablePath::withCheckOptionLists

Definition at line 2706 of file pathnodes.h.


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