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

#include <primnodes.h>

Data Fields

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

Detailed Description

Definition at line 2397 of file primnodes.h.

Field Documentation

◆ action

OnConflictAction OnConflictExpr::action

◆ arbiterElems

List* OnConflictExpr::arbiterElems

Definition at line 2403 of file primnodes.h.

Referenced by expression_tree_walker_impl(), and infer_arbiter_indexes().

◆ arbiterWhere

Node* OnConflictExpr::arbiterWhere

Definition at line 2405 of file primnodes.h.

Referenced by expression_tree_walker_impl(), and infer_arbiter_indexes().

◆ constraint

Oid OnConflictExpr::constraint

Definition at line 2406 of file primnodes.h.

Referenced by find_expr_references_walker(), and infer_arbiter_indexes().

◆ exclRelIndex

int OnConflictExpr::exclRelIndex

◆ exclRelTlist

List* OnConflictExpr::exclRelTlist

Definition at line 2417 of file primnodes.h.

Referenced by expression_tree_walker_impl(), make_modifytable(), and rewriteTargetView().

◆ lockStrength

LockClauseStrength OnConflictExpr::lockStrength

Definition at line 2409 of file primnodes.h.

Referenced by make_modifytable().

◆ onConflictSet

List* OnConflictExpr::onConflictSet

◆ onConflictWhere

Node* OnConflictExpr::onConflictWhere

Definition at line 2415 of file primnodes.h.

Referenced by expression_tree_walker_impl(), and make_modifytable().

◆ type

NodeTag OnConflictExpr::type

Definition at line 2399 of file primnodes.h.


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