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

#include <parsenodes.h>

Data Fields

NodeTag type
 
OnConflictAction action
 
InferClauseinfer
 
LockClauseStrength lockStrength
 
ListtargetList
 
NodewhereClause
 
ParseLoc location
 

Detailed Description

Definition at line 1736 of file parsenodes.h.

Field Documentation

◆ action

OnConflictAction OnConflictClause::action

Definition at line 1739 of file parsenodes.h.

Referenced by transformOnConflictArbiter(), and transformOnConflictClause().

◆ infer

InferClause* OnConflictClause::infer

Definition at line 1740 of file parsenodes.h.

Referenced by transformOnConflictArbiter().

◆ location

ParseLoc OnConflictClause::location

Definition at line 1744 of file parsenodes.h.

◆ lockStrength

LockClauseStrength OnConflictClause::lockStrength

Definition at line 1741 of file parsenodes.h.

Referenced by transformOnConflictClause().

◆ targetList

List* OnConflictClause::targetList

Definition at line 1742 of file parsenodes.h.

Referenced by transformOnConflictClause().

◆ type

NodeTag OnConflictClause::type

Definition at line 1738 of file parsenodes.h.

◆ whereClause

Node* OnConflictClause::whereClause

Definition at line 1743 of file parsenodes.h.

Referenced by transformOnConflictClause().


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