PostgreSQL Source Code  git master
OnConflictClause Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
OnConflictAction action
 
InferClauseinfer
 
ListtargetList
 
NodewhereClause
 
ParseLoc location
 

Detailed Description

Definition at line 1626 of file parsenodes.h.

Field Documentation

◆ action

OnConflictAction OnConflictClause::action

Definition at line 1629 of file parsenodes.h.

Referenced by transformOnConflictArbiter(), and transformOnConflictClause().

◆ infer

InferClause* OnConflictClause::infer

Definition at line 1630 of file parsenodes.h.

Referenced by transformOnConflictArbiter().

◆ location

ParseLoc OnConflictClause::location

Definition at line 1633 of file parsenodes.h.

◆ targetList

List* OnConflictClause::targetList

Definition at line 1631 of file parsenodes.h.

Referenced by transformOnConflictClause().

◆ type

NodeTag OnConflictClause::type

Definition at line 1628 of file parsenodes.h.

◆ whereClause

Node* OnConflictClause::whereClause

Definition at line 1632 of file parsenodes.h.

Referenced by transformOnConflictClause().


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