PostgreSQL Source Code  git master
ConstraintsSetStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listconstraints
 
bool deferred
 

Detailed Description

Definition at line 3964 of file parsenodes.h.

Field Documentation

◆ constraints

List* ConstraintsSetStmt::constraints

Definition at line 3967 of file parsenodes.h.

◆ deferred

bool ConstraintsSetStmt::deferred

Definition at line 3968 of file parsenodes.h.

◆ type

NodeTag ConstraintsSetStmt::type

Definition at line 3966 of file parsenodes.h.


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