PostgreSQL Source Code  git master
CreateStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
ListtableElts
 
ListinhRelations
 
PartitionBoundSpecpartbound
 
PartitionSpecpartspec
 
TypeNameofTypename
 
Listconstraints
 
Listnnconstraints
 
Listoptions
 
OnCommitAction oncommit
 
char * tablespacename
 
char * accessMethod
 
bool if_not_exists
 

Detailed Description

Definition at line 2655 of file parsenodes.h.

Field Documentation

◆ accessMethod

char* CreateStmt::accessMethod

Definition at line 2670 of file parsenodes.h.

Referenced by create_ctas_internal().

◆ constraints

List* CreateStmt::constraints

◆ if_not_exists

bool CreateStmt::if_not_exists

◆ inhRelations

List* CreateStmt::inhRelations

◆ nnconstraints

List* CreateStmt::nnconstraints

Definition at line 2666 of file parsenodes.h.

◆ ofTypename

TypeName* CreateStmt::ofTypename

Definition at line 2664 of file parsenodes.h.

Referenced by create_ctas_internal().

◆ oncommit

OnCommitAction CreateStmt::oncommit

◆ options

◆ partbound

PartitionBoundSpec* CreateStmt::partbound

Definition at line 2662 of file parsenodes.h.

◆ partspec

PartitionSpec* CreateStmt::partspec

Definition at line 2663 of file parsenodes.h.

◆ relation

◆ tableElts

List* CreateStmt::tableElts

◆ tablespacename

char* CreateStmt::tablespacename

◆ type

NodeTag CreateStmt::type

Definition at line 2657 of file parsenodes.h.


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