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 3816 of file parsenodes.h.
List* ViewStmt::aliases |
Definition at line 3820 of file parsenodes.h.
List* ViewStmt::options |
Definition at line 3823 of file parsenodes.h.
Node* ViewStmt::query |
Definition at line 3821 of file parsenodes.h.
bool ViewStmt::replace |
Definition at line 3822 of file parsenodes.h.
NodeTag ViewStmt::type |
Definition at line 3818 of file parsenodes.h.
RangeVar* ViewStmt::view |
Definition at line 3819 of file parsenodes.h.
Referenced by transformCreateSchemaStmtElements().
ViewCheckOption ViewStmt::withCheckOption |
Definition at line 3824 of file parsenodes.h.