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

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodequery
 
IntoClauseinto
 
ObjectType objtype
 
bool is_select_into
 
bool if_not_exists
 

Detailed Description

Definition at line 3984 of file parsenodes.h.

Field Documentation

◆ if_not_exists

bool CreateTableAsStmt::if_not_exists

Definition at line 3991 of file parsenodes.h.

Referenced by _SPI_execute_plan(), and CreateTableAsRelExists().

◆ into

IntoClause* CreateTableAsStmt::into

◆ is_select_into

bool CreateTableAsStmt::is_select_into

Definition at line 3990 of file parsenodes.h.

Referenced by _SPI_execute_plan(), and transformOptionalSelectInto().

◆ objtype

ObjectType CreateTableAsStmt::objtype

Definition at line 3989 of file parsenodes.h.

Referenced by ExplainOneUtility(), and transformOptionalSelectInto().

◆ query

Node* CreateTableAsStmt::query

Definition at line 3987 of file parsenodes.h.

Referenced by ExplainOneUtility(), and transformOptionalSelectInto().

◆ type

NodeTag CreateTableAsStmt::type

Definition at line 3986 of file parsenodes.h.


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