|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | constraints |
| bool | deferred |
Definition at line 4091 of file parsenodes.h.
| List* ConstraintsSetStmt::constraints |
Definition at line 4094 of file parsenodes.h.
| bool ConstraintsSetStmt::deferred |
Definition at line 4095 of file parsenodes.h.
| NodeTag ConstraintsSetStmt::type |
Definition at line 4093 of file parsenodes.h.