PostgreSQL Source Code  git master
OnConflictExpr Struct Reference

#include <primnodes.h>

Data Fields

NodeTag type
 
OnConflictAction action
 
ListarbiterElems
 
NodearbiterWhere
 
Oid constraint
 
ListonConflictSet
 
NodeonConflictWhere
 
int exclRelIndex
 
ListexclRelTlist
 

Detailed Description

Definition at line 2293 of file primnodes.h.

Field Documentation

◆ action

◆ arbiterElems

◆ arbiterWhere

◆ constraint

Oid OnConflictExpr::constraint

◆ exclRelIndex

int OnConflictExpr::exclRelIndex

◆ exclRelTlist

◆ onConflictSet

◆ onConflictWhere

◆ type

NodeTag OnConflictExpr::type

Definition at line 2295 of file primnodes.h.


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