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

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarview
 
Listaliases
 
Nodequery
 
bool replace
 
Listoptions
 
ViewCheckOption withCheckOption
 

Detailed Description

Definition at line 3964 of file parsenodes.h.

Field Documentation

◆ aliases

List* ViewStmt::aliases

Definition at line 3968 of file parsenodes.h.

◆ options

List* ViewStmt::options

Definition at line 3971 of file parsenodes.h.

◆ query

Node* ViewStmt::query

Definition at line 3969 of file parsenodes.h.

◆ replace

bool ViewStmt::replace

Definition at line 3970 of file parsenodes.h.

◆ type

NodeTag ViewStmt::type

Definition at line 3966 of file parsenodes.h.

◆ view

RangeVar* ViewStmt::view

Definition at line 3967 of file parsenodes.h.

◆ withCheckOption

ViewCheckOption ViewStmt::withCheckOption

Definition at line 3972 of file parsenodes.h.


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