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

Data Fields

bool all_isset
 
bool all_isdeferred
 
int numstates
 
int numalloc
 
SetConstraintTriggerData trigstates [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 3625 of file trigger.c.

Field Documentation

◆ all_isdeferred

bool SetConstraintStateData::all_isdeferred

Definition at line 3628 of file trigger.c.

Referenced by AfterTriggerSetState().

◆ all_isset

bool SetConstraintStateData::all_isset

Definition at line 3627 of file trigger.c.

Referenced by AfterTriggerSetState().

◆ numalloc

int SetConstraintStateData::numalloc

Definition at line 3630 of file trigger.c.

◆ numstates

int SetConstraintStateData::numstates

Definition at line 3629 of file trigger.c.

Referenced by AfterTriggerSetState().

◆ trigstates

SetConstraintTriggerData SetConstraintStateData::trigstates[FLEXIBLE_ARRAY_MEMBER]

Definition at line 3631 of file trigger.c.


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