PostgreSQL Source Code: ViewStmt Struct Reference (original) (raw)

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
RangeVar * view
List * aliases
Node * query
bool replace
List * options
ViewCheckOption withCheckOption

Detailed Description

Definition at line 3836 of file parsenodes.h.

Field Documentation

aliases

List* ViewStmt::aliases

Definition at line 3840 of file parsenodes.h.

options

List* ViewStmt::options

Definition at line 3843 of file parsenodes.h.

query

Node* ViewStmt::query

Definition at line 3841 of file parsenodes.h.

replace

bool ViewStmt::replace

Definition at line 3842 of file parsenodes.h.

type

NodeTag ViewStmt::type

Definition at line 3838 of file parsenodes.h.

view

RangeVar* ViewStmt::view

Definition at line 3839 of file parsenodes.h.

Referenced by transformCreateSchemaStmtElements().

withCheckOption

ViewCheckOption ViewStmt::withCheckOption

Definition at line 3844 of file parsenodes.h.


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