PostgreSQL Source Code: SetConstraintStateData Struct Reference (original) (raw)
Data Fields | |
---|---|
bool | all_isset |
bool | all_isdeferred |
int | numstates |
int | numalloc |
SetConstraintTriggerData | trigstates [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 3574 of file trigger.c.
◆ all_isdeferred
bool SetConstraintStateData::all_isdeferred
◆ all_isset
bool SetConstraintStateData::all_isset
◆ numalloc
int SetConstraintStateData::numalloc
◆ numstates
int SetConstraintStateData::numstates
◆ trigstates
The documentation for this struct was generated from the following file:
- src/backend/commands/trigger.c