|
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 1425 of file parsenodes.h.
| bool WithCheckOption::cascaded |
Definition at line 1432 of file parsenodes.h.
| WCOKind WithCheckOption::kind |
Definition at line 1428 of file parsenodes.h.
| char* WithCheckOption::polname |
Definition at line 1430 of file parsenodes.h.
| Node* WithCheckOption::qual |
Definition at line 1431 of file parsenodes.h.
| char* WithCheckOption::relname |
Definition at line 1429 of file parsenodes.h.
| NodeTag WithCheckOption::type |
Definition at line 1427 of file parsenodes.h.