PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
RangeVar * | view |
List * | aliases |
Node * | query |
bool | replace |
List * | options |
ViewCheckOption | withCheckOption |
Definition at line 3739 of file parsenodes.h.
List* ViewStmt::aliases |
Definition at line 3743 of file parsenodes.h.
List* ViewStmt::options |
Definition at line 3746 of file parsenodes.h.
Node* ViewStmt::query |
Definition at line 3744 of file parsenodes.h.
bool ViewStmt::replace |
Definition at line 3745 of file parsenodes.h.
NodeTag ViewStmt::type |
Definition at line 3741 of file parsenodes.h.
RangeVar* ViewStmt::view |
Definition at line 3742 of file parsenodes.h.
Referenced by transformCreateSchemaStmtElements().
ViewCheckOption ViewStmt::withCheckOption |
Definition at line 3747 of file parsenodes.h.