PostgreSQL Source Code  git master
ConstraintsSetStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listconstraints
 
bool deferred
 

Detailed Description

Definition at line 3972 of file parsenodes.h.

Field Documentation

◆ constraints

List* ConstraintsSetStmt::constraints

Definition at line 3975 of file parsenodes.h.

◆ deferred

bool ConstraintsSetStmt::deferred

Definition at line 3976 of file parsenodes.h.

◆ type

NodeTag ConstraintsSetStmt::type

Definition at line 3974 of file parsenodes.h.


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