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

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

Data Fields
NodeTag type
Node * query
IntoClause * into
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

into

is_select_into

bool CreateTableAsStmt::is_select_into

objtype

query

Node* CreateTableAsStmt::query

type


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