PostgreSQL Source Code: WithCheckOption Struct Reference (original) (raw)
#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
NodeTag | type |
WCOKind | kind |
char * | relname |
char * | polname |
Node * | qual |
bool | cascaded |
Detailed Description
Definition at line 1381 of file parsenodes.h.
Field Documentation
◆ cascaded
bool WithCheckOption::cascaded
Definition at line 1388 of file parsenodes.h.
Referenced by add_with_check_options(), and rewriteTargetView().
◆ kind
WCOKind WithCheckOption::kind
Definition at line 1384 of file parsenodes.h.
Referenced by add_with_check_options(), ExecWithCheckOptions(), and rewriteTargetView().
◆ polname
char* WithCheckOption::polname
Definition at line 1386 of file parsenodes.h.
Referenced by add_with_check_options(), ExecWithCheckOptions(), and rewriteTargetView().
◆ qual
Node* WithCheckOption::qual
Definition at line 1387 of file parsenodes.h.
Referenced by add_with_check_options(), ExecInitModifyTable(), ExecInitPartitionInfo(), expression_tree_mutator_impl(), rewriteTargetView(), and subquery_planner().
◆ relname
char* WithCheckOption::relname
Definition at line 1385 of file parsenodes.h.
Referenced by add_with_check_options(), ExecWithCheckOptions(), and rewriteTargetView().
◆ type
NodeTag WithCheckOption::type
Definition at line 1383 of file parsenodes.h.
The documentation for this struct was generated from the following file:
- src/include/nodes/parsenodes.h