PostgreSQL Source Code  git master
ViewStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarview
 
Listaliases
 
Nodequery
 
bool replace
 
Listoptions
 
ViewCheckOption withCheckOption
 

Detailed Description

Definition at line 3750 of file parsenodes.h.

Field Documentation

◆ aliases

List* ViewStmt::aliases

Definition at line 3754 of file parsenodes.h.

◆ options

List* ViewStmt::options

Definition at line 3757 of file parsenodes.h.

◆ query

Node* ViewStmt::query

Definition at line 3755 of file parsenodes.h.

◆ replace

bool ViewStmt::replace

Definition at line 3756 of file parsenodes.h.

◆ type

NodeTag ViewStmt::type

Definition at line 3752 of file parsenodes.h.

◆ view

RangeVar* ViewStmt::view

Definition at line 3753 of file parsenodes.h.

Referenced by transformCreateSchemaStmtElements().

◆ withCheckOption

ViewCheckOption ViewStmt::withCheckOption

Definition at line 3758 of file parsenodes.h.


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