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 1425 of file parsenodes.h.

Field Documentation

◆ cascaded

bool WithCheckOption::cascaded

Definition at line 1432 of file parsenodes.h.

◆ kind

WCOKind WithCheckOption::kind

Definition at line 1428 of file parsenodes.h.

◆ polname

char* WithCheckOption::polname

Definition at line 1430 of file parsenodes.h.

◆ qual

Node* WithCheckOption::qual

Definition at line 1431 of file parsenodes.h.

◆ relname

char* WithCheckOption::relname

Definition at line 1429 of file parsenodes.h.

◆ type

NodeTag WithCheckOption::type

Definition at line 1427 of file parsenodes.h.


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