|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| WCOKind | kind |
| char * | relname |
| char * | polname |
| Node * | qual |
| bool | cascaded |
Definition at line 1482 of file parsenodes.h.
| bool WithCheckOption::cascaded |
Definition at line 1489 of file parsenodes.h.
| WCOKind WithCheckOption::kind |
Definition at line 1485 of file parsenodes.h.
| char* WithCheckOption::polname |
Definition at line 1487 of file parsenodes.h.
| Node* WithCheckOption::qual |
Definition at line 1488 of file parsenodes.h.
| char* WithCheckOption::relname |
Definition at line 1486 of file parsenodes.h.
| NodeTag WithCheckOption::type |
Definition at line 1484 of file parsenodes.h.