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 1367 of file parsenodes.h.
bool WithCheckOption::cascaded |
Definition at line 1374 of file parsenodes.h.
Referenced by add_with_check_options(), and rewriteTargetView().
WCOKind WithCheckOption::kind |
Definition at line 1370 of file parsenodes.h.
Referenced by add_with_check_options(), ExecWithCheckOptions(), and rewriteTargetView().
char* WithCheckOption::polname |
Definition at line 1372 of file parsenodes.h.
Referenced by add_with_check_options(), ExecWithCheckOptions(), and rewriteTargetView().
Node* WithCheckOption::qual |
Definition at line 1373 of file parsenodes.h.
Referenced by add_with_check_options(), ExecInitModifyTable(), ExecInitPartitionInfo(), expression_tree_mutator_impl(), rewriteTargetView(), and subquery_planner().
char* WithCheckOption::relname |
Definition at line 1371 of file parsenodes.h.
Referenced by add_with_check_options(), ExecWithCheckOptions(), and rewriteTargetView().
NodeTag WithCheckOption::type |
Definition at line 1369 of file parsenodes.h.