PostgreSQL Source Code  git master
WithCheckOption Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
WCOKind kind
 
char * relname
 
char * polname
 
Nodequal
 
bool cascaded
 

Detailed Description

Definition at line 1371 of file parsenodes.h.

Field Documentation

◆ cascaded

bool WithCheckOption::cascaded

Definition at line 1378 of file parsenodes.h.

Referenced by add_with_check_options(), and rewriteTargetView().

◆ kind

WCOKind WithCheckOption::kind

Definition at line 1374 of file parsenodes.h.

Referenced by add_with_check_options(), ExecWithCheckOptions(), and rewriteTargetView().

◆ polname

char* WithCheckOption::polname

Definition at line 1376 of file parsenodes.h.

Referenced by add_with_check_options(), ExecWithCheckOptions(), and rewriteTargetView().

◆ qual

◆ relname

char* WithCheckOption::relname

Definition at line 1375 of file parsenodes.h.

Referenced by add_with_check_options(), ExecWithCheckOptions(), and rewriteTargetView().

◆ type

NodeTag WithCheckOption::type

Definition at line 1373 of file parsenodes.h.


The documentation for this struct was generated from the following file: