PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ViewStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarview
 
Listaliases
 
Nodequery
 
bool replace
 
Listoptions
 
ViewCheckOption withCheckOption
 

Detailed Description

Definition at line 3768 of file parsenodes.h.

Field Documentation

◆ aliases

List* ViewStmt::aliases

Definition at line 3772 of file parsenodes.h.

◆ options

List* ViewStmt::options

Definition at line 3775 of file parsenodes.h.

◆ query

Node* ViewStmt::query

Definition at line 3773 of file parsenodes.h.

◆ replace

bool ViewStmt::replace

Definition at line 3774 of file parsenodes.h.

◆ type

NodeTag ViewStmt::type

Definition at line 3770 of file parsenodes.h.

◆ view

RangeVar* ViewStmt::view

Definition at line 3771 of file parsenodes.h.

Referenced by transformCreateSchemaStmtElements().

◆ withCheckOption

ViewCheckOption ViewStmt::withCheckOption

Definition at line 3776 of file parsenodes.h.


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