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

#include <execnodes.h>

Data Fields

NodeTag type
 
TupleTableSlotoc_Existing
 
TupleTableSlotoc_ProjSlot
 
ProjectionInfooc_ProjInfo
 
LockClauseStrength oc_LockStrength
 
ExprStateoc_WhereClause
 

Detailed Description

Definition at line 440 of file execnodes.h.

Field Documentation

◆ oc_Existing

TupleTableSlot* OnConflictActionState::oc_Existing

Definition at line 444 of file execnodes.h.

Referenced by ExecOnConflictSelect(), and ExecOnConflictUpdate().

◆ oc_LockStrength

LockClauseStrength OnConflictActionState::oc_LockStrength

Definition at line 447 of file execnodes.h.

Referenced by ExecInitModifyTable(), ExecInitPartitionInfo(), and ExecOnConflictSelect().

◆ oc_ProjInfo

ProjectionInfo* OnConflictActionState::oc_ProjInfo

Definition at line 446 of file execnodes.h.

Referenced by ExecInitPartitionInfo(), and ExecOnConflictUpdate().

◆ oc_ProjSlot

TupleTableSlot* OnConflictActionState::oc_ProjSlot

Definition at line 445 of file execnodes.h.

Referenced by ExecInitPartitionInfo(), and ExecOnConflictUpdate().

◆ oc_WhereClause

ExprState* OnConflictActionState::oc_WhereClause

Definition at line 448 of file execnodes.h.

Referenced by ExecInitPartitionInfo(), ExecOnConflictSelect(), and ExecOnConflictUpdate().

◆ type

NodeTag OnConflictActionState::type

Definition at line 442 of file execnodes.h.


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