PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
OnConflictClause Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
OnConflictAction action
 
InferClauseinfer
 
ListtargetList
 
NodewhereClause
 
ParseLoc location
 

Detailed Description

Definition at line 1652 of file parsenodes.h.

Field Documentation

◆ action

OnConflictAction OnConflictClause::action

Definition at line 1655 of file parsenodes.h.

Referenced by transformOnConflictArbiter(), and transformOnConflictClause().

◆ infer

InferClause* OnConflictClause::infer

Definition at line 1656 of file parsenodes.h.

Referenced by transformOnConflictArbiter().

◆ location

ParseLoc OnConflictClause::location

Definition at line 1659 of file parsenodes.h.

◆ targetList

List* OnConflictClause::targetList

Definition at line 1657 of file parsenodes.h.

Referenced by transformOnConflictClause().

◆ type

NodeTag OnConflictClause::type

Definition at line 1654 of file parsenodes.h.

◆ whereClause

Node* OnConflictClause::whereClause

Definition at line 1658 of file parsenodes.h.

Referenced by transformOnConflictClause().


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