PostgreSQL Source Code git master
Loading...
Searching...
No Matches
WithCheckOption Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
WCOKind kind
 
charrelname
 
charpolname
 
Nodequal
 
bool cascaded
 

Detailed Description

Definition at line 1482 of file parsenodes.h.

Field Documentation

◆ cascaded

bool WithCheckOption::cascaded

Definition at line 1489 of file parsenodes.h.

◆ kind

WCOKind WithCheckOption::kind

Definition at line 1485 of file parsenodes.h.

◆ polname

char* WithCheckOption::polname

Definition at line 1487 of file parsenodes.h.

◆ qual

Node* WithCheckOption::qual

Definition at line 1488 of file parsenodes.h.

◆ relname

char* WithCheckOption::relname

Definition at line 1486 of file parsenodes.h.

◆ type

NodeTag WithCheckOption::type

Definition at line 1484 of file parsenodes.h.


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